Home
last modified time | relevance | path

Searched refs:unFocus (Results 1 – 3 of 3) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_editor_test.cpp230 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue(); variable
231 IMSA_HILOGI("testAttachFocused unFocus end, unFocus = %{public}d", unFocus);
255 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue(); variable
256 IMSA_HILOGI("testShowSoftKeyboard unFocus end, unFocus = %{public}d", unFocus);
290 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue(); variable
291 IMSA_HILOGI("testIMCHideTextInput unFocus end, unFocus = %{public}d", unFocus);
318 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue(); variable
319 IMSA_HILOGI("testShowTextInput unFocus end, unFocus = %{public}d", unFocus);
352 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue(); variable
353 IMSA_HILOGI("testIMCClose unFocus end, unFocus = %{public}d", unFocus);
Dpermission_verification_exception_test.cpp111 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue(); variable
112 IMSA_HILOGI("ShowAndHideSoftKeyboard unFocus end, unFocus = %{public}d", unFocus);
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
Dtdd_util.cpp70 bool unFocus = !getFocus_; in OnUnfocused() local
71 unFocused_->SetValue(unFocus); in OnUnfocused()