Home
last modified time | relevance | path

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

/system/libvintf/test/
DRuntimeInfo-fake.cpp39 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in doFetch()
48 if (flags & RuntimeInfo::FetchFlag::POLICYVERS) { in doFetch()
52 if (flags & RuntimeInfo::FetchFlag::CONFIG_GZ) { in doFetch()
Dvintf_object_tests.cpp548 auto allExceptKernelFcm = RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::KERNEL_FCM; in TEST_F()
553 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
554 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
557 fetchAllInformation(allExceptKernelFcm & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
558 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
561 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
563 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
565 RuntimeInfo::FetchFlag::ALL)); in TEST_F()
567 RuntimeInfo::FetchFlag::ALL)); in TEST_F()
/system/libvintf/include/vintf/
DVintfObject.h55 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;
132 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
301 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
DRuntimeInfo.h87 enum FetchFlag : FetchFlags { enum
/system/libvintf/
Dcheck_vintf.cpp152 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in fetchAllInformation()
156 if (flags & RuntimeInfo::FetchFlag::CONFIG_GZ) { in fetchAllInformation()
170 if (flags & RuntimeInfo::FetchFlag::POLICYVERS) { in fetchAllInformation()
DRuntimeInfo-target.cpp170 using F = RuntimeInfo::FetchFlag; in fetchAllInformation()
DVintfObject.cpp513 if ((flags & RuntimeInfo::FetchFlag::KERNEL_FCM) != 0) { in getRuntimeInfo()
516 mDeviceRuntimeInfo.fetchedFlags &= ~RuntimeInfo::FetchFlag::KERNEL_FCM; in getRuntimeInfo()
524 flags &= ~RuntimeInfo::FetchFlag::KERNEL_FCM; in getRuntimeInfo()