Searched refs:onGoNegotiationRequest (Results 1 – 9 of 9) sorted by relevance
30 void (*onGoNegotiationRequest)(const char *srcAddress, short passwordId); member
443 if (callback != NULL && callback->onGoNegotiationRequest != NULL) { in IdlCbP2pGoNegotiationRequestEvent()444 callback->onGoNegotiationRequest(address, passId); in IdlCbP2pGoNegotiationRequestEvent()
29 std::function<void(const std::string &, short)> onGoNegotiationRequest; member
43 void onGoNegotiationRequest(const std::string &srcAddr, short passId) in onGoNegotiationRequest() function156 callbacks.onGoNegotiationRequest = onGoNegotiationRequest; in SetUpTestCase()
244 callback->onGoNegotiationRequest = OnGoNegotiationRequestMock; in RegisterP2pCallbackMock()269 callback->onGoNegotiationRequest = nullptr; in UnRegisterP2pCallbackMock()
291 callback.onGoNegotiationRequest = OnGoNegotiationRequestTest; in SetWifiP2pEventCallbackTest()
233 if (cbk.onGoNegotiationRequest) { in OnP2pGoNegotiationRequest()234 cbk.onGoNegotiationRequest(srcAddress, passwordId); in OnP2pGoNegotiationRequest()
1306 cEventCallback.onGoNegotiationRequest = OnP2pGoNegotiationRequest; in ReqP2pRegisterCallback()
509 if (cbk.onGoNegotiationRequest) { in OnEventGoNegotiationRequest()514 cbk.onGoNegotiationRequest(address, goNegotiationRequestParam->passwordId); in OnEventGoNegotiationRequest()