Home
last modified time | relevance | path

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

/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_pattern_js.cpp90 napi_value timeValue = nullptr; in ParsePoints() local
91 CHKCF((napi_get_named_property(env, element, "time", &timeValue) == napi_ok), "napi get time fail"); in ParsePoints()
92 CHKCF(IsMatchType(env, timeValue, napi_number), in ParsePoints()
94 CHKCF(GetInt32Value(env, timeValue, point.time), "Get int number fail"); in ParsePoints()
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_header.cpp903 uint64_t timeValue = 0; in DecodeFieldDate() local
904 if (!buff.DecodeLongInteger(timeValue)) { in DecodeFieldDate()
913 timeValue += static_cast<uint64_t>(timeStamp); in DecodeFieldDate()
915 auto ret = longValueMap_.emplace(fieldId, timeValue); in DecodeFieldDate()

Completed in 4 milliseconds