Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.cc39 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
46 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
Dbta_dm_device_search.cc749 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
756 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
Dbta_dm_disc.cc730 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
737 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h468 constexpr char kTimeFormatString[] = "%Y-%m-%d %H:%M:%S"; variable
475 std::string s = bluetooth::common::StringFormatTime(kTimeFormatString, tm); in EpochMillisToString()