Searched refs:FetchFlag (Results 1 – 13 of 13) 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 | 670 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()
|
D | LibVintfTest.cpp | 5473 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/ |
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 | 153 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in parseGkiKernelRelease() 165 if (flags & RuntimeInfo::FetchFlag::KERNEL_FCM) { in parseGkiKernelRelease()
|
D | check_vintf.cpp | 111 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()
|
D | main.cpp | 406 const RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::CPU_INFO | in dumpRi() 407 RuntimeInfo::FetchFlag::CPU_VERSION | in dumpRi() 408 RuntimeInfo::FetchFlag::POLICYVERS; in dumpRi()
|
D | RuntimeInfo-target.cpp | 151 using F = RuntimeInfo::FetchFlag; in fetchAllInformation()
|
D | VintfObject.cpp | 657 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/ |
D | VintfObject.h | 61 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE; 138 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL); 296 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 | 1221 ->getRuntimeInfo(RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()
|