Lines Matching refs:status_t
48 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags);
51 status_t fetchVersion();
52 status_t fetchKernelConfigs();
53 status_t fetchCpuInfo();
54 status_t fetchKernelSepolicyVers();
55 status_t fetchAvb();
56 status_t parseKernelVersion();
62 status_t RuntimeInfoFetcher::fetchKernelConfigs() { in fetchKernelConfigs()
74 status_t err = OK; in fetchKernelConfigs()
87 status_t RuntimeInfoFetcher::fetchCpuInfo() { in fetchCpuInfo()
100 status_t RuntimeInfoFetcher::fetchKernelSepolicyVers() { in fetchKernelSepolicyVers()
114 status_t RuntimeInfoFetcher::fetchVersion() { in fetchVersion()
125 status_t err = parseKernelVersion(); in fetchVersion()
133 status_t RuntimeInfoFetcher::parseKernelVersion() { in parseKernelVersion()
150 status_t RuntimeInfoFetcher::fetchAvb() { in fetchAvb()
162 status_t RuntimeInfoFetcher::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation()
166 using FetchFunction = status_t(RF::*)(); in fetchAllInformation()
176 status_t err; in fetchAllInformation()
185 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation()