Searched defs:FetchFlags (Results 1 – 3 of 3) sorted by relevance
62 status_t RuntimeInfoFetcher::fetchKernelConfigs(RuntimeInfo::FetchFlags) { in fetchKernelConfigs()87 status_t RuntimeInfoFetcher::fetchCpuInfo(RuntimeInfo::FetchFlags) { in fetchCpuInfo()100 status_t RuntimeInfoFetcher::fetchKernelSepolicyVers(RuntimeInfo::FetchFlags) { in fetchKernelSepolicyVers()157 status_t RuntimeInfoFetcher::fetchAvb(RuntimeInfo::FetchFlags) { in fetchAvb()
26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation()
86 using FetchFlags = uint32_t; member