Home
last modified time | relevance | path

Searched refs:kTimeFormatString (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.cc34 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
41 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
Dbta_dm_device_search.cc813 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
820 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
Dbta_dm_disc.cc792 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
799 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
Dbta_dm_disc_legacy.cc2047 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
2054 std::string s = ::bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()