Home
last modified time | relevance | path

Searched refs:HandsFreeUnitCalls (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dhands_free_unit_calls.cpp22 HandsFreeUnitCalls::HandsFreeUnitCalls(const std::string &device, int id, int state, const std::string &number, in HandsFreeUnitCalls() function in OHOS::bluetooth::HandsFreeUnitCalls
30 HandsFreeUnitCalls::HandsFreeUnitCalls(const std::string &device, int id, int state, const std::string &number, in HandsFreeUnitCalls() function in OHOS::bluetooth::HandsFreeUnitCalls
38 const std::string &HandsFreeUnitCalls::GetRemoteDevice() const in GetRemoteDevice()
43 int HandsFreeUnitCalls::GetId() const in GetId()
48 Uuid HandsFreeUnitCalls::GetUuid() const in GetUuid()
53 int HandsFreeUnitCalls::GetState() const in GetState()
58 const std::string &HandsFreeUnitCalls::GetNumber() const in GetNumber()
63 long HandsFreeUnitCalls
[all...]
H A Dhands_free_unit_calls.h68 class HandsFreeUnitCalls { class
71 * @brief Construct a new HandsFreeUnitCalls object.
83 HandsFreeUnitCalls(const std::string &device, int id, int state, const std::string &number,
87 * @brief Construct a new HandsFreeUnitCalls object.
101 HandsFreeUnitCalls(const std::string &device, int id, int state, const std::string &number, Uuid &uuid,
110 HandsFreeUnitCalls() = default;
113 * @brief Construct a new HandsFreeUnitCalls object as default.
115 * @param other Other HandsFreeUnitCalls object.
119 HandsFreeUnitCalls(const HandsFreeUnitCalls
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_call_manager.h50 HandsFreeUnitCalls *GetCallById(int id);
58 HandsFreeUnitCalls *GetCallByState(int state);
65 std::vector<HandsFreeUnitCalls> GetCurrentCalls();
72 void UpdateCall(HandsFreeUnitCalls &call);
92 void NotifyCallChanged(const HandsFreeUnitCalls &call);
98 std::map<int, HandsFreeUnitCalls> calls_ {};
100 std::map<int, HandsFreeUnitCalls> updateCalls_ {};
H A Dhfp_hf_call_manager.cpp32 HandsFreeUnitCalls *HfpHfCallManager::GetCallById(int id) in GetCallById()
34 std::map<int, HandsFreeUnitCalls>::iterator it = calls_.find(id); in GetCallById()
41 HandsFreeUnitCalls *HfpHfCallManager::GetCallByState(int state) in GetCallByState()
43 std::map<int, HandsFreeUnitCalls>::iterator it; in GetCallByState()
52 std::vector<HandsFreeUnitCalls> HfpHfCallManager::GetCurrentCalls() in GetCurrentCalls()
54 std::vector<HandsFreeUnitCalls> calls; in GetCurrentCalls()
55 std::map<int, HandsFreeUnitCalls>::iterator it; in GetCurrentCalls()
62 void HfpHfCallManager::UpdateCall(HandsFreeUnitCalls &call) in UpdateCall()
69 std::map<int, HandsFreeUnitCalls>::iterator iter; in UpdateCallDone()
70 std::map<int, HandsFreeUnitCalls> in UpdateCallDone()
[all...]
H A Dhfp_hf_service.h213 std::vector<HandsFreeUnitCalls> GetCurrentCallList(const RawAddress &device) override;
310 bool FinishActiveCall(const RawAddress &device, const HandsFreeUnitCalls &call) override;
320 std::optional<HandsFreeUnitCalls> StartDial(const RawAddress &device, const std::string &number) override;
422 void NotifyCallChanged(const RawAddress &device, const HandsFreeUnitCalls &call);
H A Dhfp_hf_message.h37 HandsFreeUnitCalls calls_ {};
H A Dhfp_hf_service.cpp382 std::vector<HandsFreeUnitCalls> HfpHfService::GetCurrentCallList(const RawAddress &device) in GetCurrentCallList()
386 std::vector<HandsFreeUnitCalls> calls; in GetCurrentCallList()
538 bool HfpHfService::FinishActiveCall(const RawAddress &device, const HandsFreeUnitCalls &call) in FinishActiveCall()
554 std::optional<HandsFreeUnitCalls> HfpHfService::StartDial(const RawAddress &device, const std::string &number) in StartDial()
570 HandsFreeUnitCalls calls( in StartDial()
758 void HfpHfService::NotifyCallChanged(const RawAddress &device, const HandsFreeUnitCalls &call) in NotifyCallChanged()
H A Dhfp_hf_statemachine.h80 std::vector<HandsFreeUnitCalls> GetCurrentCallList();
H A Dhfp_hf_statemachine.cpp795 std::vector<HandsFreeUnitCalls> HfpHfStateMachine::GetCurrentCallList() in GetCurrentCallList()
906 HandsFreeUnitCalls call(address_, in ProcessCurrentCallEvent()
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_hfp_hf_call.h24 class BluetoothHfpHfCall : public Parcelable, public bluetooth::HandsFreeUnitCalls {
27 BluetoothHfpHfCall(const bluetooth::HandsFreeUnitCalls& other): bluetooth::HandsFreeUnitCalls(other) {} in BluetoothHfpHfCall()
28 BluetoothHfpHfCall(const BluetoothHfpHfCall& other): bluetooth::HandsFreeUnitCalls(other) {} in BluetoothHfpHfCall()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h85 virtual void OnCallChanged(const RawAddress &device, const HandsFreeUnitCalls &call) in OnCallChanged()
263 virtual std::vector<HandsFreeUnitCalls> GetCurrentCallList(const RawAddress &device) = 0;
360 virtual bool FinishActiveCall(const RawAddress &device, const HandsFreeUnitCalls &call) = 0;
370 virtual std::optional<HandsFreeUnitCalls> StartDial(const RawAddress &device, const std::string &number) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp54 void OnCallChanged(const RawAddress& device, const HandsFreeUnitCalls& call) override
306 std::vector<HandsFreeUnitCalls> callVector; in GetCurrentCallList()
311 for (HandsFreeUnitCalls call : callVector) { in GetCurrentCallList()
421 std::optional<HandsFreeUnitCalls> ret; in StartDial()
422 HandsFreeUnitCalls calls; in StartDial()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp394 bluetooth::HandsFreeUnitCalls calls(call.GetRemoteDevice(), in FinishActiveCall()

Completed in 9 milliseconds