Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h47 virtual int32_t GetSupportedEvents(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h42 int32_t GetSupportedEvents(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h42 virtual int32_t GetSupportedEvents(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h767 virtual int GetSupportedEvents(const RawAddress &rawAddr) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h675 int GetSupportedEvents(const BluetoothRemoteDevice &device);
/ohos5.0/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
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp326 int ret = profile_->GetSupportedEvents(device);
/ohos5.0/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()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp246 int32_t result = GetSupportedEvents(RawAddress(data.ReadString())); in GetSupportedEventsInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp324 int32_t BluetoothAvrcpCtProxy::GetSupportedEvents(const RawAddress &device) in GetSupportedEvents() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1174 int AvrcpController::GetSupportedEvents(const BluetoothRemoteDevice &device) in GetSupportedEvents() function in OHOS::Bluetooth::AvrcpController
1187 return proxy->GetSupportedEvents(rawAddr); in GetSupportedEvents()