Home
last modified time | relevance | path

Searched refs:HandsFreeUnitCall (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhf_call_test.cpp52 * @tc.desc: Construct a new HandsFreeUnitCall object.
58 HandsFreeUnitCall call("000", 0, 0, "000", false, false, false); in HWTEST_F()
66 * @tc.desc: Construct a new HandsFreeUnitCall object.
72 HandsFreeUnitCall call("000", 0, 0, "000", UUID::FromString("000"), false, false, false, 0); in HWTEST_F()
86 HandsFreeUnitCall call; in HWTEST_F()
101 HandsFreeUnitCall call; in HWTEST_F()
117 HandsFreeUnitCall call; in HWTEST_F()
134 HandsFreeUnitCall call; in HWTEST_F()
150 HandsFreeUnitCall call; in HWTEST_F()
166 HandsFreeUnitCall cal in HWTEST_F()
[all...]
H A Dhfp_hf_test.cpp36 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) {} in OnCallChanged()
277 vector<HandsFreeUnitCall> calls = profile_->GetExistingCalls(device); in HWTEST_F()
341 HandsFreeUnitCall call; in HWTEST_F()
359 std::optional<HandsFreeUnitCall> call = profile_->StartDial(device, number); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hf_call.h64 class HandsFreeUnitCall { class
67 * @brief Construct a new HandsFreeUnitCall object.
78 HandsFreeUnitCall( in HandsFreeUnitCall() function in OHOS::Bluetooth::HandsFreeUnitCall
93 * @brief Construct a new HandsFreeUnitCall object.
106 HandsFreeUnitCall(std::string device, int id, int state, std::string number, UUID uuid, bool multiParty, in HandsFreeUnitCall() function in OHOS::Bluetooth::HandsFreeUnitCall
120 * @brief Construct a new HandsFreeUnitCall object as default.
124 HandsFreeUnitCall() = default;
127 * @brief Destroy the HandsFreeUnitCall object.
131 ~HandsFreeUnitCall() = default;
H A Dbluetooth_hfp_hf.h84 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in OnCallChanged()
279 std::vector<HandsFreeUnitCall> GetExistingCalls(const BluetoothRemoteDevice &device);
361 bool FinishActiveCall(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call);
371 std::optional<HandsFreeUnitCall> StartDial(const BluetoothRemoteDevice &device, const std::string &number);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp67 HandsFreeUnitCall tmpCall(call.GetRemoteDevice(),
273 std::vector<HandsFreeUnitCall> GetExistingCalls(const BluetoothRemoteDevice &device) in GetExistingCalls()
276 std::vector<HandsFreeUnitCall> calls; in GetExistingCalls()
283 HandsFreeUnitCall tmpCall(call.GetRemoteDevice(), in GetExistingCalls()
388 bool FinishActiveCall(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in FinishActiveCall()
408 std::optional<HandsFreeUnitCall> StartDial(const BluetoothRemoteDevice &device, const std::string &number) in StartDial()
416 HandsFreeUnitCall call(calls.GetRemoteDevice(), in StartDial()
618 std::vector<HandsFreeUnitCall> HandsFreeUnit::GetExistingCalls(const BluetoothRemoteDevice &device) in GetExistingCalls()
622 return std::vector<HandsFreeUnitCall>(); in GetExistingCalls()
626 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, std::vector<HandsFreeUnitCall>(), "faile in GetExistingCalls()
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h34 void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) override{}

Completed in 6 milliseconds