Searched refs:kTimeCreatedFormat (Results 1 – 2 of 2) sorted by relevance
60 const std::string StorageModule::kTimeCreatedFormat = "%Y-%m-%d %H:%M:%S"; member in bluetooth::storage::StorageModule169 ss << std::put_time(std::localtime(&now_time_t), kTimeCreatedFormat.c_str()); in Start()
54 static const std::string kTimeCreatedFormat; variable