Home
last modified time | relevance | path

Searched refs:FetchFlags (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/libvintf/
H A DRuntimeInfo-target.cpp51 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() argument
90 status_t RuntimeInfoFetcher::fetchCpuInfo(RuntimeInfo::FetchFlags) { in fetchCpuInfo() argument
117 status_t RuntimeInfoFetcher::fetchVersion(RuntimeInfo::FetchFlags flags) { in fetchVersion()
160 status_t RuntimeInfoFetcher::fetchAvb(RuntimeInfo::FetchFlags) { in fetchAvb() argument
[all …]
H A DRuntimeInfo-host.cpp26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() argument
H A DRuntimeInfo.cpp143 status_t RuntimeInfo::parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease()
H A Dcheck_vintf.cpp109 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation()
140 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation()
H A DVintfObject.cpp533 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()
/aosp12/system/libvintf/include/vintf/
H A DRuntimeInfo.h86 using FetchFlags = uint32_t; member
87 enum FetchFlag : FetchFlags {
109 virtual status_t fetchAllInformation(FetchFlags flags);
118 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags,
H A DVintfObject.h58 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;
133 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
312 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
/aosp12/system/libvintf/test/
H A Dutils-fake.h51 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
52 status_t doFetch(RuntimeInfo::FetchFlags flags);
H A DRuntimeInfo-fake.cpp33 status_t MockRuntimeInfo::doFetch(RuntimeInfo::FetchFlags flags) { in doFetch()
H A DLibVintfTest.cpp133 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease()