Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_audio_connection.cpp373 if (HfpAgProfileEventSender::GetInstance().GetDispatchter() == nullptr) { in OnConnectRequest()
377 HfpAgProfileEventSender::GetInstance().GetDispatchter()->PostTask( in OnConnectRequest()
412 if (HfpAgProfileEventSender::GetInstance().GetDispatchter() == nullptr) { in OnConnectCompleted()
416 HfpAgProfileEventSender::GetInstance().GetDispatchter()->PostTask( in OnConnectCompleted()
490 if (HfpAgProfileEventSender::GetInstance().GetDispatchter() == nullptr) { in OnDisconnectCompleted()
494 HfpAgProfileEventSender::GetInstance().GetDispatchter()->PostTask( in OnDisconnectCompleted()
H A Dhfp_ag_data_connection_server.cpp82 if (HfpAgProfileEventSender::GetInstance().GetDispatchter() == nullptr) { in DataConnectionServerCallback()
87 HfpAgProfileEventSender::GetInstance().GetDispatchter()->PostTask( in DataConnectionServerCallback()
H A Dhfp_ag_data_connection.cpp31 if (HfpAgProfileEventSender::GetInstance().GetDispatchter() == nullptr) { in DataConnectionCallback()
35 HfpAgProfileEventSender::GetInstance().GetDispatchter()->PostTask( in DataConnectionCallback()
H A Dhfp_ag_profile_event_sender.h267 utility::Dispatcher *GetDispatchter() const;
H A Dhfp_ag_profile_event_sender.cpp262 utility::Dispatcher *HfpAgProfileEventSender::GetDispatchter() const in GetDispatchter() function in OHOS::bluetooth::HfpAgProfileEventSender
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_audio_connection.cpp300 HfpHfProfileEventSender::GetInstance().GetDispatchter()->PostTask( in OnConnectRequest()
333 HfpHfProfileEventSender::GetInstance().GetDispatchter()->PostTask( in OnConnectCompleted()
388 HfpHfProfileEventSender::GetInstance().GetDispatchter()->PostTask( in OnDisconnectCompleted()
H A Dhfp_hf_data_connection_server.cpp82 HfpHfProfileEventSender::GetInstance().GetDispatchter()->PostTask( in DataConnectionServerCallback()
H A Dhfp_hf_profile_event_sender.h271 utility::Dispatcher *GetDispatchter() const;
H A Dhfp_hf_data_connection.cpp63 HfpHfProfileEventSender::GetInstance().GetDispatchter()->PostTask( in DataConnectionCallback()
H A Dhfp_hf_profile_event_sender.cpp267 utility::Dispatcher *HfpHfProfileEventSender::GetDispatchter() const in GetDispatchter() function in OHOS::bluetooth::HfpHfProfileEventSender
H A Dhfp_hf_command_processor.cpp810 instance.GetDispatchter()->PostTask( in RespondTimeout()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.h339 utility::Dispatcher *GetDispatchter();
H A Dsocket.cpp454 … nullptr, scn_, SOCK_DEF_RFC_MTU, *this->pimpl->transportObserver_.get(), *GetDispatchter())); in Listen()
479 … &rawAddr, scn_, SOCK_DEF_RFC_MTU, *this->pimpl->transportObserver_.get(), *GetDispatchter())); in ReceiveSdpResult()
1024 utility::Dispatcher *Socket::GetDispatchter() in GetDispatchter() function in OHOS::bluetooth::Socket