/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 68 virtual int32_t DisableNotification(const RawAddress &device,
|
/ohos5.0/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;
|
/ohos5.0/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) …
|
/ohos5.0/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;
|
/ohos5.0/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);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
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_profile.h | 872 static void DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events);
|
H A D | avrcp_ct_service.cpp | 1970 int AvrcpCtService::DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &even… 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> &even… in DisableNotification() function in OHOS::bluetooth::AvrcCtProfile
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 684 int ret = profile_->DisableNotification(device, events);
|
/ohos5.0/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<int… in DisableNotification() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1248 result = pimpl->service_->DisableNotification(BluetoothRawAddress(device), myEvents); in DisableNotification()
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 759 int32_t BluetoothAvrcpCtProxy::DisableNotification(const RawAddress &device, in DisableNotification() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1574 int AvrcpController::DisableNotification(const BluetoothRemoteDevice &device, const std::vector<uin… in DisableNotification() function in OHOS::Bluetooth::AvrcpController 1592 return proxy->DisableNotification(rawAddr, myEvents); in DisableNotification()
|