Home
last modified time | relevance | path

Searched refs:InputAttribute (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_attribute.h25 struct InputAttribute { struct
37 static bool Marshalling(const InputAttribute &in, MessageParcel &data) in Marshalling() argument
43 static bool Unmarshalling(InputAttribute &out, MessageParcel &data) in Unmarshalling() argument
55 bool operator==(const InputAttribute &info) const argument
H A Dinput_client_info.h46 InputAttribute attribute; // the input client attribute
H A Dinput_method_utils.h174 InputAttribute inputAttribute = {};
200 InputAttribute inputAttribute = {};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/
H A Dinput_declaration.h24 struct InputAttribute : Attribute { struct
42 … auto& attribute = static_cast<InputAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetType()
48 … auto& attribute = static_cast<InputAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in IsTypeChanged()
54 … auto& attribute = static_cast<InputAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in SetIsTypeChanged()
H A Dinput_declaration.cpp69 auto& specializedAttr = MaybeResetAttribute<InputAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetSpecializedAttr()
139 …auto& specializedAttr = static_cast<InputAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in CreateSpecializedDeclaration()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp149 InputAttribute attribute;
174 InputAttribute attribute;
201 InputAttribute attribute;
319 InputAttribute attribute;
380 InputAttribute attribute;
406 InputAttribute attribute;
463 InputAttribute attribute;
493 InputAttribute attribute;
527 InputAttribute attribute;
559 InputAttribute attribute;
[all …]
H A Dinput_method_ability_test.cpp252 InputAttribute inAttribute;
253 inAttribute.inputPattern = InputAttribute::PATTERN_PASSWORD;
255 EXPECT_TRUE(InputAttribute::Marshalling(inAttribute, data));
256 InputAttribute outAttribute;
257 EXPECT_TRUE(InputAttribute::Unmarshalling(outAttribute, data));
268 InputAttribute inAttribute;
271 EXPECT_TRUE(InputAttribute::Marshalling(inAttribute, data));
272 InputAttribute outAttribute;
273 EXPECT_TRUE(InputAttribute::Unmarshalling(outAttribute, data));
H A Dinput_method_controller_test.cpp152 static InputAttribute inputAttribute_;
224 void OnEditorAttributeChange(const InputAttribute &inputAttribute) override in OnEditorAttributeChange()
248 InputAttribute InputMethodControllerTest::inputAttribute_;
540 InputAttribute attribute = { 1, 1 };
1061 InputAttribute attribute = { .inputPattern = static_cast<int32_t>(TextInputType::DATETIME),
1544 InputAttribute inputAttribute = { .isTextPreviewSupported = true };
1561 InputAttribute inputAttribute = { .isTextPreviewSupported = true };
1577 InputAttribute inputAttribute = { .isTextPreviewSupported = true };
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dkeyboard_listener_test_impl.h40 void OnEditorAttributeChange(const InputAttribute &inputAttribute) override;
46 static bool WaitEditorAttributeChange(const InputAttribute &inputAttribute);
55 static InputAttribute inputAttribute_;
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dkeyboard_listener_test_impl.cpp28 InputAttribute KeyboardListenerTestImpl::inputAttribute_{ 0, 0, 0 };
64 void KeyboardListenerTestImpl::OnEditorAttributeChange(const InputAttribute &inputAttribute) in OnEditorAttributeChange()
103 bool KeyboardListenerTestImpl::WaitEditorAttributeChange(const InputAttribute &inputAttribute) in WaitEditorAttributeChange()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h101 InputAttribute GetInputAttribute();
158 void SetInputAttribute(const InputAttribute &inputAttribute);
183 InputAttribute inputAttribute_{};
H A Di_input_method_agent.h52 virtual void OnAttributeChange(const InputAttribute &attribute) = 0;
H A Dinput_method_agent_proxy.h45 void OnAttributeChange(const InputAttribute &attribute) override;
H A Dinput_method_agent_stub.h38 void OnAttributeChange(const InputAttribute &attribute) override;
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.h49 void OnEditorAttributeChange(const InputAttribute &inputAttribute) override;
89 InputAttribute inputAttribute;
H A Djs_text_input_client_engine.h56 static napi_value Write(napi_env env, const InputAttribute &nativeObject);
57 static bool Read(napi_env env, napi_value jsObject, InputAttribute &nativeObject);
215 InputAttribute inputAttribute;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp121 InputAttribute attribute; in OnAttributeChangeOnRemote()
177 void InputMethodAgentStub::OnAttributeChange(const InputAttribute &attribute) in OnAttributeChange()
H A Dinput_method_agent_proxy.cpp67 void InputMethodAgentProxy::OnAttributeChange(const InputAttribute &attribute) in OnAttributeChange()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H A Dkeyboard_listener.h34 virtual void OnEditorAttributeChange(const InputAttribute &inputAttribute) = 0;
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h50 InputAttribute attribute;
134 InputAttribute attribute;
199 static bool GetValue(napi_env env, napi_value in, InputAttribute &out);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-misc.md19 |新增|NA|类名:InputMethodController<br>方法or属性:updateAttribute(attribute: InputAttribute, callback: Asyn…
20 |新增|NA|类名:InputMethodController<br>方法or属性:updateAttribute(attribute: InputAttribute): Promise\<void…
72 |新增|NA|模块名: ohos.inputMethod<br>类名: InputAttribute|@ohos.inputMethod.d.ts|
73 |新增|NA|模块名: ohos.inputMethod<br>类名: InputAttribute<br>方法 or 属性:textInputType: TextInputType;|@ohos.…
74 |新增|NA|模块名: ohos.inputMethod<br>类名: InputAttribute<br>方法 or 属性:enterKeyType: EnterKeyType;|@ohos.in…
83 |新增|NA|模块名: ohos.inputMethod<br>类名: TextConfig<br>方法 or 属性:inputAttribute: InputAttribute;|@ohos.in…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-misc.md53 …方法or属性:inputAttribute: InputAttribute;<br>旧版本信息:|类名:TextConfig;<br>方法or属性:inputAttribute: InputAtt…
/ohos5.0/base/inputmethod/imf/common/include/
H A Ditypes_util.h71 static bool Marshalling(const InputAttribute &input, MessageParcel &data);
72 static bool Unmarshalling(InputAttribute &output, MessageParcel &data);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp130 InputAttribute attribute = { .inputPattern = InputAttribute::PATTERN_TEXT }; in Initialize()
214 InputAttribute attribute; in Attach()
215 attribute.inputPattern = InputAttribute::PATTERN_TEXT; in Attach()
220 const InputAttribute &attribute) in Attach()
713 InputAttribute attribute; in OnConfigurationChange()
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H A Dinputmethodability_fuzzer.cpp47 void OnEditorAttributeChange(const InputAttribute &inputAttribute) in OnEditorAttributeChange()

12