Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.cpp445 static std::map<std::string, Method *> gAllReservedMethods; variable
449 if (!gAllReservedMethods.emplace(method->name(), method).second) { in addMethod()
484 for (const auto &pair : gAllReservedMethods) { in addAllReservedMethods()