Home
last modified time | relevance | path

Searched refs:HandsFreeUnit (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp49 static HandsFreeUnit *profile_;
98 profile_ = HandsFreeUnit::GetProfile(); in HWTEST_F()
112 profile_ = HandsFreeUnit::GetProfile(); in HWTEST_F()
128 profile_ = HandsFreeUnit::GetProfile(); in HWTEST_F()
144 profile_ = HandsFreeUnit::GetProfile(); in HWTEST_F()
161 profile_ = HandsFreeUnit::GetProfile(); in HWTEST_F()
177 profile_ = HandsFreeUnit::GetProfile(); in HWTEST_F()
193 profile_ = HandsFreeUnit::GetProfile(); in HWTEST_F()
210 profile_ = HandsFreeUnit::GetProfile(); in HWTEST_F()
226 profile_ = HandsFreeUnit in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp154 struct HandsFreeUnit::impl {
450 HandsFreeUnit::impl::impl() in impl()
461 HandsFreeUnit::impl::~impl() in ~impl()
470 HandsFreeUnit::HandsFreeUnit() in HandsFreeUnit() function in OHOS::Bluetooth::HandsFreeUnit
475 HandsFreeUnit::~HandsFreeUnit() in ~HandsFreeUnit()
478 HandsFreeUnit *HandsFreeUnit::GetProfile() in GetProfile()
481 static BluetoothNoDestructor<HandsFreeUnit> instanc in GetProfile()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h171 class BLUETOOTH_API HandsFreeUnit { class
179 static HandsFreeUnit *GetProfile();
401 static HandsFreeUnit *instance_;
404 HandsFreeUnit();
405 ~HandsFreeUnit();
406 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(HandsFreeUnit);
410 friend class BluetoothNoDestructor<HandsFreeUnit>;
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_hf.cpp47 napi_define_class(env, "HandsFreeUnit", NAPI_AUTO_LENGTH, HandsFreeUnitConstructor, nullptr, in DefineHandsFreeUnitJSClass()
69 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in On()
90 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in GetConnectionDevices()
123 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in GetDeviceState()
155 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in GetScoState()
187 HandsFreeUnit *profil in Connect()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp117 std::to_string(HandsFreeUnit::GetProfile()->GetScoState(devices[i])).c_str()); in AddDevicesToArray()
201 devices = HandsFreeUnit::GetProfile()->GetDevicesByStates(connectState_); in GetHfpHFDeviceInfo()

Completed in 4 milliseconds