Lines Matching refs:GetInstance
247 ServiceList::GetInstance().DumpState(); in DumpState()
248 ActionManager::GetInstance().DumpState(); in DumpState()
310 ActionManager::GetInstance().QueuePropertyChange(name, value); in PropertyChanged()
319 for (const auto& s : ServiceList::GetInstance()) { in HandleProcessActions()
398 service = ServiceList::GetInstance().FindInterface(name); in HandleControlMessage()
400 service = ServiceList::GetInstance().FindService(name); in HandleControlMessage()
504 …ActionManager::GetInstance().QueueBuiltinAction(property_enable_triggers_action, "enable_property_… in queue_property_triggers_action()
505 ActionManager::GetInstance().QueueAllPropertyActions(); in queue_property_triggers_action()
619 for (const auto& service : ServiceList::GetInstance()) { in HandleKeychord()
789 ActionManager& am = ActionManager::GetInstance(); in SecondStageMain()
790 ServiceList& sm = ServiceList::GetInstance(); in SecondStageMain()
817 for (const auto& svc : ServiceList::GetInstance()) { in SecondStageMain()