/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/ |
H A D | common_event_services_system_test.cpp | 701 int64_t seconds = 0; variable 740 int64_t seconds = 0; variable 778 int64_t seconds = 0; variable 818 int64_t seconds = 0; variable 858 int64_t seconds = 0; variable 928 int64_t seconds = 0; variable 1022 int64_t seconds = 0; variable 1094 int64_t seconds = 0; variable 1134 int64_t seconds = 0; variable 1204 int64_t seconds = 0; variable [all …]
|
/ohos5.0/base/notification/common_event_service/tools/test/systemtest/cem/ |
H A D | common_event_command_publish_system_test.cpp | 181 int64_t seconds = 0; variable 241 int64_t seconds = 0; variable 301 int64_t seconds = 0; variable 361 int64_t seconds = 0; variable
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | watchdog_virtual.c | 17 int32_t seconds; member 73 static int32_t VirtualWatchdogSetTimeout(struct WatchdogCntlr *wdt, uint32_t seconds) in VirtualWatchdogSetTimeout() 87 static int32_t VirtualWatchdogGetTimeout(struct WatchdogCntlr *wdt, uint32_t *seconds) in VirtualWatchdogGetTimeout()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/watchdog/ |
H A D | watchdog_core.c | 182 int32_t WatchdogCntlrSetTimeout(struct WatchdogCntlr *cntlr, uint32_t seconds) in WatchdogCntlrSetTimeout() 205 int32_t WatchdogCntlrGetTimeout(struct WatchdogCntlr *cntlr, uint32_t *seconds) in WatchdogCntlrGetTimeout() 294 uint32_t seconds; in WatchdogUserSetTimeout() local 312 uint32_t seconds; in WatchdogUserGetTimeout() local
|
H A D | watchdog_if.c | 116 int32_t WatchdogSetTimeout(DevHandle handle, uint32_t seconds) in WatchdogSetTimeout() 125 int32_t WatchdogGetTimeout(DevHandle handle, uint32_t *seconds) in WatchdogGetTimeout()
|
H A D | watchdog_if_u.c | 201 int32_t WatchdogSetTimeout(DevHandle handle, uint32_t seconds) in WatchdogSetTimeout() 235 int32_t WatchdogGetTimeout(DevHandle handle, uint32_t *seconds) in WatchdogGetTimeout()
|
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/ |
H A D | common_event_services_publish_ordered_system_test.cpp | 164 int64_t seconds = 0; in ProcessSubscriberTestCase3() local 195 int64_t seconds = 0; in ProcessSubscriberTestCase5() local 226 int64_t seconds = 0; in AsyncProcess() local 321 int64_t seconds = 0; in ProcessSubscriberAnotherTestCase5() local 354 int64_t seconds = 0; in AsyncProcess() local 480 int64_t seconds = 0; variable 595 int64_t seconds = 0; variable 708 int64_t seconds = 0; variable 821 int64_t seconds = 0; variable 937 int64_t seconds = 0; variable
|
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/ |
H A D | common_event_services_publish_ordered_module_test.cpp | 174 int64_t seconds = 0; in ProcessSubscriberTestCase3() local 207 int64_t seconds = 0; in ProcessSubscriberTestCase5() local 239 int64_t seconds = 0; in AsyncProcess() local 334 int64_t seconds = 0; in ProcessSubscriberAnotherTestCase5() local 367 int64_t seconds = 0; in AsyncProcess() local 495 int64_t seconds = 0; variable 613 int64_t seconds = 0; variable 725 int64_t seconds = 0; variable 838 int64_t seconds = 0; variable 950 int64_t seconds = 0; variable [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/ |
H A D | rtc_base.c | 87 uint64_t seconds; in RtcTimeToTimestamp() local 120 void TimestampToRtcTime(struct RtcTime *time, const uint64_t seconds) in TimestampToRtcTime()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/ |
H A D | reminderdatamanager_fuzzer.cpp | 31 constexpr uint64_t seconds = 1200; in DoSomethingInterestingWithManager() local 81 constexpr uint64_t seconds = 1200; in DoSomethingInterestingWithReminder() local
|
/ohos5.0/base/update/updater/utils/ |
H A D | utils_common.cpp | 62 auto seconds = usec / USECONDS_PER_SECONDS; in UsSleep() local
|
/ohos5.0/drivers/hdf_core/adapter/platform/watchdog/ |
H A D | watchdog_wm.c | 54 static int32_t WatchdogDevSetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t seconds) in WatchdogDevSetTimeout() 61 static int32_t WatchdogDevGetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t *seconds) in WatchdogDevGetTimeout()
|
H A D | watchdog_bes.c | 245 static int32_t WatchdogDevSetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t seconds) in WatchdogDevSetTimeout() 261 static int32_t WatchdogDevGetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t *seconds) in WatchdogDevGetTimeout()
|
H A D | watchdog_stm32f4xx.c | 303 static int32_t WatchdogDevSetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t seconds) 317 static int32_t WatchdogDevGetTimeout(struct WatchdogCntlr *watchdogCntlr, uint32_t *seconds)
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | time_util.cpp | 48 void Sleep(unsigned int seconds) in Sleep() 160 auto seconds = milliSeconds / SEC_TO_MILLISEC; in GetFormattedTimestampEndWithMilli() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/ |
H A D | watchdog_adapter.c | 196 static int32_t WdtAdapterSetTimeout(struct WatchdogCntlr *wdt, uint32_t seconds) in WdtAdapterSetTimeout() 214 static int32_t WdtAdapterGetTimeout(struct WatchdogCntlr *wdt, uint32_t *seconds) in WdtAdapterGetTimeout()
|
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/ |
H A D | common_event_services_module_test.cpp | 592 int64_t seconds = 0; variable 636 int64_t seconds = 0; variable 685 int64_t seconds = 0; variable 734 int64_t seconds = 0; variable 783 int64_t seconds = 0; variable 855 int64_t seconds = 0; variable 905 int64_t seconds = 0; variable 1317 int64_t seconds = 0; variable 1423 int64_t seconds = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/ |
H A D | mem_proc.cpp | 55 time_t seconds = time(NULL); in ClearUp() local
|
/ohos5.0/base/security/device_security_level/baselib/msglib/src/utils/ |
H A D | messenger_utils.h | 55 static inline void MessengerSleep(uint32_t seconds) in MessengerSleep()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/ |
H A D | ylong_runtime_signal.rs | 32 let seconds = duration.as_secs() % 60; in print_time() localVariable
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/ |
H A D | index.js | 148 let seconds = now.getSeconds(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | velocity_tracker.cpp | 156 auto seconds = duration.count(); in UpdateTouchPoint() local 182 auto seconds = duration.count(); in UpdateTrackerPoint() local
|
/ohos5.0/base/tee/tee_client/services/teecd/include/ |
H A D | misc_work_agent.h | 37 uint32_t seconds; member
|
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/ces_check_service/ |
H A D | ces_check_service.cpp | 128 int64_t seconds = 0; variable
|
/ohos5.0/base/security/code_signature/services/key_enable/utils/src/ |
H A D | unlock_event_helper.cpp | 117 int64_t seconds = 0; in WaitForCommonEventManager() local
|