Home
last modified time | relevance | path

Searched refs:WasAttached (Results 1 – 4 of 4) sorted by relevance

/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h421 IMF_API bool WasAttached();
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_controller_test.cpp849 bool result = inputMethodController_->WasAttached();
853 result = inputMethodController_->WasAttached();
921 bool result = inputMethodController_->WasAttached();
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp558 bool InputMethodController::WasAttached() in WasAttached() function in OHOS::MiscServices::InputMethodController
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp348 if (!InputMethodController::GetInstance()->WasAttached()) { in Subscribe()