Home
last modified time | relevance | path

Searched refs:AddType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast.cpp132 AddType(interface.Get()); in AddInterfaceDef()
142 AddType(sequenceable.Get()); in AddSequenceableDef()
145 void AST::AddType(const AutoPtr<ASTType> &type) in AddType() function in OHOS::HDI::AST
192 AddType(type); in AddTypeDefinition()
H A Dast.h132 void AddType(const AutoPtr<ASTType> &type);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp88 SkillsIn_->AddType("12345");
160 SkillsIn_->AddType("");
196 SkillsIn_->AddType("12345");
210 SkillsIn_->AddType("");
525 base_->AddType(type);
922 skillsBase.AddType(typeString);
953 base_->AddType(pattern);
961 base_->AddType(pattern);
965 base_->AddType(pattern2);
1070 base_->AddType(type);
[all …]
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h349 void AddType(const std::string &type);
356 void AddType(const PatternsMatcher &patternsMatcher);
364 void AddType(const std::string &type, const MatchType &matchType);
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast.cpp156 AddType(interface.Get()); in AddInterfaceDef()
184 AddType(sequenceable.Get()); in AddSequenceableDef()
218 void AST::AddType(const AutoPtr<ASTType> &type) in AddType() function in OHOS::Idl::AST
265 AddType(type); in AddTypeDefinition()
H A Dast.h152 void AddType(const AutoPtr<ASTType> &type);
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/include/
H A Ddistributed_account_event_service.h30 void AddType(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp527 void Skills::AddType(const std::string &type) in AddType() function in OHOS::AAFwk::Skills
530 AddType(pm); in AddType()
539 void Skills::AddType(const std::string &type, const MatchType &matchType) in AddType() function in OHOS::AAFwk::Skills
542 AddType(pm); in AddType()
550 void Skills::AddType(const PatternsMatcher &patternsMatcher) in AddType() function in OHOS::AAFwk::Skills
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Ddistributed_account_event_service.cpp37 void DistributedAccountEventService::AddType(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type) in AddType() function in OHOS::AccountSA::DistributedAccountEventService
H A Dohos_account_kits_impl.cpp309 eventListener->second->AddType(type); in CreateDistributedAccountEventService()
/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.h95 void AddType(ASTType* type);
H A Dast_module.cpp171 void ASTModule::AddType(ASTType* type) in AddType() function in OHOS::Idl::ASTModule
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.cpp583 module_->AddType(arrayType); in ParseType()
620 module_->AddType(list); in ParseList()
670 module_->AddType(map); in ParseMap()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/
H A Dlibohos_account_innerkits.map38 …"OHOS::AccountSA::DistributedAccountEventService::AddType(OHOS::AccountSA::DISTRIBUTED_ACCOUNT_SUB…
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp826 ast_->AddType(type); in ParseBasicType()
870 ast_->AddType(retType); in ParseArrayType()
901 ast_->AddType(retType); in ParseListType()
948 ast_->AddType(retType); in ParseMapType()
979 ast_->AddType(retType); in ParseSmqType()
1000 ast_->AddType(type); in ParseUserDefType()
2027 targetAst->AddType(typePair.second); in MergeTypes()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1045 ast_->AddType(type); in ParseBasicType()
1090 ast_->AddType(retType); in ParseArrayType()
1124 ast_->AddType(retType); in ParseListType()
1174 ast_->AddType(retType); in ParseMapType()
1206 ast_->AddType(retType); in ParseSmqType()
1238 ast_->AddType(type); in ParseUserDefType()
2138 targetAst->AddType(typePair.second); in MergeTypes()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_reader.cpp202 ast_->AddType(astType); in ReadMetaType()