Home
last modified time | relevance | path

Searched refs:inputMonitor (Results 1 - 2 of 2) sorted by relevance

/base/powermgr/battery_manager/charger/src/
H A Dcharger_thread.cpp320 std::shared_ptr<ChargerThreadInputMonitor> inputMonitor = std::make_shared<ChargerThreadInputMonitor>(); in InputMonitorInit() local
323 InputManager::GetInstance()->AddMonitor(std::static_pointer_cast<IInputEventConsumer>(inputMonitor)); in InputMonitorInit()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp526 std::shared_ptr<PowerMgrInputMonitor> inputMonitor = std::make_shared<PowerMgrInputMonitor>(); in InputMonitorInit() local
529 InputManager::GetInstance()->AddMonitor(std::static_pointer_cast<IInputEventConsumer>(inputMonitor)); in InputMonitorInit()

Completed in 4 milliseconds