Home
last modified time | relevance | path

Searched refs:mNlInterceptorService (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/wifi/netlinkinterceptor/vts/functional/
Dinterceptor_aidl_test.cpp45 mNlInterceptorService = IInterceptor::fromBinder( in SetUp()
48 ASSERT_NE(mNlInterceptorService, nullptr); in SetUp()
61 std::shared_ptr<IInterceptor> mNlInterceptorService; member in InterceptorAidlTest
71 auto aidlStatus = mNlInterceptorService->createSocket( in TEST_P()
102 aidlStatus = mNlInterceptorService->closeSocket(interceptedSocket); in TEST_P()
142 auto aidlStatus = mNlInterceptorService->createSocket( in TEST_P()
150 mNlInterceptorService->subscribeGroup(interceptedSocket, RTNLGRP_LINK); in TEST_P()
170 aidlStatus = mNlInterceptorService->unsubscribeGroup(interceptedSocket, in TEST_P()
187 aidlStatus = mNlInterceptorService->closeSocket(interceptedSocket); in TEST_P()