Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.h48 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.cpp573 bool Interface::addAllReservedMethods(const std::map<std::string, Method*>& allReservedMethods) { in addAllReservedMethods() argument
576 for (const auto& pair : allReservedMethods) { in addAllReservedMethods()