Searched refs:ServiceListenerFunc_ (Results 1 – 2 of 2) sorted by relevance
298 std::map<int32_t, ServiceListenerFunc> ServiceListenerFunc_; variable
107 ServiceListenerFunc_[static_cast<int32_t>(DISTRIBUTED_HARDWARE_DEVICEMANAGER_SA_ID)] = in PasteboardService()109 …ServiceListenerFunc_[static_cast<int32_t>(MEMORY_MANAGER_SA_ID)] = &PasteboardService::NotifySaSta… in PasteboardService()229 auto itFunc = ServiceListenerFunc_.find(systemAbilityId); in OnAddSystemAbility()230 if (itFunc != ServiceListenerFunc_.end()) { in OnAddSystemAbility()