Home
last modified time | relevance | path

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

/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp2870 OttCallDetailsInfo tmpOttVec; in ReportOttCallDetailsInfo() local
2871 (void)memset_s(&tmpOttVec, sizeof(OttCallDetailsInfo), 0, sizeof(OttCallDetailsInfo)); in ReportOttCallDetailsInfo()
2881 if (memcpy_s(tmpOttVec.phoneNum, kMaxNumberLen, tmpStr.c_str(), tmpStr.length()) != EOK) { in ReportOttCallDetailsInfo()
2889 if (memcpy_s(tmpOttVec.bundleName, kMaxNumberLen, tmpStr.c_str(), tmpStr.length()) != EOK) { in ReportOttCallDetailsInfo()
2893 tmpOttVec.videoState = static_cast<VideoStateType>(tmpValue); in ReportOttCallDetailsInfo()
2895 tmpOttVec.callState = static_cast<TelCallState>(tmpValue); in ReportOttCallDetailsInfo()
2896 (asyncContext->ottVec).push_back(tmpOttVec); in ReportOttCallDetailsInfo()

Completed in 9 milliseconds