Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dstrings_test.cc32 using bluetooth::common::StringFormatTime;
239 ASSERT_THAT(StringFormatTime(format, tm), StrEq("1973-11-29 21:33:09")); in TEST()
Dstrings.h138 inline std::string StringFormatTime(const std::string& format, const struct std::tm& tm) { in StringFormatTime() function
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.cc41 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
Dbta_dm_device_search.cc820 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
Dbta_dm_disc.cc799 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
Dbta_dm_disc_legacy.cc2054 std::string s = ::bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc89 auto s2 = bluetooth::common::StringFormatTime(kTimeFormat, tm); in Dump()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc305 auto s2 = common::StringFormatTime(kTimeFormat, tm); in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc157 std::string s = common::StringFormatTime(kConnectionDescriptorTimeFormat, tm); in EpochMillisToString()
1343 auto s2 = common::StringFormatTime(kTimeFormat, tm); in DumpsysBtm()