Home
last modified time | relevance | path

Searched refs:StringFormatTime (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/common/
Dstrings_test.cc31 using bluetooth::common::StringFormatTime;
225 ASSERT_THAT(StringFormatTime(format, tm), StrEq("1973-11-29 21:33:09")); in TEST()
Dstrings.h119 inline std::string StringFormatTime(const std::string& format, const struct std::tm& tm) { in StringFormatTime() function
/system/bt/main/shim/
Dacl.cc1006 auto s2 = common::StringFormatTime(kTimeFormat, tm); in DumpsysBtm()