Home
last modified time | relevance | path

Searched full:index_id (Results 1 – 3 of 3) sorted by relevance

/base/telephony/core_service/
Dhisysevent.yaml98 INDEX_ID: {type: INT32, desc: differentiate multiple calls simultaneously}
/base/telephony/call_manager/services/hisysevent/src/
Dcall_manager_hisysevent.cpp36 static constexpr const char *INDEX_ID_KEY = "INDEX_ID";
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_listener.cpp328 if (root["INDEX_ID"].isInt()) { in ProcessPhoneDebugInfo()
329 data.eventDebugInfo.append(" Index ID = ").append(std::to_string(root["INDEX_ID"].asInt())); in ProcessPhoneDebugInfo()