Home
last modified time | relevance | path

Searched refs:SetTelCallState (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp246 call->SetTelCallState(TelCallState::CALL_STATUS_ACTIVE);
258 voipCall->SetTelCallState(TelCallState::CALL_STATUS_HOLDING);
277 dialCall->SetTelCallState(TelCallState::CALL_STATUS_DIALING);
304 call->SetTelCallState(TelCallState::CALL_STATUS_INCOMING);
721 call->SetTelCallState(TelCallState::CALL_STATUS_DIALING);
725 call->SetTelCallState(TelCallState::CALL_STATUS_INCOMING);
729 call->SetTelCallState(TelCallState::CALL_STATUS_WAITING);
755 call->SetTelCallState(TelCallState::CALL_STATUS_IDLE);
770 call->SetTelCallState(TelCallState::CALL_STATUS_HOLDING);
772 imsCall->SetTelCallState(TelCallState::CALL_STATUS_ACTIVE);
[all …]
H A Dzero_branch3_test.cpp971 callObjectPtr->SetTelCallState(TelCallState::CALL_STATUS_DIALING);
974 callObjectPtr->SetTelCallState(TelCallState::CALL_STATUS_ALERTING);
977 callObjectPtr->SetTelCallState(TelCallState::CALL_STATUS_ACTIVE);
H A Dzero_branch4_test.cpp412 callObjectPtr->SetTelCallState(TelCallState::CALL_STATUS_INCOMING);
H A Dzero_branch6_test.cpp277 callObjectPtr->SetTelCallState(TelCallState::CALL_STATUS_ACTIVE);
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_base.h79 int32_t SetTelCallState(TelCallState nextState);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp448 int32_t ret = call->SetTelCallState(TelCallState::CALL_STATUS_INCOMING); in HandleRejectCall()
616 call->SetTelCallState(info.state); in UpdateDialingCallInfo()
1083 int32_t ret = call->SetTelCallState(nextState); in UpdateCallState()
1167 newCall->SetTelCallState(priorState); in RefreshCallIfNecessary()
1459 int32_t ret = call->SetTelCallState(TelCallState::CALL_STATUS_INCOMING); in HandleRingOnceCall()
H A Dcall_base.cpp184 int32_t CallBase::SetTelCallState(TelCallState nextState) in SetTelCallState() function in OHOS::Telephony::CallBase
H A Dcall_object_manager.cpp685 (*it)->SetTelCallState(nextCallState); in UpdateOneCallObjectByCallId()
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp81 callObjectPtr->SetTelCallState(nextState); in CSCallFunc()