Home
last modified time | relevance | path

Searched refs:GetSupportedEvents (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h47 virtual int32_t GetSupportedEvents(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h42 virtual int32_t GetSupportedEvents(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h42 int32_t GetSupportedEvents(const RawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h767 virtual int GetSupportedEvents(const RawAddress &rawAddr) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h675 int GetSupportedEvents(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h300 int GetSupportedEvents(const RawAddress &rawAddr) override;
H A Davrcp_ct_service.cpp878 int AvrcpCtService::GetSupportedEvents(const RawAddress &rawAddr) in GetSupportedEvents() function in OHOS::bluetooth::AvrcpCtService
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp317 * @tc.name: GetSupportedEvents
326 int ret = profile_->GetSupportedEvents(device); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp246 int32_t result = GetSupportedEvents(RawAddress(data.ReadString())); in GetSupportedEventsInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp321 int32_t BluetoothAvrcpCtProxy::GetSupportedEvents(const RawAddress &device) in GetSupportedEvents() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
325 HILOGE("[GetSupportedEvents] fail: write interface token failed."); in GetSupportedEvents()
330 HILOGE("[GetSupportedEvents] fail: write result failed"); in GetSupportedEvents()
339 HILOGE("BluetoothAvrcpCtProxy::GetSupportedEvents done fail, error: %{public}d", error); in GetSupportedEvents()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1171 int AvrcpController::GetSupportedEvents(const BluetoothRemoteDevice &device) in GetSupportedEvents() function in OHOS::Bluetooth::AvrcpController
1184 return proxy->GetSupportedEvents(rawAddr); in GetSupportedEvents()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp963 int32_t BluetoothAvrcpCtServer::GetSupportedEvents(const RawAddress &device) in GetSupportedEvents() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
969 result = pimpl->service_->GetSupportedEvents(device); in GetSupportedEvents()

Completed in 16 milliseconds