Home
last modified time | relevance | path

Searched refs:email (Results 1 - 8 of 8) sorted by relevance

/applications/standard/calendardata/calendarmanager/common/
H A Dcalendar_define.h63 string email; member
67 return name == other.name && email == other.email && role.value_or(NONE) == other.role.value_or(NONE); in operator ==()
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_build.cpp175 valuesBucketEmail.Put("detail_info", contact.emails[i].email); in GetValuesBucketEmail()
186 valuesBucketEmail.Put("content_type", "email"); in GetValuesBucketEmail()
605 Email email; in GetEmails() local
608 email.email = GetStringValueByKey(env, object, "email"); in GetEmails()
609 email.labelName = GetStringValueByKey(env, object, "labelName"); in GetEmails()
610 email.displayName = GetStringValueByKey(env, object, "displayName"); in GetEmails()
611 email.labelId = GetIntValueByKey(env, object, "labelId"); in GetEmails()
612 emailVec.push_back(email); in GetEmails()
[all...]
H A Dcontacts_api.cpp389 std::string email = contactsBuild.NapiGetValueString(env, emailobject); in BuildQueryContactsByEmailPredicates() local
392 if (!email.empty() || email != "") { in BuildQueryContactsByEmailPredicates()
395 predicates.EqualTo("detail_info", email); in BuildQueryContactsByEmailPredicates()
397 predicates.EqualTo("content_type", "email"); in BuildQueryContactsByEmailPredicates()
/applications/standard/calendardata/calendarmanager/test/unittest/src/
H A Devent_attendee_test.cpp59 EXPECT_EQ(v1[i].email, v2[i].email); in CompareAttendeeVec()
/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_util.cpp71 LOG_DEBUG("attendee.email :%{private}s", attendee.email.c_str()); in DumpEvent()
403 valuesBucket.Put("attendeeEmail", attendee.email); in GetUTCTime()
404 LOG_DEBUG("attendeeEmail %{private}s", attendee.email.c_str()); in GetUTCTime()
839 GetValue(resultSet, "attendeeEmail", attendee.email); in GetUTCTime()
/applications/standard/contacts_data/contacts/include/
H A Dcontacts_napi_object.h25 * Indicates the email address.
107 * Provides methods for email information
117 * Indicates a home email.
122 * Indicates a work email.
127 * Indicates an email of the OTHER type.
137 * Indicates the email address.
139 std::string email; member in OHOS::ContactsApi::Attribute::Email
147 * Indicates the displayed email name.
785 * Indicates an email address of the contact.
H A Dcontacts_api.h90 napi_env env, std::string email, napi_value hold, napi_value attr);
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_util.cpp456 NapiUtil::GetNamedProperty(env, in, "email", out.email); in GetValue()
482 status = SetValue(env, in.email, emailValue); in SetValue()
484 napi_set_named_property(env, out, "email", emailValue); in SetValue()

Completed in 10 milliseconds