Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/config/
DConfigKey.cpp42 int64_t StrToInt64(const string& str) { in StrToInt64() function
DConfigKey.h68 int64_t StrToInt64(const string& str);
/packages/modules/StatsD/statsd/src/storage/
DStorageManager.cpp108 result[index] = StrToInt64(substr); in parseFileName()
695 output.mTimestampSec = StrToInt64(strtok(name, "_")); in trimToFit()
/packages/modules/StatsD/statsd/src/
DStatsService.cpp522 ConfigKey key(uid, StrToInt64(name)); in cmd_trigger_broadcast()
649 mConfigManager->RemoveConfig(ConfigKey(uid, StrToInt64(name))); in cmd_config()
696 mProcessor->onDumpReport(ConfigKey(uid, StrToInt64(name)), getElapsedRealtimeNs(), in cmd_dump_report()