Home
last modified time | relevance | path

Searched defs:trainName (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/framework/java/android/util/
DStatsLog.java191 public static boolean logBinaryPushStateChanged(@NonNull String trainName, in logBinaryPushStateChanged()
/packages/modules/StatsD/statsd/src/storage/
DStorageManager.cpp78 static string findTrainInfoFileNameLocked(const string& trainName) { in findTrainInfoFileNameLocked()
263 bool StorageManager::readTrainInfo(const std::string& trainName, InstallTrainInfo& trainInfo) { in readTrainInfo()
268 bool StorageManager::readTrainInfoLocked(const std::string& trainName, InstallTrainInfo& trainInfo)… in readTrainInfoLocked()
/packages/modules/StatsD/statsd/src/logd/
DLogEvent.h64 std::string trainName; member
DLogEvent.cpp46 LogEvent::LogEvent(const string& trainName, int64_t trainVersionCode, bool requiresStaging, in LogEvent()
/packages/modules/StatsD/statsd/src/
DStatsService.cpp811 string trainName = string(args[1].c_str()); in cmd_log_binary_push() local