/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | perf_profile.cpp | 38 void PerfProfile::SetBmsLoadStartTime(int64_t time) in SetBmsLoadStartTime() 48 void PerfProfile::SetBmsLoadEndTime(int64_t time) in SetBmsLoadEndTime() 58 void PerfProfile::SetBundleScanStartTime(int64_t time) in SetBundleScanStartTime() 68 void PerfProfile::SetBundleScanEndTime(int64_t time) in SetBundleScanEndTime() 108 void PerfProfile::SetBundleInstallEndTime(int64_t time) in SetBundleInstallEndTime() 158 void PerfProfile::SetBundleParseEndTime(int64_t time) in SetBundleParseEndTime() 168 void PerfProfile::SetAmsLoadStartTime(int64_t time) in SetAmsLoadStartTime() 178 void PerfProfile::SetAmsLoadEndTime(int64_t time) in SetAmsLoadEndTime() 198 void PerfProfile::SetAbilityLoadEndTime(int64_t time) in SetAbilityLoadEndTime() 208 void PerfProfile::SetAppForkStartTime(int64_t time) in SetAppForkStartTime() [all …]
|
/ohos5.0/base/account/os_account/frameworks/common/perf_stat/src/ |
H A D | perf_stat.cpp | 36 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() 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() 125 void PerfStat::SetInstanceCreateTime(int64_t time) in SetInstanceCreateTime() [all …]
|
/ohos5.0/base/time/time_service/framework/cj/src/ |
H A D | system_date_time.cpp | 30 int SystemDateTimeImpl::SetTime(int64_t time) in SetTime() 44 int64_t time = 0; in getCurrentTime() local 60 int64_t time = 0; in getRealActiveTime() local 76 int64_t time = 0; in getRealTime() local 89 int32_t SystemDateTimeImpl::GetDeviceTime(clockid_t clockId, bool isNano, int64_t &time) in GetDeviceTime() 108 int64_t time = 0; in getTime() local 120 int64_t time = 0; in getUpTime() local 168 std::string time; in getTimezone() local
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/ |
H A D | date_utils.h | 32 struct timeval time; in CurrentTimeMillis() local 45 struct timeval time; in CurrentTimeUsec() local
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/ |
H A D | date_utils.h | 33 struct timeval time; in CurrentTimeMillis() local 46 struct timeval time; in CurrentTimeUsec() local
|
/ohos5.0/base/time/time_service/interfaces/inner_api/src/ |
H A D | time_service_client.cpp | 172 bool TimeServiceClient::SetTime(int64_t time) in SetTime() 199 int32_t TimeServiceClient::SetTimeV9(int64_t time) in SetTimeV9() 476 int64_t time; in GetWallTimeMs() local 501 int64_t time; in GetWallTimeNs() local 526 int64_t time; in GetBootTimeMs() local 551 int64_t time; in GetBootTimeNs() local 576 int64_t time; in GetMonotonicTimeMs() local 601 int64_t time; in GetMonotonicTimeNs() local 626 int64_t time; in GetThreadTimeMs() local 661 int64_t time; in GetThreadTimeNs() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/airquality/src/main/js/default/pages/index/ |
H A D | index.js | 70 let time = 1000 / self.airData[self.swiperPage].detailData; variable 91 let time = 1000 / self.airData[self.swiperPage].detailData; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | curve.h | 41 float Move(float time) in Move() 69 float MoveInternal(float time) final in MoveInternal() 91 float MoveInternal(float time) final in MoveInternal() 110 float MoveInternal(float time) override in MoveInternal() 125 float MoveInternal(float time) override in MoveInternal() 154 float MoveInternal(float time) override in MoveInternal() 172 float MoveInternal(float time) override in MoveInternal() 209 float MoveInternal(float time) override in MoveInternal() 269 float MoveInternal(float time) override in MoveInternal() 293 float MoveInternal(float time) override in MoveInternal() [all …]
|
/ohos5.0/base/time/time_service/utils/native/src/ |
H A D | time_common.cpp | 28 int32_t TimeUtils::GetWallTimeMs(int64_t &time) in GetWallTimeMs() 39 int32_t TimeUtils::GetBootTimeNs(int64_t &time) in GetBootTimeNs() 50 int32_t TimeUtils::GetBootTimeMs(int64_t &time) in GetBootTimeMs()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/ |
H A D | rtc_base.c | 41 uint8_t RtcIsInvalid(const struct RtcTime *time) in RtcIsInvalid() 54 uint8_t RtcGetWeekDay(const struct RtcTime *time) in RtcGetWeekDay() 85 uint64_t RtcTimeToTimestamp(const struct RtcTime *time) in RtcTimeToTimestamp() 120 void TimestampToRtcTime(struct RtcTime *time, const uint64_t seconds) in TimestampToRtcTime()
|
H A D | rtc_core.c | 16 int32_t RtcHostReadTime(struct RtcHost *host, struct RtcTime *time) in RtcHostReadTime() 31 int32_t RtcHostWriteTime(struct RtcHost *host, const struct RtcTime *time) in RtcHostWriteTime() 46 int32_t RtcHostReadAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcHostReadAlarm() 61 … RtcHostWriteAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, const struct RtcTime *time) in RtcHostWriteAlarm()
|
H A D | rtc_if.c | 37 int32_t RtcReadTime(DevHandle handle, struct RtcTime *time) in RtcReadTime() 47 int32_t RtcWriteTime(DevHandle handle, const struct RtcTime *time) in RtcWriteTime() 62 int32_t RtcReadAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcReadAlarm() 72 int32_t RtcWriteAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, const struct RtcTime *time) in RtcWriteAlarm()
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/test/unittest/ |
H A D | permission_grant_event_test.cpp | 55 uint64_t time; variable 77 uint64_t time; variable 99 uint64_t time; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | manual_clock.cpp | 30 void SetTime(const META_NS::TimeSpan& time) override in SetTime() 35 void IncrementTime(const META_NS::TimeSpan& time) override in IncrementTime()
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_mgr_client_test.cpp | 241 int64_t time = SCREEN_OFF_WAIT_TIME_MS; variable 319 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable 354 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable 382 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable 411 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable 441 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable 472 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable 1136 int32_t time = SET_DISPLAY_OFF_TIME_MS; variable
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_callback_proxy_test.cpp | 167 int64_t time = 0; variable 180 int64_t time = 0; variable 193 int64_t time = 0; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_util_virtual.c | 19 int32_t SoftBusQueryStatsInfo(int time, SoftBusStatsResult* result) in SoftBusQueryStatsInfo() 24 int32_t SoftBusQueryAlarmInfo(int time, int type, SoftBusAlarmEvtResult* result) in SoftBusQueryAlarmInfo()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/ |
H A D | faultlogger_client_test.cpp | 27 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()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/ |
H A D | local_handler_test.cpp | 306 for (int time = 0; time < MALLOC_TEST_TIMES; time++) { variable 317 for (int time = 0; time < MALLOC_TEST_TIMES; time++) { variable 323 for (int time = 0; time < MALLOC_TEST_TIMES; time++) { variable 351 for (int time = 0; time < MALLOC_TEST_TIMES; time++) { variable 362 for (int time = 0; time < MALLOC_TEST_TIMES; time++) { variable 368 for (int time = 0; time < MALLOC_TEST_TIMES; time++) { variable
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
H A D | log_timestamp.h | 31 timespec time; in LogTimeStamp() local 37 explicit LogTimeStamp(const timespec& time) in LogTimeStamp()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_local_live_view_content_test.cpp | 81 NotificationTime time; variable 194 NotificationTime time; variable 227 NotificationTime time; variable 258 NotificationTime time; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/taskscheduler_fuzzer/ |
H A D | taskscheduler_fuzzer.cpp | 26 void AtFuzz(size_t time) in AtFuzz() 36 void EveryFUZZ(size_t time) in EveryFUZZ() 50 void ResetFuzz(size_t time) in ResetFuzz()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_time.cpp | 35 void NotificationTime::SetInitialTime(int32_t time) in SetInitialTime() 97 NotificationTime *time = new (std::nothrow) NotificationTime(); in FromJson() local 160 NotificationTime *time = new (std::nothrow) NotificationTime(); in Unmarshalling() local
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | mem_profiler_collector_impl.cpp | 82 int time = 0; in Prepare() local 98 int time = 0; in Start() local 114 int time = 0; in StartPrintNmd() local 142 int time = 0; in Start() local 181 int time = 0; in Start() local
|
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/ |
H A D | mem_profiler_collector_test.cpp | 53 int time = 0; variable 73 int time = 0; variable
|