Searched refs:CallAnswerType (Results 1 – 11 of 11) sorted by relevance
233 CallAnswerType answerType = CallAnswerType::CALL_ANSWER_MISSED;299 CallAnswerType answerType = CallAnswerType::CALL_ANSWER_MISSED;
401 enum class CallAnswerType { enum
39 …answerType_(CallAnswerType::CALL_ANSWER_MISSED), accountId_(info.accountId), crsType_(info.crsType… in CallBase()52 …ringBeginTime_(0), ringEndTime_(0), answerType_(CallAnswerType::CALL_ANSWER_MISSED), accountId_(in… in CallBase()107 answerType_ = CallAnswerType::CALL_ANSWER_REJECT; in RejectCallBase()228 answerType_ = CallAnswerType::CALL_ANSWER_ACTIVED; in StateChangesToActive()439 void CallBase::SetAnswerType(CallAnswerType answerType) in SetAnswerType()
1004 attrInfo.answerType != CallAnswerType::CALL_ANSWER_REJECT)) { in SetOriginalCallTypeForDisconnectState()
94 void SetAnswerType(CallAnswerType answerType);161 CallAnswerType answerType_;
66 void AddOneCallRecord(sptr<CallBase> call, CallAnswerType answerType);
115 predicates.EqualTo(CALL_ANSWER_STATE, static_cast<int32_t>(CallAnswerType::CALL_ANSWER_MISSED)); in QueryAndNotifyUnReadMissedCall()163 predicates.EqualTo(CALL_ANSWER_STATE, static_cast<int32_t>(CallAnswerType::CALL_ANSWER_MISSED)); in RemoveMissedIncomingCallNotification()
89 void CallRecordsManager::AddOneCallRecord(sptr<CallBase> call, CallAnswerType answerType) in AddOneCallRecord()
152 CallAnswerType answerType = static_cast<CallAnswerType>(size % CALL_ANSWER_TYPE_NUM); in GetCallerInfo()
105 parcelPtr.answerType = static_cast<CallAnswerType>(data.ReadInt32()); in OnUpdateCallStateInfo()
42 parcelPtr.answerType = static_cast<CallAnswerType>(data.ReadInt32()); in OnUpdateCallStateInfoRequest()