Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 131) sorted by relevance

123456

/base/account/os_account/frameworks/common/perf_stat/src/
Dperf_stat.cpp36 void PerfStat::SetAccountBindStartTime(int64_t time) in SetAccountBindStartTime()
46 void PerfStat::SetAccountBindEndTime(int64_t time) in SetAccountBindEndTime()
57 void PerfStat::SetAccountAddStartTime(int64_t time) in SetAccountAddStartTime()
67 void PerfStat::SetAccountAddEndTime(int64_t time) in SetAccountAddEndTime()
78 void PerfStat::SetAccountDelStartTime(int64_t time) in SetAccountDelStartTime()
88 void PerfStat::SetAccountDelEndTime(int64_t time) in SetAccountDelEndTime()
99 void PerfStat::SetAccountQueryStartTime(int64_t time) in SetAccountQueryStartTime()
109 void PerfStat::SetAccountQueryEndTime(int64_t time) in SetAccountQueryEndTime()
115 void PerfStat::SetInstanceStartTime(int64_t time) in SetInstanceStartTime()
120 void PerfStat::SetInstanceStopTime(int64_t time) in SetInstanceStopTime()
[all …]
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp90 bool TimeServiceClient::SetTime(const int64_t time) in SetTime()
117 int32_t TimeServiceClient::SetTimeV9(const int64_t &time) in SetTimeV9()
320 int64_t time; in GetWallTimeMs() local
336 int32_t TimeServiceClient::GetWallTimeMs(int64_t &time) in GetWallTimeMs()
355 int64_t time; in GetWallTimeNs() local
371 int32_t TimeServiceClient::GetWallTimeNs(int64_t &time) in GetWallTimeNs()
390 int64_t time; in GetBootTimeMs() local
406 int32_t TimeServiceClient::GetBootTimeMs(int64_t &time) in GetBootTimeMs()
425 int64_t time; in GetBootTimeNs() local
441 int32_t TimeServiceClient::GetBootTimeNs(int64_t &time) in GetBootTimeNs()
[all …]
/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/
Ddate_utils.h33 struct timeval time; in CurrentTimeMillis() local
46 struct timeval time; in CurrentTimeUsec() local
/base/global/resource_management/frameworks/resmgr/include/utils/
Ddate_utils.h32 struct timeval time; in CurrentTimeMillis() local
45 struct timeval time; in CurrentTimeUsec() local
/base/security/access_token/services/accesstokenmanager/test/unittest/cpp/src/
Dpermission_grant_event_test.cpp55 uint64_t time; variable
77 uint64_t time; variable
99 uint64_t time; variable
/base/powermgr/power_manager/test/unittest/src/
Dpower_mgr_client_test.cpp231 int64_t time = SCREEN_OFF_WAIT_TIME_MS; variable
304 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable
336 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable
361 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable
387 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable
414 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable
442 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/
Dfaultlogger_client_test.cpp27 std::string GetFaultLogName(const time_t& time, int32_t id, const std::string& type, const std::str… in GetFaultLogName()
43 FaultLogInfoInner CreateFaultLogInfo(const time_t& time, int32_t id, int32_t type, const std::strin… in CreateFaultLogInfo()
61 bool CheckLogFileExist(const time_t& time, int32_t id, const std::string& type, const std::string& … in CheckLogFileExist()
/base/time/time_service/test/unittest/service_test/src/
Dtime_client_test.cpp153 int64_t time = (currentTime.tv_sec + 1000) * 1000 + currentTime.tv_usec / 1000; variable
194 int64_t time = (currentTime.tv_sec + 1000) * 1000 + currentTime.tv_usec / 1000; variable
261 int64_t time; variable
273 int64_t time; variable
285 int64_t time; variable
297 int64_t time; variable
309 int64_t time; variable
321 int64_t time; variable
333 int64_t time; variable
345 int64_t time; variable
Dtime_service_test.cpp167 int64_t time = currentTime.tv_sec * 1000 + currentTime.tv_usec / 1000; in StartIdleTimer() local
266 int64_t time = currentTime.tv_sec * 1000 + currentTime.tv_usec / 1000; variable
295 int64_t time = currentTime.tv_sec * 1000 + currentTime.tv_usec / 1000; variable
324 int64_t time = currentTime.tv_sec * 1000 + currentTime.tv_usec / 1000; variable
344 int64_t time = (currentTime.tv_sec + 1000) * 1000 + currentTime.tv_usec / 1000; variable
385 int64_t time = (currentTime.tv_sec + 1000) * 1000 + currentTime.tv_usec / 1000; variable
714 uint64_t time = 999999999911; variable
755 int64_t time = ntpTrustedTime->CurrentTimeMillis(); variable
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_timestamp.h31 timespec time; in LogTimeStamp() local
37 explicit LogTimeStamp(const timespec& time) in LogTimeStamp()
/base/powermgr/battery_manager/charger/src/
Dbattery_vibrate.cpp58 void BatteryVibrate::HandlePlayMode(int32_t time) in HandlePlayMode()
67 void BatteryVibrate::HandleDurationMode(int32_t time) in HandleDurationMode()
126 void BatteryVibrate::SetDuration(int32_t time) in SetDuration()
/base/hiviewdfx/faultloggerd/test/unittest/services/
Dfaultlogger_pipe_test.cpp48 uint64_t time = OHOS::HiviewDFX::GetTimeMilliSeconds(); variable
74 uint64_t time = OHOS::HiviewDFX::GetTimeMilliSeconds(); variable
/base/powermgr/power_manager/test/unittest/src/servicetest/
Dpowermgr_service_native_test.cpp268 int32_t time = SLEEP_WAIT_TIME_MS; variable
303 int32_t time = SLEEP_WAIT_TIME_MS; variable
335 int32_t time = SLEEP_WAIT_TIME_MS; variable
/base/msdp/device_status/interfaces/innerkits/include/
Di_devicestatus_storage.h32 std::string time; member
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
Dfreeze_detector_test.cpp44 auto time = TimeUtil::GetMilliseconds(); in makeEvent() local
72 uint64_t time) in GetFreezeDectorTestFile()
242 uint64_t time = sysEvent->GetEventIntValue("time_"); variable
293 uint64_t time = sysEvent->GetEventIntValue("time_"); variable
/base/hiviewdfx/faultloggerd/services/
Dfault_logger_pipe.cpp104 FaultLoggerPipe2::FaultLoggerPipe2(uint64_t time) in FaultLoggerPipe2()
133 void FaultLoggerPipeMap::Set(int pid, uint64_t time) in Set()
142 bool FaultLoggerPipeMap::Check(int pid, uint64_t time) in Check()
Dmain.cpp33 uint64_t time = OHOS::HiviewDFX::GetTimeMilliSeconds(); in DoGetCrashFd() local
/base/customization/enterprise_device_management/test/unittest/datetime_manager_proxy/
Ddatetime_manager_proxy_test.cpp78 int64_t time = 1674365400000; variable
97 int64_t time = 1674365400000; variable
/base/hiviewdfx/hiview/base/event_pool/test/unittest/common/
Devent_pool_test.cpp77 auto time = OHOS::HiviewDFX::TimeUtil::GetMilliseconds(); variable
144 auto time = OHOS::HiviewDFX::TimeUtil::GetMilliseconds(); variable
197 auto time = OHOS::HiviewDFX::TimeUtil::GetMilliseconds(); variable
304 uint64_t time = OHOS::HiviewDFX::TimeUtil::GetMilliseconds(); in __anon1c9882800502() local
/base/global/i18n_lite/frameworks/i18n/src/
Ddate_time_format_impl.cpp153 const tm time = *tmPtr; in Format() local
157 void DateTimeFormatImpl::Format(const struct tm &time, const string &pattern, string &appendTo, in Format()
241 void DateTimeFormatImpl::Process(const tm &time, string &appendTo, char pre, uint32_t count, I18nSt… in Process() argument
279 void DateTimeFormatImpl::ProcessWeekDayYear(const tm &time, string &appendTo, char pre, in ProcessWeekDayYear()
334 void DateTimeFormatImpl::ProcessTime(const tm &time, string &appendTo, char pre, in ProcessTime()
455 const tm time = *tmPtr; in Get12HourTimeWithoutAmpm() local
529 const struct ElapsedTime time = { hour, min, sec, mil }; in FormatElapsedDuration() local
560 void DateTimeFormatImpl::FormatElapsed(const struct ElapsedTime &time, char pre, uint32_t count, in FormatElapsed()
/base/time/time_service/test/fuzztest/timesettime_fuzzer/
Dtimesettime_fuzzer.cpp30 int64_t time = static_cast<int64_t>(*rawData); in FuzzTimeSetTime() local
/base/update/updateservice/services/engine/src/
Dupdate_service_cache.cpp125 void UpdateServiceCache::SetUpgradeStartTime(BusinessSubType businessSubType, uint64_t time) in SetUpgradeStartTime()
138 void UpdateServiceCache::SetUpgradeEndTime(BusinessSubType businessSubType, uint64_t time) in SetUpgradeEndTime()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_manager.cpp44 LogStoreEx::LogFileFilter CreateLogFileFilter(time_t time, int32_t id, int32_t faultLogType, const … in CreateLogFileFilter()
76 int32_t FaultLogManager::CreateTempFaultLogFile(time_t time, int32_t id, int32_t faultType, in CreateTempFaultLogFile()
157 std::list<std::string> FaultLogManager::GetFaultLogFileList(const std::string &module, time_t time,… in GetFaultLogFileList()
/base/powermgr/battery_statistics/services/native/src/entities/
Dwifi_entity.cpp57 int64_t time = StatsUtils::DEFAULT_VALUE; in GetActiveTimeMs() local
141 int64_t time = GetActiveTimeMs(StatsUtils::STATS_TYPE_WIFI_ON); in DumpInfo() local
/base/customization/enterprise_device_management/interfaces/kits/datetime_manager/include/
Ddatetime_manager_addon.h32 int64_t time = 0; member

123456