Searched refs:workRecordStatistic (Results 1 – 3 of 3) sorted by relevance
33 …std::shared_ptr<WorkRecordStatistic> workRecordStatistic = std::make_shared<WorkRecordStatistic>(); in GetInstance() local34 instance_ = workRecordStatistic; in GetInstance()
82 auto workRecordStatistic = WorkRecordStatistic::GetInstance(); in HandleRefrashRequirements() local83 if (!workRecordStatistic->Update(name_, GetRequestNum())) { in HandleRefrashRequirements()
1055 auto workRecordStatistic = WorkRecordStatistic::GetInstance(); in NeedReportCacheLocation() local1056 if (!workRecordStatistic->Update("CacheLocation", 1)) { in NeedReportCacheLocation()1898 auto workRecordStatistic = WorkRecordStatistic::GetInstance(); in GetCachedLocationSuccess() local1899 if (!workRecordStatistic->Update("CacheLocation", 1)) { in GetCachedLocationSuccess()1924 auto workRecordStatistic = WorkRecordStatistic::GetInstance(); in GetCachedLocationFailed() local1925 if (!workRecordStatistic->Update("CacheLocation", 1)) { in GetCachedLocationFailed()2052 auto workRecordStatistic = WorkRecordStatistic::GetInstance(); in UpdateLastLocationRequestNum() local2053 if (!workRecordStatistic->Update("CacheLocation", -1)) { in UpdateLastLocationRequestNum()