Home
last modified time | relevance | path

Searched refs:HandsFreeAudioGateway (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp44 static HandsFreeAudioGateway *profile_;
88 * @tc.desc: Get the instance of HandsFreeAudioGateway object
94 profile_ = HandsFreeAudioGateway::GetProfile(); in HWTEST_F()
109 profile_ = HandsFreeAudioGateway::GetProfile(); in HWTEST_F()
125 profile_ = HandsFreeAudioGateway::GetProfile(); in HWTEST_F()
141 profile_ = HandsFreeAudioGateway::GetProfile(); in HWTEST_F()
159 profile_ = HandsFreeAudioGateway::GetProfile(); in HWTEST_F()
177 profile_ = HandsFreeAudioGateway::GetProfile(); in HWTEST_F()
194 profile_ = HandsFreeAudioGateway::GetProfile(); in HWTEST_F()
211 profile_ = HandsFreeAudioGateway in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp59 napi_define_class(env, "HandsFreeAudioGateway", NAPI_AUTO_LENGTH, HandsFreeAudioGatewayConstructor, nullptr, in DefineHandsFreeAudioGatewayJSClass()
107 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in On()
133 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in GetConnectionDevices()
160 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in GetDeviceState()
195 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in GetScoState()
227 HandsFreeAudioGateway *profil in ConnectSco()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp110 struct HandsFreeAudioGateway::impl {
387 HandsFreeAudioGateway::impl::impl() in impl()
398 HandsFreeAudioGateway::impl::~impl() in ~impl()
407 HandsFreeAudioGateway *HandsFreeAudioGateway::GetProfile() in GetProfile()
411 static BluetoothNoDestructor<HandsFreeAudioGateway> instance; in GetProfile()
414 static HandsFreeAudioGateway instance; in GetProfile()
419 HandsFreeAudioGateway::HandsFreeAudioGateway() in HandsFreeAudioGateway() function in OHOS::Bluetooth::HandsFreeAudioGateway
425 HandsFreeAudioGateway
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h108 * @brief Destroy the HandsFreeAudioGateway Observer object.
131 class BLUETOOTH_API HandsFreeAudioGateway { class
134 * @brief Get the instance of HandsFreeAudioGateway object.
136 * @return Returns the pointer to the HandsFreeAudioGateway instance.
139 static HandsFreeAudioGateway *GetProfile();
402 static HandsFreeAudioGateway *instance_;
412 HandsFreeAudioGateway();
413 ~HandsFreeAudioGateway();
414 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(HandsFreeAudioGateway);
418 friend class BluetoothNoDestructor<HandsFreeAudioGateway>;
[all...]
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp120 std::to_string(HandsFreeAudioGateway::GetProfile()->GetScoState(devices[i])).c_str()); in AddDevicesToArray()
194 devices = HandsFreeAudioGateway::GetProfile()->GetDevicesByStates(connectState_); in GetHfpAGDeviceInfo()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h136 static HandsFreeAudioGateway *hfpInstance_;
H A Daudio_bluetooth_manager.cpp37 HandsFreeAudioGateway *AudioHfpManager::hfpInstance_ = nullptr;
367 hfpInstance_ = HandsFreeAudioGateway::GetProfile(); in RegisterBluetoothScoListener()
386 hfpInstance_ = HandsFreeAudioGateway::GetProfile(); in CheckHfpDeviceReconnect()
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp56 static Bluetooth::HandsFreeAudioGateway *g_hfp;
328 g_hfp = Bluetooth::HandsFreeAudioGateway::GetProfile(); in HandleBtInit()

Completed in 10 milliseconds