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_inner_type.h581 struct CallReportInfo { struct
582 int32_t index = 0;
586 char accountNum[kMaxNumberLen + 1] = { 0 };
587 int32_t accountId = 0;
591 CallType callType = CallType::TYPE_ERR_CALL;
595 VideoStateType callMode = VideoStateType::TYPE_VOICE;
619 std::vector<CallReportInfo> callVec {}; argument