Searched refs:StringFormatTime (Results 1 – 3 of 3) sorted by relevance
31 using bluetooth::common::StringFormatTime;225 ASSERT_THAT(StringFormatTime(format, tm), StrEq("1973-11-29 21:33:09")); in TEST()
119 inline std::string StringFormatTime(const std::string& format, const struct std::tm& tm) { in StringFormatTime() function
1006 auto s2 = common::StringFormatTime(kTimeFormat, tm); in DumpsysBtm()