Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h46 virtual int32_t GetSupportedCompanies(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h41 int32_t GetSupportedCompanies(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h41 virtual int32_t GetSupportedCompanies(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h752 virtual int GetSupportedCompanies(const RawAddress &rawAddr) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h661 int GetSupportedCompanies(const BluetoothRemoteDevice &device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h287 int GetSupportedCompanies(const RawAddress &rawAddr) override;
H A Davrcp_ct_service.cpp850 int AvrcpCtService::GetSupportedCompanies(const RawAddress &rawAddr) in GetSupportedCompanies() function in OHOS::bluetooth::AvrcpCtService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp309 int ret = profile_->GetSupportedCompanies(device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp948 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 Dbluetooth_avrcp_ct_stub.cpp238 int32_t result = GetSupportedCompanies(RawAddress(data.ReadString())); in GetSupportedCompaniesInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp300 int32_t BluetoothAvrcpCtProxy::GetSupportedCompanies(const RawAddress &device) in GetSupportedCompanies() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1158 int AvrcpController::GetSupportedCompanies(const BluetoothRemoteDevice &device) in GetSupportedCompanies() function in OHOS::Bluetooth::AvrcpController
1171 return proxy->GetSupportedCompanies(rawAddr); in GetSupportedCompanies()