/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 66 virtual int32_t EnableNotification(const RawAddress &device,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 61 virtual int32_t EnableNotification(const RawAddress &device,
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 61 int32_t EnableNotification(const RawAddress &device,
|
/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, uint8_t interval) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
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.h | 587 int 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> &events, uint8_t interval) 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> &events, uint32_t interval) in EnableNotification() function in OHOS::bluetooth::AvrcCtProfile
|
/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,
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 654 * @tc.name: EnableNotification 665 int ret = profile_->EnableNotification(device, events); in HWTEST_F()
|
/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()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 721 int32_t BluetoothAvrcpCtProxy::EnableNotification(const RawAddress &device, in EnableNotification() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy 726 HILOGE("[EnableNotification] fail: write interface token failed."); in EnableNotification() 731 HILOGE("[EnableNotification] fail: write result failed"); in EnableNotification() 736 HILOGE("[EnableNotification] fail: write result failed"); in EnableNotification() 741 HILOGE("[EnableNotification] fail: write result failed"); in EnableNotification() 750 HILOGE("BluetoothAvrcpCtProxy::EnableNotification done fail, error: %{public}d", error); in EnableNotification()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1549 int AvrcpController::EnableNotification( in EnableNotification() function in OHOS::Bluetooth::AvrcpController 1568 return proxy->EnableNotification(rawAddr, myEvents, static_cast<int32_t>(interval)); in EnableNotification()
|
/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()
|