Home | History | Annotate | Download | only in vintf

Lines Matching refs:skipCache

49  * If skipCache, always skip the cache in memory and read the files / get runtime information
58 static std::shared_ptr<const HalManifest> GetDeviceHalManifest(bool skipCache = false);
64 static std::shared_ptr<const HalManifest> GetFrameworkHalManifest(bool skipCache = false);
71 bool skipCache = false);
78 bool skipCache = false);
83 * {skipCache == true, flags == ALL}: re-fetch everything
84 * {skipCache == false, flags == ALL}: fetch everything if not previously fetched
85 * {skipCache == true, flags == selected info}: re-fetch selected information
87 * {skipCache == false, flags == selected info}: fetch selected information
90 * @param skipCache do not fetch if previously fetched
94 bool skipCache = false, RuntimeInfo::FetchFlags flags = RuntimeInfo::FetchFlag::ALL);