Home
last modified time | relevance | path

Searched refs:callRepotInfo (Results 1 - 1 of 1) sorted by relevance

/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp778 CallReportInfo callRepotInfo; in HWTEST_F() local
779 callRepotInfo.callType = CallType::TYPE_CS; in HWTEST_F()
780 callRepotInfo.accountId = INVALID_SLOTID; in HWTEST_F()
781 callRepotInfo.state = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F()
782 callRepotInfo.callMode = VideoStateType::TYPE_VOICE; in HWTEST_F()
785 calls.callVec.push_back(callRepotInfo); in HWTEST_F()
787 callRegister->ReportSingleCallInfo(callRepotInfo, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F()

Completed in 2 milliseconds