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