Home
last modified time | relevance | path

Searched refs:roleValue (Results 1 - 2 of 2) sorted by relevance

/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_util.cpp835 int roleValue = 0; in GetUTCTime() local
840 GetValue(resultSet, "attendeeRelationship", roleValue); in GetUTCTime()
841 if (roleValue == PARTICIPANT) { in GetUTCTime()
843 } else if (roleValue == ORGANIZER) { in GetUTCTime()
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_util.cpp494 napi_value roleValue = nullptr; in SetValue() local
495 status = SetValue(env, value, roleValue); in SetValue()
497 napi_set_named_property(env, out, "role", roleValue); in SetValue()

Completed in 3 milliseconds