/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/include/ |
H A D | hisysevent_tool.h | 53 void NotifyClient();
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server.h | 39 virtual int NotifyClient(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_server_server.h | 37 int NotifyClient(
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_server_proxy.h | 35 int NotifyClient(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.h | 36 …int NotifyClient(const GattDevice &device, Characteristic &characteristic, bool needConfirm = fals…
|
H A D | gatt_server_service.cpp | 77 void NotifyClient( 249 int GattServerService::NotifyClient(const GattDevice &device, Characteristic &characteristic, bool … in NotifyClient() function in OHOS::bluetooth::GattServerService 265 GetDispatcher()->PostTask(std::bind(&impl::NotifyClient, in NotifyClient() 765 void GattServerService::impl::NotifyClient( in NotifyClient() function in OHOS::bluetooth::GattServerService::impl
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 219 …virtual int NotifyClient(const GattDevice &device, Characteristic &characteristic, bool needConfir…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 348 int BluetoothGattServerServer::NotifyClient( in NotifyClient() function in OHOS::Bluetooth::BluetoothGattServerServer 366 …int ret = pimpl->serverService_->NotifyClient((bluetooth::GattDevice)device, character, needConfir… in NotifyClient()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_proxy.cpp | 121 int BluetoothGattServerProxy::NotifyClient( in NotifyClient() function in OHOS::Bluetooth::BluetoothGattServerProxy
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_tool.cpp | 303 void HiSysEventTool::NotifyClient() in NotifyClient() function in OHOS::HiviewDFX::HiSysEventTool
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_stub.cpp | 150 int result = NotifyClient(*device, characteristic.get(), needConfirm); in NotifyClientInner()
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/ |
H A D | hisysevent_tool_unit_test.cpp | 52 tool->NotifyClient(); in RunCmds()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/ |
H A D | generic_attribute_service.cpp | 236 serverService_.NotifyClient(device, characteristic, true); in NotifyServiceChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 752 int ret = proxy->NotifyClient( in NotifyCharacteristicChanged()
|