Searched refs:iwifiNanIface (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 44 iwifiNanIface = getWifiNanIface(); in SetUp() 45 ASSERT_NE(nullptr, iwifiNanIface.get()); in SetUp() 46 ASSERT_EQ(WifiStatusCode::SUCCESS, HIDL_INVOKE(iwifiNanIface, registerEventCallback, in SetUp() 424 android::sp<IWifiNanIface> iwifiNanIface; member in WifiNanIfaceHidlTest 459 android::sp<IWifiNanIface> iwifiNanIface = getWifiNanIface(); in TEST() local 460 ASSERT_NE(nullptr, iwifiNanIface.get()); in TEST() 464 HIDL_INVOKE(iwifiNanIface, getCapabilitiesRequest, 0).code); in TEST() 474 HIDL_INVOKE(iwifiNanIface, getCapabilitiesRequest, inputCmdId).code); in TEST_F()
|
/hardware/interfaces/wifi/1.2/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 51 iwifiNanIface = getWifiNanIface_1_2(); in SetUp() 52 ASSERT_NE(nullptr, iwifiNanIface.get()); in SetUp() 54 HIDL_INVOKE(iwifiNanIface, registerEventCallback_1_2, in SetUp() 440 android::sp<::android::hardware::wifi::V1_2::IWifiNanIface> iwifiNanIface; member in WifiNanIfaceHidlTest 482 HIDL_INVOKE(iwifiNanIface, enableRequest_1_2, inputCmdId, in TEST_F() 503 HIDL_INVOKE(iwifiNanIface, enableRequest_1_2, inputCmdId, in TEST_F() 517 HIDL_INVOKE(iwifiNanIface, configRequest_1_2, inputCmdId, in TEST_F() 537 HIDL_INVOKE(iwifiNanIface, configRequest_1_2, inputCmdId, in TEST_F()
|