Searched refs:OnAddService (Results 1 – 8 of 8) sorted by relevance
33 virtual void OnAddService(int32_t ret, const BluetoothGattService &service) = 0;
33 void OnAddService(int32_t ret, const BluetoothGattService &service) override;
137 virtual void OnAddService(int ret, const Service &services) {} in OnAddService() function
82 void BluetoothGattServerCallbackProxy::OnAddService(int32_t ret, const BluetoothGattService &servic… in OnAddService() function in OHOS::Bluetooth::BluetoothGattServerCallbackProxy
162 void OnAddService(int ret, const bluetooth::Service &services) override in OnAddService() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl165 callback_->OnAddService(ret, (BluetoothGattService)services); in OnAddService()
129 stub->OnAddService(ret, *service); in OnAddServiceInner()
326 void OnAddService(int32_t ret, const BluetoothGattService &service) override in OnAddService() function in OHOS::Bluetooth::GattServer::impl::BluetoothGattServerCallbackStubImpl
698 server.value()->second.callback_->OnAddService(result, service); in AddService()