Home
last modified time | relevance | path

Searched defs:isRoot (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_svg.h52 void MarkIsRoot(bool isRoot) in MarkIsRoot() argument
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_component.h48 void MarkIsRoot(bool isRoot) in MarkIsRoot() argument
H A Drender_svg_base.cpp163 double RenderSvgBase::ConvertDimensionToPx(const Dimension& value, LengthType type, bool isRoot) in ConvertDimensionToPx() argument
273 Offset RenderSvgBase::GetTransformOffset(bool isRoot) in GetTransformOffset() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_json_util.cpp24 InspectorJsonValue::InspectorJsonValue(JsonObject* object, bool isRoot) : object_(object), isRoot_(isRoot) {} in InspectorJsonValue() argument
186 std::shared_ptr<InspectorJsonValue> InspectorJsonUtil::Create(bool isRoot) in Create() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/
H A Dexec_env.h66 bool isRoot = false; member
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify_utils.cpp33 static bool isRoot(const fuse_ino_t &ino) in isRoot() function
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_notify_utils_mock.cpp34 static bool isRoot(const fuse_ino_t &ino) in isRoot() function
/foundation/arkui/ace_engine/frameworks/base/json/
H A Djson_util.cpp24 JsonValue::JsonValue(JsonObject* object, bool isRoot) : object_(object), isRoot_(isRoot) {} in JsonValue() argument
595 std::unique_ptr<JsonValue> JsonUtil::Create(bool isRoot) in Create() argument
600 std::unique_ptr<JsonValue> JsonUtil::CreateArray(bool isRoot) in CreateArray() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_node.cpp29 WindowNode(const std::string& tag, int32_t nodeId, int32_t sessionId, const RefPtr<Pattern>& pattern, bool isRoot) WindowNode() argument
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Deffect_json_helper.cpp44 EffectJson::EffectJson(Json *json, bool isRoot) : json_(json), isRoot_(isRoot) {} in EffectJson() argument
465 EffectJsonPtr EFFECTJsonHelper::CreateObject(bool isRoot) in CreateObject() argument
471 EffectJsonPtr EFFECTJsonHelper::CreateArray(bool isRoot) in CreateArray() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Dcommand_line.cpp52 static void ShowUsage(bool isRoot) in ShowUsage() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.h166 void SetIsRootNode(bool isRoot) in SetIsRootNode() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_window_test_ng.cpp496 bool isRoot = false; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp223 bool isRoot = layoutWrapper->IsRootMeasureNode(); in DidLayout() local
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp585 bool isRoot = root->IsRootNode(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp549 bool isRoot = false; in HWTEST_F() local
H A Dmenu_patternEx_test_ng.cpp1010 bool isRoot = false; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp767 int CompareFieldCount(bool isRoot, uint32_t selfCount, uint32_t otherCount) in CompareFieldCount() argument
867 CompareTableOrStructDefine(const PairConstPointer<reflection::Schema> &bothSchema, const PairConstPointer<reflection::Object> &bothObject, bool isRoot, std::set<std::string> &compared) const CompareTableOrStructDefine() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp26 UINode::UINode(const std::string& tag, int32_t nodeId, bool isRoot) in UINode() argument
H A Dframe_node.cpp428 FrameNode( const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot, bool isLayoutNode) FrameNode() argument
536 CreateFrameNode( const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot) CreateFrameNode() argument
545 CreateCommonNode( const std::string& tag, int32_t nodeId, bool isLayoutNode, const RefPtr<Pattern>& pattern, bool isRoot) CreateCommonNode() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp3215 DumpAccessibilityElementInfosTreeNG( std::list<AccessibilityElementInfo>& infos, int32_t depth, int64_t accessibilityId, bool isRoot) DumpAccessibilityElementInfosTreeNG() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h184 virtual void InitContext(bool isRoot, const std::optional<ContextParam>& param) {} in InitContext() argument
186 virtual void InitContext(bool isRoot, const std::optional<ContextParam>& param, bool isLayoutNode) {} in InitContext() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp414 void RosenRenderContext::InitContext(bool isRoot, const std::optional<ContextParam>& param, bool isLayoutNode) in InitContext() argument
422 void RosenRenderContext::InitContext(bool isRoot, const std::optional<ContextParam>& param) in InitContext() argument

Completed in 66 milliseconds