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.h154 struct CallReportInfo { struct
155 int32_t index = 0;
159 char accountNum[kMaxNumberLen + 1] = { 0 };
160 int32_t accountId = 0;
164 CallType callType = CallType::TYPE_ERR_CALL;
168 VideoStateType callMode = VideoStateType::TYPE_VOICE;
194 VoipCallReportInfo voipCallInfo; argument
198 bool isPendingHold = false;
224 std::vector<CallReportInfo> callVec {}; argument