Home
last modified time | relevance | path

Searched refs:NotifyClient (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/include/
H A Dhisysevent_tool.h53 void NotifyClient();
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h39 virtual int NotifyClient(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h37 int NotifyClient(
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h35 int NotifyClient(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.h36 …int NotifyClient(const GattDevice &device, Characteristic &characteristic, bool needConfirm = fals…
H A Dgatt_server_service.cpp77 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 Dinterface_profile_gatt_server.h219 …virtual int NotifyClient(const GattDevice &device, Characteristic &characteristic, bool needConfir…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp348 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 Dbluetooth_gatt_server_proxy.cpp121 int BluetoothGattServerProxy::NotifyClient( in NotifyClient() function in OHOS::Bluetooth::BluetoothGattServerProxy
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool.cpp303 void HiSysEventTool::NotifyClient() in NotifyClient() function in OHOS::HiviewDFX::HiSysEventTool
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp150 int result = NotifyClient(*device, characteristic.get(), needConfirm); in NotifyClientInner()
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_tool_unit_test.cpp52 tool->NotifyClient(); in RunCmds()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp236 serverService_.NotifyClient(device, characteristic, true); in NotifyServiceChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp752 int ret = proxy->NotifyClient( in NotifyCharacteristicChanged()