/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | enable_notification.h | 68 napi_value EnableNotification(napi_env env, napi_callback_info info);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | init.cpp | 66 DECLARE_NAPI_FUNCTION("enableNotification", EnableNotification), in NotificationInit()
|
H A D | enable_notification.cpp | 153 napi_value EnableNotification(napi_env env, napi_callback_info info) in EnableNotification() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 66 virtual int32_t EnableNotification(const RawAddress &device,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 61 int32_t EnableNotification(const RawAddress &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 61 virtual int32_t EnableNotification(const RawAddress &device,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 1087 …virtual int EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events, uint…
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 999 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 D | avrcp_ct_service.h | 587 int EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events,
|
H A D | avrcp_ct_profile.h | 863 void EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events,
|
H A D | avrcp_ct_service.cpp | 1942 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 D | avrcp_ct_profile.cpp | 1271 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 D | avrcp_ct_test.cpp | 665 int ret = profile_->EnableNotification(device, events);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1213 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 D | bluetooth_avrcp_ct_stub.cpp | 450 int32_t result = EnableNotification(raw, events, interval); in EnableNotificationInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 724 int32_t BluetoothAvrcpCtProxy::EnableNotification(const RawAddress &device, in EnableNotification() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1552 int AvrcpController::EnableNotification( in EnableNotification() function in OHOS::Bluetooth::AvrcpController 1571 return proxy->EnableNotification(rawAddr, myEvents, static_cast<int32_t>(interval)); in EnableNotification()
|