Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.h47 bool addAllReservedMethods(const std::map<std::string, Method*>& allReservedMethods);
DAST.cpp928 std::map<std::string, Method*> allReservedMethods(mAllReservedMethods); in addAllReservedMethodsToInterface() local
931 allReservedMethods.insert(importedAST->mAllReservedMethods.begin(), in addAllReservedMethodsToInterface()
935 return iface->addAllReservedMethods(allReservedMethods); in addAllReservedMethodsToInterface()
DInterface.cpp552 bool Interface::addAllReservedMethods(const std::map<std::string, Method*>& allReservedMethods) { in addAllReservedMethods() argument
555 for (const auto& pair : allReservedMethods) { in addAllReservedMethods()