Searched refs:FetchFlag (Results 1 – 7 of 7) sorted by relevance
39 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()
548 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()
55 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;132 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);301 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
87 enum FetchFlag : FetchFlags { enum
152 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()
170 using F = RuntimeInfo::FetchFlag; in fetchAllInformation()
513 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()