Searched refs:onDeviceLost (Results 1 – 9 of 9) sorted by relevance
29 void (*onDeviceLost)(const char *p2pDeviceAddress); member
429 if (callback != NULL && callback->onDeviceLost != NULL) { in IdlCbP2pDeviceLostEventDeal()430 callback->onDeviceLost(address); in IdlCbP2pDeviceLostEventDeal()
28 std::function<void(const std::string &)> onDeviceLost; member
38 void onDeviceLost(const std::string &address) in onDeviceLost() function155 callbacks.onDeviceLost = onDeviceLost; in SetUpTestCase()
243 callback->onDeviceLost = OnDeviceLostMock; in RegisterP2pCallbackMock()268 callback->onDeviceLost = nullptr; in UnRegisterP2pCallbackMock()
290 callback.onDeviceLost = OnDeviceLostTest; in SetWifiP2pEventCallbackTest()
222 if (cbk.onDeviceLost) { in OnP2pDeviceLost()223 cbk.onDeviceLost(p2pDeviceAddress); in OnP2pDeviceLost()
1305 cEventCallback.onDeviceLost = OnP2pDeviceLost; in ReqP2pRegisterCallback()
490 if (cbk.onDeviceLost) { in OnEventDeviceLost()495 cbk.onDeviceLost(p2pDeviceAddress); in OnEventDeviceLost()