Home
last modified time | relevance | path

Searched refs:OnServicesDiscoveredTask (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.h97 void OnServicesDiscoveredTask(int status);
H A Dhid_host_hogp.cpp318 void HidHostHogp::OnServicesDiscoveredTask(int status) in OnServicesDiscoveredTask() function in OHOS::bluetooth::HidHostHogp
680 … dispatcher_->PostTask(std::bind(&HidHostHogp::OnServicesDiscoveredTask, this, event.arg1_)); in ProcessEvent()