Searched refs:answerType (Results 1 – 8 of 8) sorted by relevance
85 void CallRecordsManager::AddOneCallRecord(sptr<CallBase> call, CallAnswerType answerType) in AddOneCallRecord() argument124 data.answerType = info.answerType; in AddOneCallRecord()
83 bucket.Put(CALL_ANSWER_STATE, static_cast<int32_t>(info.answerType)); in AddCallLogInfo()
65 void AddOneCallRecord(sptr<CallBase> call, CallAnswerType answerType);
104 info.answerType = answerType_; in GetCallAttributeBaseInfo()331 void CallBase::SetAnswerType(CallAnswerType answerType) in SetAnswerType() argument334 answerType_ = answerType; in SetAnswerType()
586 newCall->SetAnswerType(attrInfo.answerType); in RefreshCallIfNecessary()
449 CallAnswerType answerType = CallAnswerType::CALL_ANSWER_MISSED; member499 CallAnswerType answerType = CallAnswerType::CALL_ANSWER_MISSED; member528 answerType = temp.answerType;
93 void SetAnswerType(CallAnswerType answerType);
154 CallAnswerType answerType = static_cast<CallAnswerType>(size % CALL_ANSWER_TYPE_NUM); in GetCallerInfo() local168 callObjectPtr->SetAnswerType(answerType); in GetCallerInfo()