Home
last modified time | relevance | path

Searched refs:OnServicesDiscovered (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client_callback.h42 void OnServicesDiscovered(int status) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_client_callback.h39 virtual void OnServicesDiscovered(int32_t status) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_client_callback_proxy.h37 void OnServicesDiscovered(int32_t status) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_client.h124 virtual void OnServicesDiscovered(int status) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h133 * @brief The function to OnServicesDiscovered.
139 virtual void OnServicesDiscovered(int status) in OnServicesDiscovered() function in OHOS::Bluetooth::GattClientCallback
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp70 void OnServicesDiscovered(int status) in OnServicesDiscovered() function in OHOS::Bluetooth::GattClientCallbackTest
72 GTEST_LOG_(INFO) << "GattClientCallbackTest::OnServicesDiscovered called"; in OnServicesDiscovered()
H A Dgatt_client_test.cpp72 void OnServicesDiscovered(int status) in OnServicesDiscovered() function in OHOS::Bluetooth::GattClientCallbackTest
74 GTEST_LOG_(INFO) << "GattClientCallbackTest::OnServicesDiscovered called"; in OnServicesDiscovered()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client_callback.cpp60 void NapiGattClientCallback::OnServicesDiscovered(int status) in OnServicesDiscovered() function in OHOS::Bluetooth::NapiGattClientCallback
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.h69 void OnServicesDiscovered(int status) override;
H A Dhid_host_hogp.cpp818 void HidHostHogp::HogpGattClientCallback::OnServicesDiscovered(int status) in OnServicesDiscovered() function in OHOS::bluetooth::HidHostHogp::HogpGattClientCallback
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_client_callback_proxy.cpp215 void BluetoothGattClientCallbackProxy::OnServicesDiscovered(int32_t status) in OnServicesDiscovered() function in OHOS::Bluetooth::BluetoothGattClientCallbackProxy
217 HILOGI("BluetoothGattClientCallbackProxy::OnServicesDiscovered Triggered!"); in OnServicesDiscovered()
220 HILOGE("BluetoothGattClientCallbackProxy::OnServicesDiscovered WriteInterfaceToken error"); in OnServicesDiscovered()
224 HILOGE("BluetoothGattClientCallbackProxy::OnServicesDiscovered transport error"); in OnServicesDiscovered()
234 HILOGE("BluetoothGattClientCallbackProxy::OnServicesDiscovered done fail, error: %{public}d", error); in OnServicesDiscovered()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_callback_stub.cpp184 stub->OnServicesDiscovered(status); in OnServicesDiscoveredInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp671 client.callback_.OnServicesDiscovered(GattStatus::REQUEST_NOT_SUPPORT); in DiscoveryServices()
676 client.callback_.OnServicesDiscovered(GattStatus::REMOTE_DEVICE_BUSY); in DiscoveryServices()
859 it.value()->second.callback_.OnServicesDiscovered(ret); in OnDiscoverAllPrimaryServicesEvent()
887 it.value()->second.callback_.OnServicesDiscovered(ret); in OnFindIncludedServicesEvent()
917 it.value()->second.callback_.OnServicesDiscovered(ret); in OnDiscoverAllCharacteristicOfServiceEvent()
937 it.value()->second.callback_.OnServicesDiscovered(ret); in OnDiscoverAllCharacteristicDescriptorsEvent()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp149 void OnServicesDiscovered(int status) override
152 callback_->OnServicesDiscovered(status);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp300 void OnServicesDiscovered(int32_t status) override
433 clientSptr->OnServicesDiscovered(state); in DiscoverComplete()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp155 void OnServicesDiscovered(int status) override
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp101 void OnServicesDiscovered(int status) override

Completed in 18 milliseconds