Home
last modified time | relevance | path

Searched defs:parentType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_struct_type.cpp21 void ASTStructType::SetParentType(const AutoPtr<ASTStructType> &parentType) in SetParentType()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_struct_type.cpp14 void ASTStructType::SetParentType(const AutoPtr<ASTStructType> &parentType) in SetParentType()
/ohos5.0/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 is… in CheckSubObj()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp1132 AutoPtr<ASTStructType> parentType = ParseStructParentType(); in ParseStructDeclaration() local
1179 AutoPtr<ASTStructType> parentType = dynamic_cast<ASTStructType *>(baseType.Get()); in ParseStructParentType() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp335 … auto parentType = titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR); in MountBackButton() local
382 … auto parentType = titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR); in MountSubTitle() local
H A Dnavigation_title_util.cpp895 … auto parentType = titleBarLayoutProperty->GetTitleBarParentTypeValue(TitleBarParentType::NAVBAR); in IsNeedHoverModeAction() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp305 auto parentType = rootNode->GetWindowPatternType(); in TraverseTree() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1368 AutoPtr<ASTStructType> parentType = ParseStructParentType(); in ParseStructDeclaration() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp2193 …auto parentType = frameNode->GetTag() == V2::GRID_ITEM_ETS_TAG ? V2::GRID_ETS_TAG : V2::LIST_ETS_T… in FindItemParentNode() local