Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h519 IMF_API bool WasAttached();
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp1217 bool result = inputMethodController_->WasAttached();
1221 result = inputMethodController_->WasAttached();
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp399 bool InputMethodController::WasAttached() in WasAttached() function in OHOS::MiscServices::InputMethodController
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp359 if (!InputMethodController::GetInstance()->WasAttached()) { in Subscribe()