Searched refs:parentType (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_struct_type.cpp | 21 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 D | ast_struct_type.h | 59 void SetParentType(const AutoPtr<ASTStructType> &parentType);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/ |
H A D | rd_json_object.h | 111 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 D | rd_json_object.cpp | 229 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 D | window_scene_layout_manager.cpp | 286 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 D | title_bar_pattern.cpp | 332 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 D | navigation_title_util.cpp | 903 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 D | parser.cpp | 1368 AutoPtr<ASTStructType> parentType = ParseStructParentType();
in ParseStructDeclaration() local 1369 structType->SetParentType(parentType);
in ParseStructDeclaration()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | drag_event.cpp | 2132 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 15 milliseconds