Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_editor_test.cpp230 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();
255 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();
290 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();
318 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();
352 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();
Dpermission_verification_exception_test.cpp111 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
Dtdd_util.cpp52 std::shared_ptr<BlockData<bool>> FocusChangedListenerTestImpl::unFocused_ = member in OHOS::MiscServices::FocusChangedListenerTestImpl
60 unFocused_->Clear(false); in OnFocused()
71 unFocused_->SetValue(unFocus); in OnUnfocused()
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
Dtdd_util.h38 static std::shared_ptr<BlockData<bool>> unFocused_; variable