Home
last modified time | relevance | path

Searched refs:FetchFlag (Results 1 – 13 of 13) sorted by relevance

/system/libvintf/test/
DRuntimeInfo-fake.cpp39 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in doFetch()
48 if (flags & RuntimeInfo::FetchFlag::KERNEL_FCM && kernel_info_.mLevel != Level::UNSPECIFIED) { in doFetch()
52 if (flags & RuntimeInfo::FetchFlag::POLICYVERS) { in doFetch()
56 if (flags & RuntimeInfo::FetchFlag::CONFIG_GZ) { in doFetch()
Dvintf_object_tests.cpp670 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
671 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
674 fetchAllInformation(RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
675 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
678 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
680 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
682 RuntimeInfo::FetchFlag::ALL)); in TEST_F()
684 RuntimeInfo::FetchFlag::ALL)); in TEST_F()
689 EXPECT_EQ(nullptr, vintfObject->getRuntimeInfo(RuntimeInfo::FetchFlag::ALL)); in TEST_F()
DLibVintfTest.cpp5473 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::ALL, "5.4.42-android12-0-something", in TEST_F()
5481 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::CPU_VERSION, in TEST_F()
5488 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F()
5495 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F()
5503 parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F()
5510 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, "6.1.0-android15-0", in TEST_F()
/system/memory/libmeminfo/vts/
Dvts_meminfo_test.cpp61 ->getRuntimeInfo(android::vintf::RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()
82 ->getRuntimeInfo(android::vintf::RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()
103 ->getRuntimeInfo(RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()
/system/libvintf/
DRuntimeInfo.cpp153 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in parseGkiKernelRelease()
165 if (flags & RuntimeInfo::FetchFlag::KERNEL_FCM) { in parseGkiKernelRelease()
Dcheck_vintf.cpp111 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in fetchAllInformation()
115 if (flags & RuntimeInfo::FetchFlag::KERNEL_FCM) { in fetchAllInformation()
119 if (flags & RuntimeInfo::FetchFlag::CONFIG_GZ) { in fetchAllInformation()
133 if (flags & RuntimeInfo::FetchFlag::POLICYVERS) { in fetchAllInformation()
Dmain.cpp406 const RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::CPU_INFO | in dumpRi()
407 RuntimeInfo::FetchFlag::CPU_VERSION | in dumpRi()
408 RuntimeInfo::FetchFlag::POLICYVERS; in dumpRi()
DRuntimeInfo-target.cpp151 using F = RuntimeInfo::FetchFlag; in fetchAllInformation()
DVintfObject.cpp657 auto allExceptKernelFcm = RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::KERNEL_FCM; in getRuntimeInfo()
668 if (flags & RuntimeInfo::FetchFlag::KERNEL_FCM) { in getRuntimeInfo()
1043 auto runtimeInfo = getRuntimeInfo(RuntimeInfo::FetchFlag::KERNEL_FCM); in getKernelLevel()
/system/libvintf/include/vintf/
DVintfObject.h61 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;
138 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
296 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
DRuntimeInfo.h87 enum FetchFlag : FetchFlags { enum
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp83 ->getRuntimeInfo(android::vintf::RuntimeInfo::FetchFlag::CPU_VERSION) in TEST_F()
295 ->getRuntimeInfo(android::vintf::RuntimeInfo::FetchFlag::CPU_VERSION) in TEST_F()
/system/memory/libmeminfo/
Dlibmeminfo_test.cpp1221 ->getRuntimeInfo(RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()