Searched refs:timestampResult (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_content.cpp | 812 napi_value timestampResult = nullptr; in GetConversationalMessageBasicInfo() local 813 napi_get_named_property(env, conversationalMessage, "timestamp", ×tampResult); in GetConversationalMessageBasicInfo() 814 NAPI_CALL(env, napi_typeof(env, timestampResult, &valuetype)); in GetConversationalMessageBasicInfo() 819 napi_get_value_int64(env, timestampResult, ×tamp); in GetConversationalMessageBasicInfo()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 1217 napi_value timestampResult = nullptr; in GetConversationalMessageBasicInfo() local 1218 napi_get_named_property(env, conversationalMessage, "timestamp", ×tampResult); in GetConversationalMessageBasicInfo() 1219 NAPI_CALL(env, napi_typeof(env, timestampResult, &valuetype)); in GetConversationalMessageBasicInfo() 1224 napi_get_value_int64(env, timestampResult, ×tamp); in GetConversationalMessageBasicInfo()
|