Home
last modified time | relevance | path

Searched defs:ServiceCallbackMap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/servicemanager/
H A DServiceManager.h97 using ServiceCallbackMap = std::map<std::string, std::vector<sp<IServiceCallback>>>; variable
/aosp_15_r20/frameworks/native/libs/binder/
H A DIServiceManager.cpp138 using ServiceCallbackMap = std::map<std::string, std::vector<LocalRegistrationAndWaiter>>; typedef in android::CppBackendShim