Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp59 new WifiNanIfaceEventCallback(*this)) in SetUp()
125 class WifiNanIfaceEventCallback: public IWifiNanIfaceEventCallback { class in WifiNanIfaceHidlTest
129 WifiNanIfaceEventCallback(WifiNanIfaceHidlTest& parent) : parent_(parent) {}; in WifiNanIfaceEventCallback() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
131 virtual ~WifiNanIfaceEventCallback() = default;
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp63 new WifiNanIfaceEventCallback(*this)) in SetUp()
134 class WifiNanIfaceEventCallback class in WifiNanIfaceHidlTest
139 WifiNanIfaceEventCallback(WifiNanIfaceHidlTest& parent) in WifiNanIfaceEventCallback() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
142 virtual ~WifiNanIfaceEventCallback() = default;
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_nan_iface_hidl_test.cpp65 new WifiNanIfaceEventCallback(*this)) in SetUp()
136 class WifiNanIfaceEventCallback class in WifiNanIfaceHidlTest
141 WifiNanIfaceEventCallback(WifiNanIfaceHidlTest& parent) in WifiNanIfaceEventCallback() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
144 virtual ~WifiNanIfaceEventCallback() = default;
/hardware/interfaces/wifi/1.5/vts/functional/
Dwifi_nan_iface_hidl_test.cpp65 new WifiNanIfaceEventCallback(*this)) in SetUp()
137 class WifiNanIfaceEventCallback class in WifiNanIfaceHidlTest
142 WifiNanIfaceEventCallback(WifiNanIfaceHidlTest& parent) in WifiNanIfaceEventCallback() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
145 virtual ~WifiNanIfaceEventCallback() = default;
/hardware/interfaces/wifi/1.6/vts/functional/
Dwifi_nan_iface_hidl_test.cpp65 new WifiNanIfaceEventCallback(*this)) in SetUp()
134 class WifiNanIfaceEventCallback class in WifiNanIfaceHidlTest
139 WifiNanIfaceEventCallback(WifiNanIfaceHidlTest& parent) : parent_(parent){}; in WifiNanIfaceEventCallback() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
141 virtual ~WifiNanIfaceEventCallback() = default;
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp77 std::shared_ptr<WifiNanIfaceEventCallback> callback = in SetUp()
78 ndk::SharedRefBase::make<WifiNanIfaceEventCallback>(*this); in SetUp()
155 class WifiNanIfaceEventCallback : public BnWifiNanIfaceEventCallback { class in WifiNanIfaceAidlTest
157 WifiNanIfaceEventCallback(WifiNanIfaceAidlTest& parent) : parent_(parent){}; in WifiNanIfaceEventCallback() function in WifiNanIfaceAidlTest::WifiNanIfaceEventCallback