Searched refs:systemLogs (Results 1 – 2 of 2) sorted by relevance
186 std::vector<SystemLogs> systemLogs, in DumpstateHalConfiguration() argument188 : services_(std::move(services)), systemLogs_(std::move(systemLogs)), version_(version) {} in DumpstateHalConfiguration()237 std::vector<SystemLogs> systemLogs; in read() local244 systemLogs.push_back(std::move(value)); in read()247 DumpstateHalConfiguration instance(services, systemLogs, version); in read()
89 DumpstateHalConfiguration(std::vector<Services> services, std::vector<SystemLogs> systemLogs,