Searched refs:FetchFlags (Results 1 – 11 of 11) sorted by relevance
45 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags);48 status_t fetchVersion(RuntimeInfo::FetchFlags flags);49 status_t fetchKernelConfigs(RuntimeInfo::FetchFlags flags);50 status_t fetchCpuInfo(RuntimeInfo::FetchFlags flags);51 status_t fetchKernelSepolicyVers(RuntimeInfo::FetchFlags flags);52 status_t fetchAvb(RuntimeInfo::FetchFlags flags);58 status_t RuntimeInfoFetcher::fetchKernelConfigs(RuntimeInfo::FetchFlags) { in fetchKernelConfigs() argument62 status_t RuntimeInfoFetcher::fetchCpuInfo(RuntimeInfo::FetchFlags) { in fetchCpuInfo() argument75 status_t RuntimeInfoFetcher::fetchKernelSepolicyVers(RuntimeInfo::FetchFlags) { in fetchKernelSepolicyVers() argument89 status_t RuntimeInfoFetcher::fetchVersion(RuntimeInfo::FetchFlags flags) { in fetchVersion()[all …]
26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() argument
144 status_t RuntimeInfo::parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease()
110 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation()143 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation()
406 const RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::CPU_INFO | in dumpRi()
638 std::shared_ptr<const RuntimeInfo> VintfObject::GetRuntimeInfo(RuntimeInfo::FetchFlags flags) { in GetRuntimeInfo()641 std::shared_ptr<const RuntimeInfo> VintfObject::getRuntimeInfo(RuntimeInfo::FetchFlags flags) { in getRuntimeInfo()
86 using FetchFlags = uint32_t; member87 enum FetchFlag : FetchFlags {111 virtual status_t fetchAllInformation(FetchFlags flags);120 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags,
61 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;138 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);296 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
63 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));64 status_t doFetch(RuntimeInfo::FetchFlags flags);
33 status_t MockRuntimeInfo::doFetch(RuntimeInfo::FetchFlags flags) { in doFetch()
134 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease()