Searched defs:DialParaInfo (Results 1 – 1 of 1) sorted by relevance
35 struct DialParaInfo { struct36 DialParaInfo() : accountId(0), callId(0), index(0), dialType(DialType::DIAL_CARRIER_TYPE), in DialParaInfo() argument39 int32_t accountId = 0;40 int32_t callId = 0;41 int32_t index = 0;42 std::string number = "";47 bool isDialing = false;48 bool isEcc = false;49 std::string bundleName = "";50 int32_t crsType = 0;[all …]