Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dcall_reporter.h27 struct CallInfo { struct
33 ConcurrentMap<std::string, CallInfo> callCounts; argument
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_call_parcel.h50 struct CallInfo { struct
55 int32_t index = 0;
59 int32_t dir = 0;
73 int32_t state = 0;
81 int32_t mode = 0;
88 int32_t mpty = 0;
95 int32_t voiceDomain = 0;
104 int32_t callType = 0;
128 struct CallInfoList { argument
136 std::vector<CallInfo> calls {}; argument
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h71 struct CallInfo { struct
72 int32_t connectToken;
73 std::string remoteDeviceId;
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_call_info_v10.md1 # CallInfo chapter
H A D_call_info_v11.md1 # CallInfo chapter
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp120 SatelliteCurrentCall CallInfo; variable