/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast.cpp | 132 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 D | ast.h | 132 void AddType(const AutoPtr<ASTType> &type);
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | skills_test.cpp | 88 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 D | skills.h | 349 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 D | ast.cpp | 156 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 D | ast.h | 152 void AddType(const AutoPtr<ASTType> &type);
|
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/include/ |
H A D | distributed_account_event_service.h | 30 void AddType(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type);
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | skills.cpp | 527 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 D | distributed_account_event_service.cpp | 37 void DistributedAccountEventService::AddType(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type) in AddType() function in OHOS::AccountSA::DistributedAccountEventService
|
H A D | ohos_account_kits_impl.cpp | 309 eventListener->second->AddType(type); in CreateDistributedAccountEventService()
|
/ohos5.0/foundation/ability/idl_tool/ast/ |
H A D | ast_module.h | 95 void AddType(ASTType* type);
|
H A D | ast_module.cpp | 171 void ASTModule::AddType(ASTType* type) in AddType() function in OHOS::Idl::ASTModule
|
/ohos5.0/foundation/ability/idl_tool/parser/ |
H A D | parser.cpp | 583 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 D | libohos_account_innerkits.map | 38 …"OHOS::AccountSA::DistributedAccountEventService::AddType(OHOS::AccountSA::DISTRIBUTED_ACCOUNT_SUB…
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/ |
H A D | parser.cpp | 826 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 D | parser.cpp | 1045 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 D | metadata_reader.cpp | 202 ast_->AddType(astType); in ReadMetaType()
|