Searched refs:classname (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dbuiltins.cpp95 static void ForEachServiceInClass(const std::string& classname, F function) { argument
97 if (service->classnames().count(classname)) std::invoke(function, service);

Completed in 137 milliseconds