Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dinput_manager_service.cpp21 InputEventHub* InputManagerService::hub_ = nullptr;
25 std::queue<RawEvent> InputManagerService::eventQueue_;
26 pthread_mutex_t InputManagerService::lock_;
27 pthread_cond_t InputManagerService::nonEmpty_;
28 pthread_cond_t InputManagerService::nonFull_;
30 InputManagerService* InputManagerService::GetInstance() in GetInstance()
32 static InputManagerService instance; in GetInstance()
36 void InputManagerService::Run() in Run()
48 void InputManagerService::Stop() in Stop()
53 InputManagerService::~InputManagerService() in ~InputManagerService()
[all …]
H A Dinput_manager_service.h26 class InputManagerService {
33 static InputManagerService* GetInstance();
74 InputManagerService() in InputManagerService() function
80 ~InputManagerService();
82 InputManagerService(const InputManagerService&) = delete;
83 InputManagerService& operator=(const InputManagerService&) = delete;
84 InputManagerService(InputManagerService&&) = delete;
85 InputManagerService& operator=(InputManagerService&&) = delete;
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dwms.cpp42 OHOS::InputManagerService::GetInstance()->Run(); in main()
H A Dlite_wm.cpp108 InputManagerService::GetInstance()->GetDistributer()->AddRawEventListener(this);
/ohos5.0/foundation/window/window_manager_lite/frameworks/ims/
H A Dinput_event_client_proxy.h38 InputManagerService::GetInstance()->GetDistributer()->AddRawEventListener(this); in InputEventClientProxy()