Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.cpp45 static bool forEachManifest(const std::function<bool(const ManifestWithDescription&)>& func) { in forEachManifest() function
85 bool found = forEachManifest([&](const ManifestWithDescription& mwd) { in isVintfDeclared()
109 forEachManifest([&](const ManifestWithDescription& mwd) { in getVintfUpdatableApex()
134 (void)forEachManifest([&](const ManifestWithDescription& mwd) { in getVintfInstances()