Home
last modified time | relevance | path

Searched refs:isEditable_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dtext_listener_inner_api_test.cpp67 imc_->isEditable_.store(true); in GetIMCAttached()
73 imc_->isEditable_.store(false); in GetIMCDetached()
631 TextListenerInnerApiTest::imc_->isEditable_.store(false);
686 TextListenerInnerApiTest::imc_->isEditable_.store(false);
H A Dinput_method_ability_test.cpp165 imc_->isEditable_.store(true); in GetIMCAttachIMA()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp280 isEditable_.store(true); in ShowTextInput()
293 isEditable_.store(false); in HideTextInput()
931 isEditable_.store(false); in StopInputSession()
991 isEditable_.store(true); in OnInputReady()
1018 isEditable_.store(false); in OnInputStop()
1118 if (!isEditable_.load()) { in IsEditable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h293 return isEditable_; in GetEditable()
298 isEditable_ = editable; in SetEditable()
926 bool isEditable_ : 1; member
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h882 std::atomic_bool isEditable_{ false };