Searched refs:givenName (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_constructor.cpp | 101 const std::string &givenName, const std::string &middleName, const std::string &familyName) in FormatFullName() argument 104 fullName << givenName; in FormatFullName() 125 std::string givenName = nameData->GetGiven(); in ConstructNameV40() local 140 std::string escapedGiven = DealCharacters(givenName); in ConstructNameV40() 152 std::string name = DealCharacters(FormatFullName(givenName, middleName, familyName)); in ConstructNameV40() 240 std::string givenName = nameData->GetGiven(); in ConstructName() local 245 if (!familyName.empty() || !givenName.empty()) { in ConstructName() 268 bool needAddCharset = IsNeedCharsetParam({ familyName, givenName, middleName, prefix, suffix }); in DealNoEmptyFimilyOrGivenName() 275 formattedName = FormatFullName(givenName, middleName, familyName); in DealNoEmptyFimilyOrGivenName() 281 …dedGiven = (needAddQuotedPrintable ? EncodeQuotedPrintable(givenName) : DealCharacters(givenName)); in DealNoEmptyFimilyOrGivenName() [all …]
|
/ohos5.0/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_constructor.h | 43 void DealNoEmptyFimilyOrGivenName(const std::string &familyName, const std::string &givenName, 67 const std::string &givenName, const std::string &middleName, const std::string &familyName);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-application.md | 64 |函数有变化|类名:Name;<br>方法or属性:givenName: string|类名:Name;<br>方法or属性:givenName?: string|@ohos.contact.d.t…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-application.md | 64 …me: Name;<br>Method or attribute name: givenName: string|Class name: Name;<br>Method or attribute …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-telephony.md | 146 | ohos.contact | Name | givenName: string | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-telephony.md | 146 | ohos.contact | Name | givenName: string | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-application.md | 247 |type有变化|类名:Name;<br>方法or属性:givenName?: string<br>旧版本信息:|类名:Name;<br>方法or属性:givenName?: string<br>新…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-application.md | 264 |type有变化|类名:Name;<br>方法or属性:givenName?: string<br>旧版本信息:|类名:Name;<br>方法or属性:givenName?: string<br>新…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-application.md | 247 …thod or attribute name: givenName?: string<br>Old version information: |Class name: Name;<br>Metho…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-application.md | 264 …thod or attribute name: givenName?: string<br>Old version information: |Class name: Name;<br>Metho…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-contacts-kit/ |
H A D | js-apis-contact.md | 4097 | givenName | string | 是 | 是 | 联系人的名称(firstName)。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-contacts-kit/ |
H A D | js-apis-contact.md | 4097 | givenName | string | Yes | Yes | Given name of the contact.|
|