Home
last modified time | relevance | path

Searched refs:isFocused_ (Results 1 – 8 of 8) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_editor_test.cpp208 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();
244 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();
269 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();
304 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();
331 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();
Dpermission_verification_exception_test.cpp103 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();
Dinput_method_dfx_test.cpp144 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue(); in SetUpTestCase()
Dinput_method_attach_test.cpp53 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue(); in SetUpTestCase()
Dinput_method_ability_test.cpp252 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();
Dinput_method_controller_test.cpp233 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue(); in SetUpTestCase()
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
Dtdd_util.cpp50 std::shared_ptr<BlockData<bool>> FocusChangedListenerTestImpl::isFocused_ = member in OHOS::MiscServices::FocusChangedListenerTestImpl
59 isFocused_->SetValue(getFocus_); in OnFocused()
69 isFocused_->Clear(false); in OnUnfocused()
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
Dtdd_util.h37 static std::shared_ptr<BlockData<bool>> isFocused_; variable