Home
last modified time | relevance | path

Searched refs:originName (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dstart-navigation-apps.md18 …| originName | string | 否 | 起点名称 …
68 'originName': 'xx市xx公园',
156 | originName | string | 否 | 起点名称 |
199 originName?: string;
229 this.originName = want.parameters?.originName as string | undefined;
254 "originName": this.originName,
/ohos5.0/docs/en/application-dev/application-models/
H A Dstart-navigation-apps.md19 …| originName | string | No | Name of the source. …
69 'originName': 'xx Park in xx City',
159 …| originName | string | No | Name of the source. …
202 originName?: string;
232 this.originName = want.parameters?.originName as string | undefined;
257 "originName": this.originName,
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/
H A Dsa_ts_code_emitter.cpp82 const std::string SATsCodeEmitter::SuffixAdded(const std::string &originName) const in SuffixAdded()
85 return originName + varSuffix; in SuffixAdded()
H A Dsa_ts_code_emitter.h38 const std::string SuffixAdded(const std::string &originName) const;
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp1142 const std::string TsCodeEmitter::UnderlineAdded(const String& originName) in UnderlineAdded() argument
1145 return underline + std::string(originName.string()); in UnderlineAdded()
1148 const std::string TsCodeEmitter::SuffixAdded(const String& originName) in SuffixAdded() argument
1151 return std::string(originName.string()) + varSuffix; in SuffixAdded()
H A Dcpp_code_emitter.cpp1577 const std::string CppCodeEmitter::UnderlineAdded(const String& originName) in UnderlineAdded() argument
1580 return underline + std::string(originName.string()); in UnderlineAdded()