Searched refs:StringFormatTime (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/common/ |
D | strings_test.cc | 32 using bluetooth::common::StringFormatTime; 239 ASSERT_THAT(StringFormatTime(format, tm), StrEq("1973-11-29 21:33:09")); in TEST()
|
D | strings.h | 138 inline std::string StringFormatTime(const std::string& format, const struct std::tm& tm) { in StringFormatTime() function
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_gatt_client.cc | 41 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
|
D | bta_dm_device_search.cc | 820 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
|
D | bta_dm_disc.cc | 799 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
|
D | bta_dm_disc_legacy.cc | 2054 std::string s = ::bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_log_history.cc | 89 auto s2 = bluetooth::common::StringFormatTime(kTimeFormat, tm); in Dump()
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_sec_test.cc | 305 auto s2 = common::StringFormatTime(kTimeFormat, tm); in TEST_F()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 157 std::string s = common::StringFormatTime(kConnectionDescriptorTimeFormat, tm); in EpochMillisToString() 1343 auto s2 = common::StringFormatTime(kTimeFormat, tm); in DumpsysBtm()
|