Searched refs:ToMilliseconds (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/engine/flutter/shell/platform/ohos/ |
D | platform_task_runner_adapter.cc | 31 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/ |
D | time_delta.h | 47 constexpr int64_t ToMilliseconds() const { return ToMicroseconds() / 1000; } in ToMilliseconds() function 48 constexpr int64_t ToSeconds() const { return ToMilliseconds() / 1000; } in ToSeconds()
|
D | time_unittest.cc | 28 EXPECT_EQ(102304ll, delta.ToMilliseconds()); in TEST()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 173 self.assertEqual(1, message.ToMilliseconds()) 178 self.assertEqual(-1, message.ToMilliseconds()) 224 self.assertEqual(1, message.ToMilliseconds()) 229 self.assertEqual(-1, message.ToMilliseconds())
|
D | well_known_types.py | 210 def ToMilliseconds(self): member in Timestamp 336 def ToMilliseconds(self): member in Duration
|
/third_party/flutter/engine/flutter/shell/common/ |
D | ace_shell.cc | 936 lock, std::chrono::milliseconds(timeout.ToMilliseconds()), in WaitForFirstFrame()
|
D | shell.cc | 1334 lock, std::chrono::milliseconds(timeout.ToMilliseconds()), in WaitForFirstFrame()
|