Searched refs:FetchFlags (Results 1 – 7 of 7) sorted by relevance
79 using FetchFlags = uint32_t; member80 enum FetchFlag : FetchFlags {93 virtual status_t fetchAllInformation(FetchFlags flags);
47 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;126 bool skipCache = false, RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);259 bool skipCache = false, RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() argument
48 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags);162 status_t RuntimeInfoFetcher::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation()185 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation()
449 RuntimeInfo::FetchFlags flags) { in GetRuntimeInfo()453 RuntimeInfo::FetchFlags flags) { in getRuntimeInfo()
54 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));55 status_t doFetch(RuntimeInfo::FetchFlags flags);
22 status_t MockRuntimeInfo::doFetch(RuntimeInfo::FetchFlags) { in doFetch() argument