Searched refs:AppendRealPath (Results 1 – 4 of 4) sorted by relevance
42 bool AppendRealPath(StringBuilder& sb, const std::string &fpnpp) const;
100 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
57 bool AppendRealPath(StringBuilder& sb, const String& fpnp);
181 bool RustCodeEmitter::AppendRealPath(StringBuilder& sb, const String& fpnpp) in AppendRealPath() function in OHOS::Idl::RustCodeEmitter196 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()