Searched refs:SystemLogs (Results 1 – 3 of 3) sorted by relevance
155 SystemLogs::SystemLogs(std::vector<Service> service) : service_(std::move(service)) {} in SystemLogs() function in dumpstate::hal::configuration::V1_0::SystemLogs157 const std::vector<Service>& SystemLogs::getService() const { in getService()161 bool SystemLogs::hasService() const { in hasService()165 const Service* SystemLogs::getFirstService() const { in getFirstService()172 SystemLogs SystemLogs::read(xmlNode* root) { in read()181 SystemLogs instance(service); in read()186 std::vector<SystemLogs> systemLogs, in DumpstateHalConfiguration()205 const std::vector<SystemLogs>& DumpstateHalConfiguration::getSystemLogs() const { in getSystemLogs()213 const SystemLogs* DumpstateHalConfiguration::getFirstSystemLogs() const { in getFirstSystemLogs()237 std::vector<SystemLogs> systemLogs; in read()[all …]
39 class SystemLogs; variable70 class SystemLogs {75 explicit SystemLogs(std::vector<Service> service);79 static SystemLogs read(xmlNode* root);85 const std::vector<SystemLogs> systemLogs_;89 DumpstateHalConfiguration(std::vector<Services> services, std::vector<SystemLogs> systemLogs,94 const std::vector<SystemLogs>& getSystemLogs() const;96 const SystemLogs* getFirstSystemLogs() const;
7 method public dumpstate.hal.configuration.V1_0.SystemLogs getSystemLogs();10 method public void setSystemLogs(dumpstate.hal.configuration.V1_0.SystemLogs);27 public class SystemLogs {28 ctor public SystemLogs();