/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_audio_connection.cpp | 373 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 D | hfp_ag_data_connection_server.cpp | 82 if (HfpAgProfileEventSender::GetInstance().GetDispatchter() == nullptr) { in DataConnectionServerCallback() 87 HfpAgProfileEventSender::GetInstance().GetDispatchter()->PostTask( in DataConnectionServerCallback()
|
H A D | hfp_ag_data_connection.cpp | 31 if (HfpAgProfileEventSender::GetInstance().GetDispatchter() == nullptr) { in DataConnectionCallback() 35 HfpAgProfileEventSender::GetInstance().GetDispatchter()->PostTask( in DataConnectionCallback()
|
H A D | hfp_ag_profile_event_sender.h | 267 utility::Dispatcher *GetDispatchter() const;
|
H A D | hfp_ag_profile_event_sender.cpp | 262 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 D | hfp_hf_audio_connection.cpp | 300 HfpHfProfileEventSender::GetInstance().GetDispatchter()->PostTask( in OnConnectRequest() 333 HfpHfProfileEventSender::GetInstance().GetDispatchter()->PostTask( in OnConnectCompleted() 388 HfpHfProfileEventSender::GetInstance().GetDispatchter()->PostTask( in OnDisconnectCompleted()
|
H A D | hfp_hf_data_connection_server.cpp | 82 HfpHfProfileEventSender::GetInstance().GetDispatchter()->PostTask( in DataConnectionServerCallback()
|
H A D | hfp_hf_profile_event_sender.h | 271 utility::Dispatcher *GetDispatchter() const;
|
H A D | hfp_hf_data_connection.cpp | 63 HfpHfProfileEventSender::GetInstance().GetDispatchter()->PostTask( in DataConnectionCallback()
|
H A D | hfp_hf_profile_event_sender.cpp | 267 utility::Dispatcher *HfpHfProfileEventSender::GetDispatchter() const in GetDispatchter() function in OHOS::bluetooth::HfpHfProfileEventSender
|
H A D | hfp_hf_command_processor.cpp | 810 instance.GetDispatchter()->PostTask( in RespondTimeout()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket.h | 339 utility::Dispatcher *GetDispatchter();
|
H A D | socket.cpp | 454 … 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
|