Home
last modified time | relevance | path

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

/system/libvintf/
DRuntimeInfo-target.cpp45 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() argument
62 status_t RuntimeInfoFetcher::fetchCpuInfo(RuntimeInfo::FetchFlags) { in fetchCpuInfo() argument
75 status_t RuntimeInfoFetcher::fetchKernelSepolicyVers(RuntimeInfo::FetchFlags) { in fetchKernelSepolicyVers() argument
89 status_t RuntimeInfoFetcher::fetchVersion(RuntimeInfo::FetchFlags flags) { in fetchVersion()
[all …]
DRuntimeInfo-host.cpp26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() argument
DRuntimeInfo.cpp144 status_t RuntimeInfo::parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease()
Dcheck_vintf.cpp110 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation()
143 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation()
Dmain.cpp406 const RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::CPU_INFO | in dumpRi()
DVintfObject.cpp638 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()
/system/libvintf/include/vintf/
DRuntimeInfo.h86 using FetchFlags = uint32_t; member
87 enum FetchFlag : FetchFlags {
111 virtual status_t fetchAllInformation(FetchFlags flags);
120 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags,
DVintfObject.h61 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;
138 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
296 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
/system/libvintf/test/
Dutils-fake.h63 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
64 status_t doFetch(RuntimeInfo::FetchFlags flags);
DRuntimeInfo-fake.cpp33 status_t MockRuntimeInfo::doFetch(RuntimeInfo::FetchFlags flags) { in doFetch()
DLibVintfTest.cpp134 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease()