Home
last modified time | relevance | path

Searched refs:GetDispatcher (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp219 GetDispatcher(), in EnableProfile()
870 GetDispatcher()->PostTask( in GetSupportedCompanies()
898 GetDispatcher()->PostTask( in GetSupportedEvents()
1016 GetDispatcher()->PostTask( in GetPlayerAppSettingValues()
1075 GetDispatcher()->PostTask( in GetPlayerAppSettingCurrentValue()
1135 GetDispatcher()->PostTask( in SetPlayerAppSettingCurrentValue()
1193 GetDispatcher()->PostTask( in GetPlayerAppSettingAttributeText()
1251 GetDispatcher()->PostTask( in GetPlayerAppSettingValueText()
1314 GetDispatcher()->PostTask( in GetElementAttributes()
1490 GetDispatcher()->PostTask( in AddToNowPlaying()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp220 GetDispatcher()->PostTask(std::bind(&impl::RegisterApplication, in RegisterApplication()
239 GetDispatcher()->PostTask(std::bind(&impl::RegisterApplication, in RegisterSharedApplication()
362 GetDispatcher()->PostTask( in WriteDescriptor()
426 service_.GetDispatcher()->PostTask( in OnConnect()
433 service_.GetDispatcher()->PostTask( in OnDisconnect()
447 service_.GetDispatcher()->PostTask(std::bind( in OnConnectionParameterChanged()
528 service_.GetDispatcher()->PostTask( in OnWriteCharacteristicValueEvent()
535 service_.GetDispatcher()->PostTask(std::bind( in OnReadDescriptorValueEvent()
541 service_.GetDispatcher()->PostTask( in OnWriteDescriptorValueEvent()
548 service_.GetDispatcher()->PostTask(std::bind( in OnCharacteristicNotifyEvent()
[all …]
H A Dgatt_server_service.cpp180 GetDispatcher()->PostTask(std::bind( in SetCharacteristicValue()
194 GetDispatcher()->PostTask(std::bind( in SetCharacteristicPermission()
339 GetDispatcher()->PostTask( in RespondCharacteristicWrite()
361 GetDispatcher()->PostTask(std::bind( in RespondDescriptorRead()
392 GetDispatcher()->PostTask( in RegisterApplication()
453 service_.GetDispatcher()->PostTask( in OnConnect()
460 service_.GetDispatcher()->PostTask( in OnDisconnect()
497 service_.GetDispatcher()->PostTask( in OnExchangeMtuEvent()
503 service_.GetDispatcher()->PostTask( in OnReadCharacteristicValueEvent()
509 service_.GetDispatcher()->PostTask( in OnReadUsingCharacteristicUuidEvent()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp690 GetDispatcher(), in EnableProfile()
1092 GetDispatcher()->PostTask( in OnSetAddressedPlayer()
1227 GetDispatcher()->PostTask( in OnGetPlayerAppSettingAttributes()
1277 GetDispatcher()->PostTask( in OnGetPlayerAppSettingValues()
1391 GetDispatcher()->PostTask( in OnSetPlayerAppSettingCurrentValue()
1491 GetDispatcher()->PostTask( in OnGetPlayerAppSettingValueText()
1544 GetDispatcher()->PostTask( in OnGetElementAttributes()
1786 GetDispatcher()->PostTask( in GetPlayStatus()
1841 GetDispatcher()->PostTask( in GetPlayStatus()
1879 GetDispatcher()->PostTask( in GetPlayStatus()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp494 if (GetDispatcher() != nullptr) { in ScanModeTimeout()
521 if (GetDispatcher() != nullptr) { in HwProcessTimeout()
628 adapter->GetDispatcher()->PostTask( in InquiryResultCallback()
644 adapter->GetDispatcher()->PostTask( in InquiryResultRssiCallback()
666 adapter->GetDispatcher()->PostTask( in ExtendedInquiryResultCallback()
680 adapter->GetDispatcher()->PostTask( in InquiryCompleteCallback()
699 adapter->GetDispatcher()->PostTask( in RemoteNameCallback()
718 adapter->GetDispatcher()->PostTask( in UserConfirmReqCallback()
736 adapter->GetDispatcher()->PostTask( in UserPasskeyReqCallback()
754 adapter->GetDispatcher()->PostTask( in UserPasskeyNotificationCallback()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp61 socketService->GetDispatcher()->PostTask( in OnConnectIncoming()
78 … socketService->GetDispatcher()->PostTask(std::bind(&impl::OnConnectedNative, socket_.pimpl.get(), in OnConnected()
90 socketService->GetDispatcher()->PostTask( in OnDisconnected()
102 socketService->GetDispatcher()->PostTask( in OnDisconnectSuccess()
114 socketService->GetDispatcher()->PostTask( in OnDataAvailable()
131 socketService->GetDispatcher()->PostTask( in OnTransportError()
693 …socketService->GetDispatcher()->PostTask(std::bind(&Socket::OnSocketWriteReadyNative, &sock, std::… in OnSocketWriteReady()
900 …socketService->GetDispatcher()->PostTask(std::bind(&Socket::OnSocketExceptionNative, &sock, std::r… in OnSocketException()
1032 return socketService->GetDispatcher(); in GetDispatchter()
H A Dsocket_service.cpp45 GetDispatcher()->PostTask(std::bind(&SocketService::EnableNative, this)); in Enable()
60 GetDispatcher()->PostTask(std::bind(&SocketService::DisableNative, this)); in Disable()
H A Dsocket_sdp_client.cpp104 …socketService->GetDispatcher()->PostTask(std::bind(&SocketService::ProcessMessage, socketService, … in SdpSearchCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp170 GetDispatcher()->PostTask(std::bind(&BleAdapter::EnableTask, this)); in Enable()
244 GetDispatcher()->PostTask(std::bind(&BleAdapter::DisableTask, this)); in Disable()
294 GetDispatcher()->PostTask(std::bind(&BleAdapter::PostEnableTask, this)); in PostEnable()
303 GetDispatcher()->PostTask(std::bind(&BleAdapter::PostEnableTask, this)); in PostEnable()
1023 … pimpl->bleAdvertiser_ = std::make_unique<BleAdvertiserImpl>(callback, *this, *GetDispatcher()); in RegisterBleAdvertiserCallback()
1042 …l->bleCentralManager_ = std::make_unique<BleCentralManagerImpl>(callback, *this, *GetDispatcher()); in RegisterBleCentralManagerCallback()
1078 pimpl->bleSecurity_ = std::make_unique<BleSecurity>(*this, *GetDispatcher(), callback); in RegisterBleSecurityCallback()
1306 adapter->GetDispatcher()->PostTask( in LeConnectionComplete()
1363 adapter->GetDispatcher()->PostTask( in LeDisconnectionComplete()
1475 adapter->GetDispatcher()->PostTask( in OnReadRemoteRssiEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.h97 Dispatcher *GetDispatcher() in GetDispatcher() function
H A Da2dp_service.cpp296 GetDispatcher()->PostTask(std::bind(&A2dpService::EnableService, this)); in Enable()
304 GetDispatcher()->PostTask(std::bind(&A2dpService::DisableService, this)); in Disable()
1064 GetDispatcher()->PostTask(std::bind(&A2dpService::ProcessEvent, this, event, device)); in PostEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dcontext.h142 Dispatcher *GetDispatcher() in GetDispatcher() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile_event_sender.cpp266 return service->GetDispatcher(); in GetDispatchter()
H A Dhfp_ag_sdp_client.cpp55 HfpAgService::GetService()->GetDispatcher()->PostTask( in SdpCallback()
H A Dhfp_ag_service.cpp260 GetDispatcher()->PostTask(std::bind(&HfpAgService::ProcessEvent, this, event)); in PostEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile_event_sender.cpp271 return service->GetDispatcher(); in GetDispatchter()
H A Dhfp_hf_sdp_client.cpp52 HfpHfService::GetService()->GetDispatcher()->PostTask( in SdpCallback()
H A Dhfp_hf_service.cpp707 GetDispatcher()->PostTask(std::bind(&HfpHfService::ProcessEvent, this, event)); in PostEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp379 GetDispatcher()->PostTask(std::bind(&HidHostService::ProcessEvent, this, event)); in PostEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.cpp438 GetDispatcher()->PostTask(std::bind(&PanService::ProcessEvent, this, event)); in PostEvent()