Home
last modified time | relevance | path

Searched refs:GetCodeFromMethod (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_interface_code_emitter.cpp182 …sb.AppendFormat(" %s = FIRST_CALL_TRANSACTION,\n", GetCodeFromMethod(method->GetName()).c_str(… in EmitCommands()
184 sb.AppendFormat(" %s,\n", GetCodeFromMethod(method->GetName()).c_str()); in EmitCommands()
190 std::string SaRustInterfaceCodeEmitter::GetCodeFromMethod(const std::string &name) const in GetCodeFromMethod() function in OHOS::Idl::SaRustInterfaceCodeEmitter
408 sb.AppendFormat("::%s as u32, &data, ", GetCodeFromMethod(method->GetName()).c_str()); in EmitProxyMethodImpl()
H A Dsa_rust_interface_code_emitter.h50 std::string GetCodeFromMethod(const std::string &name) const;
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Drust_code_emitter.cpp219 GetCodeFromMethod(metaInterface_->methods_[0]->name_).string()); in AppendCommandEnums()
224 sb.AppendFormat(" %s,\n", GetCodeFromMethod(mm->name_).string(), i); in AppendCommandEnums()
228 String RustCodeEmitter::GetCodeFromMethod(const char* name) in GetCodeFromMethod() function in OHOS::Idl::RustCodeEmitter
554 sb.AppendFormat("::%s as u32, &data, ", GetCodeFromMethod(mm->name_).string()); in AppendProxyMethods()
H A Drust_code_emitter.h61 String GetCodeFromMethod(const char* name);