Searched refs:FetchFlag (Results 1 – 12 of 12) sorted by relevance
/system/libvintf/test/ |
D | RuntimeInfo-fake.cpp | 39 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()
|
D | vintf_object_tests.cpp | 589 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()
|
D | LibVintfTest.cpp | 4234 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/ |
D | vts_meminfo_test.cpp | 61 ->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/ |
D | RuntimeInfo.cpp | 152 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in parseGkiKernelRelease() 164 if (flags & RuntimeInfo::FetchFlag::KERNEL_FCM) { in parseGkiKernelRelease()
|
D | check_vintf.cpp | 110 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()
|
D | RuntimeInfo-target.cpp | 179 using F = RuntimeInfo::FetchFlag; in fetchAllInformation()
|
D | VintfObject.cpp | 552 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/ |
D | VintfObject.h | 58 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE; 133 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL); 312 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
|
D | RuntimeInfo.h | 87 enum FetchFlag : FetchFlags { enum
|
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.cpp | 83 ->getRuntimeInfo(android::vintf::RuntimeInfo::FetchFlag::CPU_VERSION) in TEST_F() 295 ->getRuntimeInfo(android::vintf::RuntimeInfo::FetchFlag::CPU_VERSION) in TEST_F()
|
/system/memory/libmeminfo/ |
D | libmeminfo_test.cpp | 976 ->getRuntimeInfo(RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()
|