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