Searched defs:timeMs (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| H A D | time.cpp | 24 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 D | mem_controller_utils.cpp | 27 CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer, const BytesAndDuration &initial, const double timeMs) CalculateAverageSpeed() argument
|
| H A D | mem_controller.cpp | 231 CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer, const BytesAndDuration &initial, const double timeMs) CalculateAverageSpeed() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| H A D | time.cpp | 24 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 D | js_date.cpp | 38 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