Home
last modified time | relevance | path

Searched refs:EnableNotification (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Denable_notification.h68 napi_value EnableNotification(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp66 DECLARE_NAPI_FUNCTION("enableNotification", EnableNotification), in NotificationInit()
H A Denable_notification.cpp153 napi_value EnableNotification(napi_env env, napi_callback_info info) in EnableNotification() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h66 virtual int32_t EnableNotification(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h61 int32_t EnableNotification(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h61 virtual int32_t EnableNotification(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h1087 …virtual int EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events, uint…
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h999 int EnableNotification(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &events,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h587 int EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events,
H A Davrcp_ct_profile.h863 void EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events,
H A Davrcp_ct_service.cpp1942 int AvrcpCtService::EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &event… in EnableNotification() function in OHOS::bluetooth::AvrcpCtService
2010 profile_->EnableNotification(rawAddr, events, interval); in EnableNotificationNative()
H A Davrcp_ct_profile.cpp1271 void AvrcCtProfile::EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &event… in EnableNotification() function in OHOS::bluetooth::AvrcCtProfile
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp665 int ret = profile_->EnableNotification(device, events);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1213 int32_t BluetoothAvrcpCtServer::EnableNotification(const RawAddress &device, in EnableNotification() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
1226 result = pimpl->service_->EnableNotification(BluetoothRawAddress(device), in EnableNotification()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp450 int32_t result = EnableNotification(raw, events, interval); in EnableNotificationInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp724 int32_t BluetoothAvrcpCtProxy::EnableNotification(const RawAddress &device, in EnableNotification() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1552 int AvrcpController::EnableNotification( in EnableNotification() function in OHOS::Bluetooth::AvrcpController
1571 return proxy->EnableNotification(rawAddr, myEvents, static_cast<int32_t>(interval)); in EnableNotification()