/foundation/arkui/ace_engine/adapter/preview/entrance/editing/ |
H A D | text_input_connection_impl.h | 39 const TextEditingValue& value, int32_t instanceId, bool needFireChangeEvent = true) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_animate_param_ffi.h | 41 NativeAnimateParam value; member
|
H A D | cj_page_transition_ffi.h | 29 CJ_EXPORT void FfiPageTransitionSetOpacity(double value);
|
H A D | cj_textinput_ffi.h | 47 CJ_EXPORT void FfiOHOSAceFrameworkTextInputControllerCaretPosition(int64_t selfID, int32_t value);
|
H A D | cj_toggle_ffi.h | 37 CJ_EXPORT void FfiToggleSetResponseRegion(CJResponseRegion value);
|
/foundation/arkui/ace_engine/adapter/preview/osal/advance/ |
H A D | ai_write_adapter.cpp | 19 bool AIWriteAdapter::IsSentenceBoundary(const wchar_t value) { return false; } in IsSentenceBoundary() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_local_storage.h | 38 static void AddStorage(int32_t key, const JSRef<JSObject>& value);
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_ai_write_adapter.cpp | 19 bool AIWriteAdapter::IsSentenceBoundary(const wchar_t value) { return false; } in IsSentenceBoundary() argument
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_ressched_report.cpp | 32 uint32_t resType, int32_t value, const std::unordered_map<std::string, std::string>& payload) in ResSchedDataReport() 31 ResSchedDataReport( uint32_t resType, int32_t value, const std::unordered_map<std::string, std::string>& payload) ResSchedDataReport() argument
|
/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.h | 62 void SetBoolStatus(bool value);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe_offset.h | 35 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_gradient.h | 33 void SetAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_circle.h | 39 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_fe_blend.h | 35 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_ellipse.h | 37 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_pattern.h | 33 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_polygon.h | 38 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_rect.h | 37 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_path.h | 31 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_use.h | 36 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
H A D | svg_svg.h | 41 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | if_else_node.h | 41 void SetBranchId(int32_t value, std::list<int32_t>& removedElmtId);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_content_type.h | 54 TextContentType CastToTextContentType(int32_t value);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_styled_string_controller.h | 30 void SetStyledString(const RefPtr<SpanStringBase>& value) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | magic_layout_property.h | 45 round(static_cast<double>(propAspectRatio.value()) * 100) / 100, filter); in ToJsonValue()
|