Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h102 std::thread workThreadHandler; /*!< thread handler of the WorkThread */
107 void WorkThread();
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp196 workThreadHandler = std::thread([this] { this->WorkThread(); }); in Initialize()
959 void InputMethodSystemAbility::WorkThread() in WorkThread() function in OHOS::MiscServices::InputMethodSystemAbility

Completed in 3 milliseconds