Home
last modified time | relevance | path

Searched refs:E_REPEAT_CYCLE_TIME_ERR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_errors.h36 E_REPEAT_CYCLE_TIME_ERR, enumerator
73 …{E_REPEAT_CYCLE_TIME_ERR, "StartWork failed. The repeatTime must be greater than or equal to 20 mi…
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp153 EXPECT_EQ(ret, E_REPEAT_CYCLE_TIME_ERR);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp682 return E_REPEAT_CYCLE_TIME_ERR; in StartWork()