Searched refs:stateRecords (Results 1 – 2 of 2) sorted by relevance
25 std::vector<TelephonyStateRegistryRecord> &stateRecords, std::string &result) const in Dump() argument29 return ShowTelephonyStateRegistryInfo(stateRecords, result); in Dump()42 std::vector<TelephonyStateRegistryRecord> &stateRecords, std::string &result) const in ShowTelephonyStateRegistryInfo() argument44 … 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()
32 std::vector<TelephonyStateRegistryRecord> &stateRecords, std::string &result) const;36 std::vector<TelephonyStateRegistryRecord> &stateRecords, std::string &result) const;