Home
last modified time | relevance | path

Searched refs:LOOP_TIME (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_continuation_test.h54 LOOP_TIME = 10, enumerator
H A Ddistributed_sched_service_second_test.cpp81 LOOP_TIME = 10, enumerator
687 for (int index = 0; index < static_cast<int32_t>(LoopTime::LOOP_TIME); index++) {
869 for (int index = 0; index < static_cast<int32_t>(LoopTime::LOOP_TIME); index++) {
H A Ddistributed_sched_continuation_test.cpp1214 for (int index = 0; index < static_cast<int32_t>(LoopTime::LOOP_TIME); index++) {
H A Ddistributed_sched_service_first_test.cpp82 LOOP_TIME = 10, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dondemand_helper.cpp43 constexpr int32_t LOOP_TIME = 1000; variable
316 for (int i = 0 ; i < LOOP_TIME; ++i) { in LoadRemoteAbilityPressure()