Home
last modified time | relevance | path

Searched refs:ToMilliseconds (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/ohos/
Dplatform_task_runner_adapter.cc31 eventHandler_->PostTimingTask(std::move(task), target_time.ToEpochDelta().ToMilliseconds(), ""); in PostTaskForTime()
36 eventHandler_->PostTask(std::move(task), delay.ToMilliseconds()); in PostDelayedTask()
/third_party/flutter/engine/flutter/fml/time/
Dtime_delta.h47 constexpr int64_t ToMilliseconds() const { return ToMicroseconds() / 1000; } in ToMilliseconds() function
48 constexpr int64_t ToSeconds() const { return ToMilliseconds() / 1000; } in ToSeconds()
Dtime_unittest.cc28 EXPECT_EQ(102304ll, delta.ToMilliseconds()); in TEST()
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py173 self.assertEqual(1, message.ToMilliseconds())
178 self.assertEqual(-1, message.ToMilliseconds())
224 self.assertEqual(1, message.ToMilliseconds())
229 self.assertEqual(-1, message.ToMilliseconds())
Dwell_known_types.py210 def ToMilliseconds(self): member in Timestamp
336 def ToMilliseconds(self): member in Duration
/third_party/flutter/engine/flutter/shell/common/
Dace_shell.cc936 lock, std::chrono::milliseconds(timeout.ToMilliseconds()), in WaitForFirstFrame()
Dshell.cc1334 lock, std::chrono::milliseconds(timeout.ToMilliseconds()), in WaitForFirstFrame()