Home
last modified time | relevance | path

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

/device/google/trout/hal/dumpstate/1.1/config/
Ddumpstate_hal_configuration_V1_0.cpp186 std::vector<SystemLogs> systemLogs, in DumpstateHalConfiguration() argument
188 : services_(std::move(services)), systemLogs_(std::move(systemLogs)), version_(version) {} in DumpstateHalConfiguration()
237 std::vector<SystemLogs> systemLogs; in read() local
244 systemLogs.push_back(std::move(value)); in read()
247 DumpstateHalConfiguration instance(services, systemLogs, version); in read()
Ddumpstate_hal_configuration_V1_0.h89 DumpstateHalConfiguration(std::vector<Services> services, std::vector<SystemLogs> systemLogs,