Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
DServiceManager.cpp93 struct AidlName { struct
98 static bool fill(const std::string& name, AidlName* aname) { in fill() argument
136 AidlName aname; in isVintfDeclared()
137 if (!AidlName::fill(name, &aname)) return false; in isVintfDeclared()
194 AidlName aname; in getVintfUpdatableApex()
195 if (!AidlName::fill(name, &aname)) return std::nullopt; in getVintfUpdatableApex()
236 AidlName aname; in getVintfConnectionInfo()
237 if (!AidlName::fill(name, &aname)) return std::nullopt; in getVintfConnectionInfo()