Searched refs:CPU_VERSION (Results 1 – 3 of 3) sorted by relevance
81 CPU_VERSION = 1 << 0, enumerator
700 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()703 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()706 fetchAllInformation(RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()710 vintfObject->getRuntimeInfo(false /* skipCache */, RuntimeInfo::FetchFlag::CPU_VERSION); in TEST_F()711 vintfObject->getRuntimeInfo(false /* skipCache */, RuntimeInfo::FetchFlag::CPU_VERSION); in TEST_F()712 vintfObject->getRuntimeInfo(true /* skipCache */, RuntimeInfo::FetchFlag::CPU_VERSION); in TEST_F()
169 {F::CPU_VERSION, &RF::fetchVersion, "/proc/version"}, in fetchAllInformation()