Home
last modified time | relevance | path

Searched refs:DisableNotification (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h68 virtual int32_t DisableNotification(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h63 …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 Dbluetooth_avrcp_ct_server.h63 …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 Dinterface_profile_avrcp_ct.h1102 …virtual int DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h1015 … 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 Davrcp_ct_service.h601 int DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events) override;
H A Davrcp_ct_profile.h872 static void DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events);
H A Davrcp_ct_service.cpp1970 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 Davrcp_ct_profile.cpp1284 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 Davrcp_ct_test.cpp684 int ret = profile_->DisableNotification(device, events);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1236 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 Dbluetooth_avrcp_ct_stub.cpp468 int32_t result = DisableNotification(raw, events); in DisableNotificationInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp759 int32_t BluetoothAvrcpCtProxy::DisableNotification(const RawAddress &device, in DisableNotification() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1574 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()