Home
last modified time | relevance | path

Searched refs:stateRecords (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_dump_helper.cpp25 std::vector<TelephonyStateRegistryRecord> &stateRecords, std::string &result) const in Dump() argument
29 return ShowTelephonyStateRegistryInfo(stateRecords, result); in Dump()
42 std::vector<TelephonyStateRegistryRecord> &stateRecords, std::string &result) const in ShowTelephonyStateRegistryInfo() argument
44 … result.append("registrations: count= ").append(std::to_string(stateRecords.size())).append("\n"); in ShowTelephonyStateRegistryInfo()
45 if (!stateRecords.empty()) { in ShowTelephonyStateRegistryInfo()
46 for (const auto &item : stateRecords) { in ShowTelephonyStateRegistryInfo()
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_dump_helper.h32 std::vector<TelephonyStateRegistryRecord> &stateRecords, std::string &result) const;
36 std::vector<TelephonyStateRegistryRecord> &stateRecords, std::string &result) const;