Home
last modified time | relevance | path

Searched defs:CallReportInfo (Results 1 – 1 of 1) sorted by relevance

/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_info.h117 struct CallReportInfo { struct
118 int32_t index = 0;
122 char accountNum[kMaxNumberLen + 1] = { 0 };
123 int32_t accountId = 0;
127 CallType callType = CallType::TYPE_ERR_CALL;
131 VideoStateType callMode = VideoStateType::TYPE_VOICE;
157 VoipCallReportInfo voipCallInfo; argument
167 std::vector<CallReportInfo> callVec {}; argument