Home
last modified time | relevance | path

Searched refs:AppendRealPath (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.h42 bool AppendRealPath(StringBuilder& sb, const std::string &fpnpp) const;
H A Dsa_rust_interface_code_emitter.cpp100 bool addPathMsRes = AppendRealPath(sb, seqType->GetFullName()); in EmitCustomHeaders()
106 bool addPathMiRes = AppendRealPath(sb, interface->GetFullName()); in EmitCustomHeaders()
113 bool SaRustInterfaceCodeEmitter::AppendRealPath(StringBuilder& sb, const std::string &fpnpp) const in AppendRealPath() function in OHOS::Idl::SaRustInterfaceCodeEmitter
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Drust_code_emitter.h57 bool AppendRealPath(StringBuilder& sb, const String& fpnp);
H A Drust_code_emitter.cpp181 bool RustCodeEmitter::AppendRealPath(StringBuilder& sb, const String& fpnpp) in AppendRealPath() function in OHOS::Idl::RustCodeEmitter
196 bool addPathMsRes = AppendRealPath(sb, String(ms->namespace_) + String(ms->name_)); in EmitCustomHeaders()
203 bool addPathMiRes = AppendRealPath(sb, String(mi->namespace_) + String(mi->name_)); in EmitCustomHeaders()