Home
last modified time | relevance | path

Searched refs:SetActiveDevice (Results 1 - 25 of 40) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h31 virtual void SetActiveDevice(const BluetoothRawAddress &addr) = 0;
H A Di_bluetooth_hfp_ag.h46 virtual bool SetActiveDevice(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_tg.h116 void SetActiveDevice(const BluetoothRemoteDevice &device);
H A Dbluetooth_hfp_ag.h281 bool SetActiveDevice(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h36 void SetActiveDevice(const BluetoothRawAddress &addr) override;
H A Dbluetooth_hfp_ag_server.h45 bool SetActiveDevice(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h231 virtual bool SetActiveDevice(const RawAddress &device) = 0;
H A Dinterface_profile_avrcp_tg.h121 virtual void SetActiveDevice(const RawAddress &rawAddr) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h31 void SetActiveDevice(const BluetoothRawAddress &addr) override;
H A Dbluetooth_hfp_ag_proxy.h43 bool SetActiveDevice(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp120 HfpAgProfile::SetActiveDevice(NULL_ADDRESS); in ShutDownDone()
640 bool HfpAgService::SetActiveDevice(const RawAddress &device) in SetActiveDevice() function in OHOS::bluetooth::HfpAgService
704 HfpAgProfile::SetActiveDevice(NULL_ADDRESS); in ClearActiveDevice()
840 if (!SetActiveDevice(RawAddress(address))) { in DialOutCallByHf()
872 if (!SetActiveDevice(RawAddress(address))) { in OpenVoiceRecognitionByHf()
944 SetActiveDevice(RawAddress(NULL_ADDRESS)); in SlcStateChanged()
1144 HfpAgProfile::SetActiveDevice(newAddress); in ModifyActiveDevice()
H A Dhfp_ag_profile.h232 static void SetActiveDevice(const std::string &address);
H A Dhfp_ag_audio_connection.h78 static void SetActiveDevice(const std::string &address);
H A Dhfp_ag_service.h250 bool SetActiveDevice(const RawAddress &device) override;
H A Dhfp_ag_profile.cpp365 void HfpAgProfile::SetActiveDevice(const std::string &address) in SetActiveDevice() function in OHOS::bluetooth::HfpAgProfile
367 HfpAgAudioConnection::SetActiveDevice(address); in SetActiveDevice()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/interface/
H A Diaudio_policy_interface.h140 virtual void SetActiveDevice(DeviceType deviceType) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp274 bool SetActiveDevice(const BluetoothRemoteDevice &device) in SetActiveDevice() function
279 return proxy->SetActiveDevice(BluetoothRawAddress(device.GetDeviceAddr())); in SetActiveDevice()
617 bool HandsFreeAudioGateway::SetActiveDevice(const BluetoothRemoteDevice &device) in SetActiveDevice() function in OHOS::Bluetooth::HandsFreeAudioGateway
628 return pimpl->SetActiveDevice(device); in SetActiveDevice()
H A Dbluetooth_avrcp_tg.cpp170 void AvrcpTarget::SetActiveDevice(const BluetoothRemoteDevice &device) in SetActiveDevice() function in OHOS::Bluetooth::AvrcpTarget
181 proxy->SetActiveDevice(rawAddr); in SetActiveDevice()
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp229 bool isOK = profile->SetActiveDevice(device); in ConnectSco()
263 bool isOK = profile->SetActiveDevice(device); in DisconnectSco()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp331 bool BluetoothHfpAgServer::SetActiveDevice(const BluetoothRawAddress &device) in SetActiveDevice() function in OHOS::Bluetooth::BluetoothHfpAgServer
336 return pimpl->HfpAgService_->SetActiveDevice(addr); in SetActiveDevice()
H A Dbluetooth_avrcp_tg_server.cpp196 void BluetoothAvrcpTgServer::SetActiveDevice(const BluetoothRawAddress &addr) in SetActiveDevice() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
201 pimpl->service_->SetActiveDevice(addr); in SetActiveDevice()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_connection.h180 void SetActiveDevice(const std::string addr);
H A Davrcp_tg_profile.cpp138 void AvrcTgProfile::SetActiveDevice(const RawAddress &rawAddr) in SetActiveDevice() function in OHOS::bluetooth::AvrcTgProfile
145 cnManager->SetActiveDevice(rawAddr.GetAddress()); in SetActiveDevice()
1830 cnManager->SetActiveDevice(rawAddr.GetAddress()); in ProcessChannelEventConnectIndEvt()
1866 cnManager->SetActiveDevice(AVRC_TG_DEFAULT_BLUETOOTH_ADDRESS); in ProcessChannelEventDisconnectIndEvt()
1899 cnManager->SetActiveDevice(AVRC_TG_DEFAULT_BLUETOOTH_ADDRESS); in ProcessChannelEventDisconnectCfmEvt()
1960 cnManager->SetActiveDevice(rawAddr.GetAddress()); in ProcessChannelEventConnectCfmEvt()
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp150 * @tc.name: SetActiveDevice
159 profile_->SetActiveDevice(device); in HWTEST_F()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp304 * @tc.name: SetActiveDevice
313 bool isOK = profile_->SetActiveDevice(device); in HWTEST_F()

Completed in 21 milliseconds

12