Searched refs:FetchFlags (Results 1 – 8 of 8) sorted by relevance
86 using FetchFlags = uint32_t; member87 enum FetchFlag : FetchFlags {101 virtual status_t fetchAllInformation(FetchFlags flags);
55 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;132 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);301 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() argument
51 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags);168 status_t RuntimeInfoFetcher::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation()191 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation()
151 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation()178 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation()
499 std::shared_ptr<const RuntimeInfo> VintfObject::GetRuntimeInfo(RuntimeInfo::FetchFlags flags) { in GetRuntimeInfo()502 std::shared_ptr<const RuntimeInfo> VintfObject::getRuntimeInfo(RuntimeInfo::FetchFlags flags) { in getRuntimeInfo()
51 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));52 status_t doFetch(RuntimeInfo::FetchFlags flags);
33 status_t MockRuntimeInfo::doFetch(RuntimeInfo::FetchFlags flags) { in doFetch()