Searched refs:GetUptimeMs (Results 1 – 3 of 3) sorted by relevance
116 virtual std::optional<int64_t> GetUptimeMs(std::string* error_msg) const;
343 std::optional<int64_t> ExecUtils::GetUptimeMs(std::string* error_msg) const { in GetUptimeMs() function in art::ExecUtils357 std::optional<int64_t> uptime_ms = GetUptimeMs(error_msg); in GetStat()
81 std::optional<int64_t> GetUptimeMs(std::string* error_msg) const override { in GetUptimeMs() function in art::TestingExecUtils