Home
last modified time | relevance | path

Searched refs:parentType (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_struct_type.cpp21 void ASTStructType::SetParentType(const AutoPtr<ASTStructType> &parentType) in SetParentType() argument
23 if (parentType == nullptr) { in SetParentType()
27 std::vector<std::tuple<std::string, AutoPtr<ASTType>>> parentMembers = parentType->GetMembers(); in SetParentType()
31 parentType_ = parentType; in SetParentType()
H A Dast_struct_type.h59 void SetParentType(const AutoPtr<ASTStructType> &parentType);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h111 int CheckSubObj(std::set<std::string> &fieldSet, cJSON *subObj, int parentType, bool isFirstFloor);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp229 int JsonObject::CheckSubObj(std::set<std::string> &fieldSet, cJSON *subObj, int parentType, bool isFirstFloor) in CheckSubObj() argument
247 if (parentType == cJSON_Array) { in CheckSubObj()
784 int JsonObject::CheckSubObj(std::set<std::string> &fieldSet, cJSON *subObj, int parentType, bool isFirstFloor)
788 (void)parentType;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp286 auto parentType = rootNode->GetWindowPatternType(); in TraverseTree() local
311 UpdateGeometry(node, rootNode, WindowSceneHelper::IsTransformScene(parentType)); in TraverseTree()
322 if (!WindowSceneHelper::IsSystemWindowScene(type) && WindowSceneHelper::IsSystemWindowScene(parentType)) { in TraverseTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp332 auto parentType = titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR); in MountBackButton() local
339 if (parentType == TitleBarParentType::NAVBAR) { in MountBackButton()
361 if (parentType == TitleBarParentType::NAV_DESTINATION) { in MountBackButton()
379 auto parentType = titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR); in MountSubTitle() local
382 if (parentType == TitleBarParentType::NAV_DESTINATION) { in MountSubTitle()
389 ResetSubTitleProperty(subtitleNode, titleMode, parentType == TitleBarParentType::NAV_DESTINATION); in MountSubTitle()
H A Dnavigation_title_util.cpp903 auto parentType = titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR); in IsNeedHoverModeAction() local
904 if (parentType == TitleBarParentType::NAVBAR && in IsNeedHoverModeAction()
912 if (parentType == TitleBarParentType::NAVBAR) { in IsNeedHoverModeAction()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1368 AutoPtr<ASTStructType> parentType = ParseStructParentType(); in ParseStructDeclaration() local
1369 structType->SetParentType(parentType); in ParseStructDeclaration()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp2132 auto parentType = frameNode->GetTag() == V2::GRID_ITEM_ETS_TAG ? V2::GRID_ETS_TAG : V2::LIST_ETS_TAG; in FindItemParentNode() local
2135 while (uiNode->GetTag() != parentType) { in FindItemParentNode()

Completed in 17 milliseconds