Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
DServiceManager.cpp505 auto ccIt = mNameToClientCallback.find(serviceName); in sendClientCallbackNotifications() local
506 CHECK(ccIt != mNameToClientCallback.end()) in sendClientCallbackNotifications()
509 for (const auto& callback : ccIt->second) { in sendClientCallbackNotifications()