Home
last modified time | relevance | path

Searched defs:DialParaInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcommon_type.h35 struct DialParaInfo { struct
36 DialParaInfo() : accountId(0), callId(0), index(0), dialType(DialType::DIAL_CARRIER_TYPE), in DialParaInfo() argument
39 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 …]