/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 46 virtual int32_t GetSupportedCompanies(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 41 int32_t GetSupportedCompanies(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 41 virtual int32_t GetSupportedCompanies(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 752 virtual int GetSupportedCompanies(const RawAddress &rawAddr) = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 661 int GetSupportedCompanies(const BluetoothRemoteDevice &device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 287 int GetSupportedCompanies(const RawAddress &rawAddr) override;
|
H A D | avrcp_ct_service.cpp | 850 int AvrcpCtService::GetSupportedCompanies(const RawAddress &rawAddr) in GetSupportedCompanies() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 309 int ret = profile_->GetSupportedCompanies(device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 948 int32_t BluetoothAvrcpCtServer::GetSupportedCompanies(const RawAddress &device) in GetSupportedCompanies() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 954 result = pimpl->service_->GetSupportedCompanies(BluetoothRawAddress(device)); in GetSupportedCompanies()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 238 int32_t result = GetSupportedCompanies(RawAddress(data.ReadString())); in GetSupportedCompaniesInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 300 int32_t BluetoothAvrcpCtProxy::GetSupportedCompanies(const RawAddress &device) in GetSupportedCompanies() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1158 int AvrcpController::GetSupportedCompanies(const BluetoothRemoteDevice &device) in GetSupportedCompanies() function in OHOS::Bluetooth::AvrcpController 1171 return proxy->GetSupportedCompanies(rawAddr); in GetSupportedCompanies()
|