/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_svg.h | 52 void MarkIsRoot(bool isRoot) in MarkIsRoot() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_component.h | 48 void MarkIsRoot(bool isRoot) in MarkIsRoot() argument
|
H A D | render_svg_base.cpp | 163 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 D | ui_session_json_util.cpp | 24 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 D | exec_env.h | 66 bool isRoot = false; member
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify_utils.cpp | 33 static bool isRoot(const fuse_ino_t &ino) in isRoot() function
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | clouddisk_notify_utils_mock.cpp | 34 static bool isRoot(const fuse_ino_t &ino)
in isRoot() function
|
/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | json_util.cpp | 24 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 D | window_node.cpp | 29 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 D | effect_json_helper.cpp | 44 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 D | command_line.cpp | 52 static void ShowUsage(bool isRoot) in ShowUsage() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_node.h | 166 void SetIsRootNode(bool isRoot) in SetIsRootNode() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_window_test_ng.cpp | 496 bool isRoot = false; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/ |
H A D | geometry_transition.cpp | 223 bool isRoot = layoutWrapper->IsRootMeasureNode(); in DidLayout() local
|
/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | accessibility_property_test_ng.cpp | 585 bool isRoot = root->IsRootNode(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutFst_test_ng.cpp | 549 bool isRoot = false; in HWTEST_F() local
|
H A D | menu_patternEx_test_ng.cpp | 1010 bool isRoot = false; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | flatbuffer_schema.cpp | 767 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 D | ui_node.cpp | 26 UINode::UINode(const std::string& tag, int32_t nodeId, bool isRoot) in UINode() argument
|
H A D | frame_node.cpp | 428 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 D | js_accessibility_manager.cpp | 3215 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 D | render_context.h | 184 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 D | rosen_render_context.cpp | 414 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
|