Home
last modified time | relevance | path

Searched refs:EnableNotification (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h66 virtual int32_t EnableNotification(const RawAddress &device,
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h61 virtual int32_t EnableNotification(const RawAddress &device,
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h61 int32_t EnableNotification(const RawAddress &device,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h1087 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 Davrcp_ct_profile.h863 void EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events,
H A Davrcp_ct_service.h587 int EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events,
H A Davrcp_ct_service.cpp1942 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 Davrcp_ct_profile.cpp1271 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 Dbluetooth_avrcp_ct.h999 int EnableNotification(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &events,
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp654 * @tc.name: EnableNotification
665 int ret = profile_->EnableNotification(device, events); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp450 int32_t result = EnableNotification(raw, events, interval); in EnableNotificationInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp721 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 Dbluetooth_avrcp_ct.cpp1549 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 Dbluetooth_avrcp_ct_server.cpp1213 int32_t BluetoothAvrcpCtServer::EnableNotification(const RawAddress &device, in EnableNotification() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
1226 result = pimpl->service_->EnableNotification(BluetoothRawAddress(device), in EnableNotification()

Completed in 22 milliseconds