Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_base.h99 void SetAnswerType(CallAnswerType answerType);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_base.cpp505 void CallBase::SetAnswerType(CallAnswerType answerType) in SetAnswerType() function in OHOS::Telephony::CallBase
H A Dcall_control_manager.cpp1382 callObjectPtr->SetAnswerType(CallAnswerType::CALL_ANSWER_MISSED); in AddCallLogAndNotification()
1400 callObjectPtr->SetAnswerType(CallAnswerType::CALL_ANSWER_BLOCKED); in AddBlockLogAndNotification()
H A Dcall_status_manager.cpp1163 newCall->SetAnswerType(attrInfo.answerType); in RefreshCallIfNecessary()
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp168 callObjectPtr->SetAnswerType(answerType); in GetCallerInfo()