Home
last modified time | relevance | path

Searched refs:SetCallType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp245 call->SetCallType(CallType::TYPE_VOIP);
257 voipCall->SetCallType(CallType::TYPE_VOIP);
303 call->SetCallType(CallType::TYPE_VOIP);
352 csCall->SetCallType(CallType::TYPE_CS);
373 csCall->SetCallType(CallType::TYPE_VOIP);
376 csCall->SetCallType(CallType::TYPE_OTT);
698 call->SetCallType(CallType::TYPE_CS);
705 call->SetCallType(CallType::TYPE_VOIP);
708 call->SetCallType(CallType::TYPE_CS);
746 call->SetCallType(CallType::TYPE_CS);
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_phone_state.h44 void SetCallType(int callType);
H A Dbluetooth_phone_state.cpp126 void BluetoothPhoneState::SetCallType(int callType) in SetCallType() function in OHOS::Bluetooth::BluetoothPhoneState
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_base.h120 void SetCallType(CallType callType);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_base.cpp589 void CallBase::SetCallType(CallType callType) in SetCallType() function in OHOS::Telephony::CallBase
H A Dcall_status_manager.cpp618 call->SetCallType(info.callType); in UpdateDialingCallInfo()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp573 phoneState.SetCallType(type); in PhoneStateChanged()