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.cc35 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
42 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
Dbta_dm_disc.cc721 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
728 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
Dbta_dm_device_search.cc744 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
751 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h467 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
474 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()