Searched refs:FetchFlags (Results 1 – 10 of 10) sorted by relevance
51 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags);54 status_t fetchVersion(RuntimeInfo::FetchFlags flags);55 status_t fetchKernelConfigs(RuntimeInfo::FetchFlags flags);56 status_t fetchCpuInfo(RuntimeInfo::FetchFlags flags);57 status_t fetchKernelSepolicyVers(RuntimeInfo::FetchFlags flags);58 status_t fetchAvb(RuntimeInfo::FetchFlags flags);65 status_t RuntimeInfoFetcher::fetchKernelConfigs(RuntimeInfo::FetchFlags) { in fetchKernelConfigs() argument90 status_t RuntimeInfoFetcher::fetchCpuInfo(RuntimeInfo::FetchFlags) { in fetchCpuInfo() argument103 status_t RuntimeInfoFetcher::fetchKernelSepolicyVers(RuntimeInfo::FetchFlags) { in fetchKernelSepolicyVers() argument117 status_t RuntimeInfoFetcher::fetchVersion(RuntimeInfo::FetchFlags flags) { in fetchVersion()[all …]
26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() argument
143 status_t RuntimeInfo::parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease()
109 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation()140 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation()
533 std::shared_ptr<const RuntimeInfo> VintfObject::GetRuntimeInfo(RuntimeInfo::FetchFlags flags) { in GetRuntimeInfo()536 std::shared_ptr<const RuntimeInfo> VintfObject::getRuntimeInfo(RuntimeInfo::FetchFlags flags) { in getRuntimeInfo()
86 using FetchFlags = uint32_t; member87 enum FetchFlag : FetchFlags {109 virtual status_t fetchAllInformation(FetchFlags flags);118 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags,
58 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;133 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);312 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
51 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));52 status_t doFetch(RuntimeInfo::FetchFlags flags);
33 status_t MockRuntimeInfo::doFetch(RuntimeInfo::FetchFlags flags) { in doFetch()
133 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease()