Home
last modified time | relevance | path

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

/ohos5.0/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;
/ohos5.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;
/ohos5.0/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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_callback_proxy.cpp82 void BluetoothGattServerCallbackProxy::OnAddService(int32_t ret, const BluetoothGattService &servic… in OnAddService() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp162 void OnAddService(int ret, const bluetooth::Service &services) override in OnAddService() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl
165 callback_->OnAddService(ret, (BluetoothGattService)services); in OnAddService()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_callback_stub.cpp129 stub->OnAddService(ret, *service); in OnAddServiceInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp326 void OnAddService(int32_t ret, const BluetoothGattService &service) override in OnAddService() function in OHOS::Bluetooth::GattServer::impl::BluetoothGattServerCallbackStubImpl
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp698 server.value()->second.callback_->OnAddService(result, service); in AddService()