Home
last modified time | relevance | path

Searched refs:FetchFlag (Results 1 – 12 of 12) 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.cpp589 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
590 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
593 fetchAllInformation(RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
594 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
597 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
599 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
601 RuntimeInfo::FetchFlag::ALL)); in TEST_F()
603 RuntimeInfo::FetchFlag::ALL)); in TEST_F()
608 EXPECT_EQ(nullptr, vintfObject->getRuntimeInfo(RuntimeInfo::FetchFlag::ALL)); in TEST_F()
DLibVintfTest.cpp4234 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::ALL, "5.4.42-android12-0-something", in TEST_F()
4242 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::CPU_VERSION, in TEST_F()
4249 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F()
4256 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F()
4264 parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, 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.cpp152 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in parseGkiKernelRelease()
164 if (flags & RuntimeInfo::FetchFlag::KERNEL_FCM) { in parseGkiKernelRelease()
Dcheck_vintf.cpp110 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in fetchAllInformation()
114 if (flags & RuntimeInfo::FetchFlag::KERNEL_FCM) { in fetchAllInformation()
118 if (flags & RuntimeInfo::FetchFlag::CONFIG_GZ) { in fetchAllInformation()
132 if (flags & RuntimeInfo::FetchFlag::POLICYVERS) { in fetchAllInformation()
DRuntimeInfo-target.cpp179 using F = RuntimeInfo::FetchFlag; in fetchAllInformation()
DVintfObject.cpp552 auto allExceptKernelFcm = RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::KERNEL_FCM; in getRuntimeInfo()
563 if (flags & RuntimeInfo::FetchFlag::KERNEL_FCM) { in getRuntimeInfo()
928 auto runtimeInfo = getRuntimeInfo(RuntimeInfo::FetchFlag::KERNEL_FCM); in getKernelLevel()
/system/libvintf/include/vintf/
DVintfObject.h58 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;
133 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
312 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.cpp976 ->getRuntimeInfo(RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()