Searched refs:answerType (Results 1 – 12 of 12) sorted by relevance
233 CallAnswerType answerType = CallAnswerType::CALL_ANSWER_MISSED; member299 CallAnswerType answerType = CallAnswerType::CALL_ANSWER_MISSED; member332 answerType = temp.answerType;
89 void CallRecordsManager::AddOneCallRecord(sptr<CallBase> call, CallAnswerType answerType) in AddOneCallRecord() argument146 data.answerType = info.answerType; in CopyCallInfoToRecord()
83 bucket.Put(CALL_ANSWER_STATE, static_cast<int32_t>(info.answerType)); in AddCallLogInfo()
66 void AddOneCallRecord(sptr<CallBase> call, CallAnswerType answerType);
132 info.answerType = answerType_; in GetCallAttributeBaseInfo()439 void CallBase::SetAnswerType(CallAnswerType answerType) in SetAnswerType() argument442 answerType_ = answerType; in SetAnswerType()
960 newCall->SetAnswerType(attrInfo.answerType); in RefreshCallIfNecessary()1004 attrInfo.answerType != CallAnswerType::CALL_ANSWER_REJECT)) { in SetOriginalCallTypeForDisconnectState()
94 void SetAnswerType(CallAnswerType answerType);
152 CallAnswerType answerType = static_cast<CallAnswerType>(size % CALL_ANSWER_TYPE_NUM); in GetCallerInfo() local166 callObjectPtr->SetAnswerType(answerType); in GetCallerInfo()
103 dataMessageParcel.WriteInt32(static_cast<int32_t>(info.answerType)); in UpdateCallStateInfo()
105 parcelPtr.answerType = static_cast<CallAnswerType>(data.ReadInt32()); in OnUpdateCallStateInfo()
53 dataParcel.WriteInt32(static_cast<int32_t>(info.answerType)); in OnCallDetailsChange()
42 parcelPtr.answerType = static_cast<CallAnswerType>(data.ReadInt32()); in OnUpdateCallStateInfoRequest()