/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 68 virtual int32_t DisableNotification(const RawAddress &device,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 63 virtual int32_t DisableNotification(const RawAddress &device, const std::vector<int32_t> &events) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 63 int32_t DisableNotification(const RawAddress &device, const std::vector<int32_t> &events) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 1102 virtual int DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_profile.h | 872 static void DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events);
|
H A D | avrcp_ct_service.h | 601 int DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events) override;
|
H A D | avrcp_ct_service.cpp | 1970 int AvrcpCtService::DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events) in DisableNotification() function in OHOS::bluetooth::AvrcpCtService 2027 profile_->DisableNotification(rawAddr, events); in DisableNotificationNative()
|
H A D | avrcp_ct_profile.cpp | 1284 void AvrcCtProfile::DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events) in DisableNotification() function in OHOS::bluetooth::AvrcCtProfile
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 1015 int DisableNotification(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &events);
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 673 * @tc.name: DisableNotification 684 int ret = profile_->DisableNotification(device, events); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 468 int32_t result = DisableNotification(raw, events); in DisableNotificationInner()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 756 int32_t BluetoothAvrcpCtProxy::DisableNotification(const RawAddress &device, in DisableNotification() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy 761 HILOGE("[DisableNotification] fail: write interface token failed."); in DisableNotification() 766 HILOGE("[DisableNotification] fail: write result failed"); in DisableNotification() 771 HILOGE("[DisableNotification] fail: write result failed"); in DisableNotification() 780 HILOGE("BluetoothAvrcpCtProxy::DisableNotification done fail, error: %{public}d", error); in DisableNotification() 791 HILOGE("[DisableNotification] fail: write interface token failed."); in GetItemAttributes() 796 HILOGE("[DisableNotification] fail: write result failed"); in GetItemAttributes() 801 HILOGE("[DisableNotification] fail: write result failed"); in GetItemAttributes() 806 HILOGE("[DisableNotification] fail: write result failed"); in GetItemAttributes() 811 HILOGE("[DisableNotification] fai in GetItemAttributes() [all...] |
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1571 int AvrcpController::DisableNotification(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &events) in DisableNotification() function in OHOS::Bluetooth::AvrcpController 1589 return proxy->DisableNotification(rawAddr, myEvents); in DisableNotification()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1236 int32_t BluetoothAvrcpCtServer::DisableNotification(const RawAddress &device, const std::vector<int32_t> &events) in DisableNotification() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1248 result = pimpl->service_->DisableNotification(BluetoothRawAddress(device), myEvents); in DisableNotification()
|