Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DRuntimeInfo.h79 using FetchFlags = uint32_t; member
80 enum FetchFlag : FetchFlags {
93 virtual status_t fetchAllInformation(FetchFlags flags);
DVintfObject.h47 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);
/system/libvintf/
DRuntimeInfo-host.cpp26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() argument
DRuntimeInfo-target.cpp48 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()
DVintfObject.cpp449 RuntimeInfo::FetchFlags flags) { in GetRuntimeInfo()
453 RuntimeInfo::FetchFlags flags) { in getRuntimeInfo()
/system/libvintf/test/
Dutils-fake.h54 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
55 status_t doFetch(RuntimeInfo::FetchFlags flags);
DRuntimeInfo-fake.cpp22 status_t MockRuntimeInfo::doFetch(RuntimeInfo::FetchFlags) { in doFetch() argument