Searched refs:OnAddService (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server_callback.h | 33 virtual void OnAddService(int32_t ret, const BluetoothGattService &service) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_gatt_server_callback_proxy.h | 33 void OnAddService(int32_t ret, const BluetoothGattService &service) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 137 virtual void OnAddService(int ret, const Service &services) {} in OnAddService() function in OHOS::bluetooth::IGattServerCallback
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_callback_proxy.cpp | 82 void BluetoothGattServerCallbackProxy::OnAddService(int32_t ret, const BluetoothGattService &service) in OnAddService() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy 86 HILOGE("BluetoothGattServerCallbackProxy::OnAddService WriteInterfaceToken error"); in OnAddService() 90 HILOGE("BluetoothGattServerCallbackProxy::OnAddService error"); in OnAddService() 94 HILOGE("BluetoothGattServerCallbackProxy::OnAddService error"); in OnAddService() 104 HILOGE("BluetoothGattServerCallbackProxy::OnAddService done fail, error: %d", error); in OnAddService()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_callback_stub.cpp | 126 stub->OnAddService(ret, *service); in OnAddServiceInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 162 void OnAddService(int ret, const bluetooth::Service &services) override 165 callback_->OnAddService(ret, (BluetoothGattService)services);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 346 void OnAddService(int32_t ret, const BluetoothGattService &service) override
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 697 LOG_INFO("%{public}s:%{public}d:%{public}s: call OnAddService ", __FILE__, __LINE__, __FUNCTION__); in AddService() 698 server.value()->second.callback_->OnAddService(result, service); in AddService()
|
Completed in 6 milliseconds