Home
last modified time | relevance | path

Searched refs:AddParameter (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/idl_tool/test/unittest/ast_interface_type_test/
H A Dast_interface_type_test.cpp128 method0->AddParameter(parameter0); in HWTEST_F()
129 method0->AddParameter(parameter1); in HWTEST_F()
130 method1->AddParameter(parameter0); in HWTEST_F()
131 method1->AddParameter(parameter1); in HWTEST_F()
/foundation/ability/idl_tool/ast/
H A Dast_method.h64 void AddParameter(ASTParameter* parameter);
H A Dast_method.cpp43 void ASTMethod::AddParameter(ASTParameter* parameter) in AddParameter() function in OHOS::Idl::ASTMethod
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_method.cpp61 void ASTMethod::AddParameter(const AutoPtr<ASTParameter> &parameter) in AddParameter() function in OHOS::Idl::ASTMethod
H A Dast_method.h90 void AddParameter(const AutoPtr<ASTParameter> &parameter);
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_reader.cpp165 method->AddParameter(param); in ReadMetaParam()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp788 method->AddParameter(new ASTParameter("majorVer", ASTParamAttr::PARAM_OUT, type)); in CreateGetVersionMethod()
789 method->AddParameter(new ASTParameter("minorVer", ASTParamAttr::PARAM_OUT, type)); in CreateGetVersionMethod()
845 method->AddParameter(param); in ParseMethodParamList()
/foundation/ability/idl_tool/parser/
H A Dparser.cpp529 method->AddParameter(parameter); in ParseParameter()

Completed in 7 milliseconds