Searched refs:GetMethodIdentifier (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/ |
H A D | cpp_service_stub_code_emitter.cpp | 161 stubName_.c_str(), method->GetName().c_str(), method->GetMethodIdentifier().c_str(),
in EmitStubMethodDecl() 170 stubName_.c_str(), method->GetName().c_str(), method->GetMethodIdentifier().c_str(),
in EmitStubStaticMethodDecl() 354 baseName_.c_str(), getVerMethod->GetName().c_str(), getVerMethod->GetMethodIdentifier().c_str());
in EmitStubOnRequestMethodImpl() 361 baseName_.c_str(), method->GetName().c_str(), method->GetMethodIdentifier().c_str());
in EmitStubOnRequestMethodImpl() 407 stubName_.c_str(), method->GetName().c_str(), method->GetMethodIdentifier().c_str(),
in EmitStubMethodImpl() 412 stubName_.c_str(), method->GetName().c_str(), method->GetMethodIdentifier().c_str(),
in EmitStubMethodImpl() 424 stubName_.c_str(), method->GetName().c_str(), method->GetMethodIdentifier().c_str(),
in EmitStubStaticMethodImpl()
|
/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_method.h | 109 inline std::string GetMethodIdentifier() in GetMethodIdentifier() function in OHOS::Idl::ASTMethod
|
/foundation/ability/idl_tool/idl_tool_2/codegen/ |
H A D | code_emitter.cpp | 106 method->GetMethodIdentifier().c_str());
in EmitMethodCmdID()
|
Completed in 3 milliseconds