Home
last modified time | relevance | path

Searched refs:OnAddService (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server_callback.h33 virtual void OnAddService(int32_t ret, const BluetoothGattService &service) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_server_callback_proxy.h33 void OnAddService(int32_t ret, const BluetoothGattService &service) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h137 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 Dbluetooth_gatt_server_callback_proxy.cpp82 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 Dbluetooth_gatt_server_callback_stub.cpp126 stub->OnAddService(ret, *service); in OnAddServiceInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp162 void OnAddService(int ret, const bluetooth::Service &services) override
165 callback_->OnAddService(ret, (BluetoothGattService)services);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp346 void OnAddService(int32_t ret, const BluetoothGattService &service) override
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp697 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