/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 47 virtual int32_t GetSupportedEvents(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 42 int32_t GetSupportedEvents(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 42 virtual int32_t GetSupportedEvents(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 767 virtual int GetSupportedEvents(const RawAddress &rawAddr) = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 675 int GetSupportedEvents(const BluetoothRemoteDevice &device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 300 int GetSupportedEvents(const RawAddress &rawAddr) override;
|
H A D | avrcp_ct_service.cpp | 878 int AvrcpCtService::GetSupportedEvents(const RawAddress &rawAddr) in GetSupportedEvents() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 326 int ret = profile_->GetSupportedEvents(device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 963 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 D | bluetooth_avrcp_ct_stub.cpp | 246 int32_t result = GetSupportedEvents(RawAddress(data.ReadString())); in GetSupportedEventsInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 324 int32_t BluetoothAvrcpCtProxy::GetSupportedEvents(const RawAddress &device) in GetSupportedEvents() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1174 int AvrcpController::GetSupportedEvents(const BluetoothRemoteDevice &device) in GetSupportedEvents() function in OHOS::Bluetooth::AvrcpController 1187 return proxy->GetSupportedEvents(rawAddr); in GetSupportedEvents()
|