Searched refs:customValue (Results 1 - 1 of 1) sorted by relevance
/applications/standard/contacts_data/contacts/src/ |
H A D | result_convert.cpp | 365 napi_value customValue = GetResultValue(env, customDataKey, resultSet); in ConvertEmail() local 371 napi_set_property(env, objectElement, napiLabelNameKey, customValue); in ConvertEmail() 461 napi_value customValue = GetResultValue(env, customDataKey, resultSet); in ConvertEvent() local 466 napi_set_property(env, objectElement, napiLabelNameKey, customValue); in ConvertEvent() 514 napi_value customValue = GetResultValue(env, customDataKey, resultSet); in ConvertImAddress() local 519 napi_set_property(env, objectElement, napiLabelNameKey, customValue); in ConvertImAddress() 543 napi_value customValue = GetResultValue(env, customDataKey, resultSet); in ConvertPhoneNumber() local 548 napi_set_property(env, objectElement, napiLabelNameKey, customValue); in ConvertPhoneNumber() 572 napi_value customValue = GetResultValue(env, customDataKey, resultSet); in ConvertPostalAddress() local 591 napi_set_property(env, objectElement, napiLabelNameKey, customValue); in ConvertPostalAddress() 622 napi_value customValue = GetResultValue(env, customDataKey, resultSet); ConvertRelation() local 651 napi_value customValue = GetResultValue(env, customDataKey, resultSet); ConvertSipAddress() local 680 napi_value customValue = GetResultValue(env, customDataKey, resultSet); ConvertWebsite() local [all...] |
Completed in 3 milliseconds