Home
last modified time | relevance | path

Searched defs:timeMs (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dtime.cpp24 int64_t GetLocalOffsetFromOS(int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS() argument
43 bool IsDst(int64_t timeMs) in IsDst() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller_utils.cpp27 CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer, const BytesAndDuration &initial, const double timeMs) CalculateAverageSpeed() argument
H A Dmem_controller.cpp231 CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer, const BytesAndDuration &initial, const double timeMs) CalculateAverageSpeed() argument
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dtime.cpp24 int64_t GetLocalOffsetFromOS([[maybe_unused]] int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS() argument
35 bool IsDst(int64_t timeMs) in IsDst() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date.cpp38 void DateUtils::TransferTimeToDate(int64_t timeMs, std::array<int64_t, DATE_LENGTH> *date) in TransferTimeToDate() argument
657 double timeMs = this->GetTimeValue().GetDouble(); GetThisDateValues() local
686 ToDateString(double timeMs) ToDateString() argument
863 GetDateValues(double timeMs, std::array<int64_t, DATE_LENGTH> *date, bool isLocal) GetDateValues() argument
876 GetDateValue(double timeMs, uint8_t code, bool isLocal) const GetDateValue() argument
890 double timeMs = this->GetTimeValue().GetDouble(); SetDateValue() local
[all...]

Completed in 2 milliseconds