Home
last modified time | relevance | path

Searched refs:SetMultiParty (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dhands_free_unit_calls.h235 void SetMultiParty(bool multiParty);
H A Dhands_free_unit_calls.cpp93 void HandsFreeUnitCalls::SetMultiParty(bool multiParty) in SetMultiParty() function in OHOS::bluetooth::HandsFreeUnitCalls
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hf_call.h260 void SetMultiParty(bool multiParty) in SetMultiParty() function
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhf_call_test.cpp263 call.SetMultiParty(true);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_call_manager.cpp83 iter->second.SetMultiParty(updateiter->second.IsMultiParty()); in UpdateCallDone()