Home
last modified time | relevance | path

Searched refs:SystemLogs (Results 1 – 3 of 3) sorted by relevance

/device/google/trout/hal/dumpstate/1.1/config/
Ddumpstate_hal_configuration_V1_0.cpp155 SystemLogs::SystemLogs(std::vector<Service> service) : service_(std::move(service)) {} in SystemLogs() function in dumpstate::hal::configuration::V1_0::SystemLogs
157 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 …]
Ddumpstate_hal_configuration_V1_0.h39 class SystemLogs; variable
70 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;
/device/google/trout/hal/dumpstate/1.1/config/api/
Dcurrent.txt7 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();