Home
last modified time | relevance | path

Searched refs:FetchFlags (Results 1 – 8 of 8) sorted by relevance

/system/libvintf/include/vintf/
DRuntimeInfo.h86 using FetchFlags = uint32_t; member
87 enum FetchFlag : FetchFlags {
101 virtual status_t fetchAllInformation(FetchFlags flags);
DVintfObject.h55 RuntimeInfo::FetchFlags fetchedFlags = RuntimeInfo::FetchFlag::NONE;
132 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
301 RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);
/system/libvintf/
DRuntimeInfo-host.cpp26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() argument
DRuntimeInfo-target.cpp51 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()
Dcheck_vintf.cpp151 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation()
178 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation()
DVintfObject.cpp499 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()
/system/libvintf/test/
Dutils-fake.h51 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
52 status_t doFetch(RuntimeInfo::FetchFlags flags);
DRuntimeInfo-fake.cpp33 status_t MockRuntimeInfo::doFetch(RuntimeInfo::FetchFlags flags) { in doFetch()