/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | spawn.rs | 39 for (times, handle) in handles.into_iter().enumerate() { in sdv_one_core_test() 41 assert_eq!(ret.unwrap(), times); in sdv_one_core_test() 56 for (times, handle) in handles.into_iter().enumerate() { in sdv_two_core_test() 58 assert_eq!(ret.unwrap(), times); in sdv_two_core_test() 73 for (times, handle) in handles.into_iter().enumerate() { in sdv_three_core_test() 75 assert_eq!(ret.unwrap(), times); in sdv_three_core_test() 92 assert_eq!(ret.unwrap(), times); in sdv_four_core_test() 109 assert_eq!(ret.unwrap(), times); in sdv_eight_core_test() 126 assert_eq!(ret.unwrap(), times); in sdv_max_core_test() 143 assert_eq!(ret.unwrap(), (times, times + 1)); in sdv_multi_future_in_async() [all …]
|
H A D | async_pool.rs | 151 if times == 0 { in sdv_async_pool_001() 154 if times == 1 { in sdv_async_pool_001() 157 if times == 2 { in sdv_async_pool_001() 211 if times == 0 { in sdv_async_pool_002() 214 if times == 1 { in sdv_async_pool_002() 217 if times == 2 { in sdv_async_pool_002() 271 if times == 0 { in sdv_async_pool_003() 274 if times == 1 { in sdv_async_pool_003() 277 if times == 2 { in sdv_async_pool_003() 331 if times == 0 { in sdv_async_pool_004() [all …]
|
H A D | spawn_blocking.rs | 35 for (times, handle) in handles.into_iter().enumerate() { in ffrt_spawn_blocking_test() 37 assert_eq!(ret.unwrap(), times); in ffrt_spawn_blocking_test() 49 for (times, handle) in handles.into_iter().enumerate() { in ffrt_spawn_blocking_test() 51 assert_eq!(ret.unwrap(), times); in ffrt_spawn_blocking_test() 75 for (times, handle) in handles.into_iter().enumerate() { in test_spawn() 77 assert_eq!(ret.unwrap(), times); in test_spawn() 88 for (times, handle) in handles.into_iter().enumerate() { in test_spawn() 90 assert_eq!(ret.unwrap(), times); in test_spawn() 102 for (times, handle) in handles.into_iter().enumerate() { in test_spawn() 104 assert_eq!(ret.unwrap(), times); in test_spawn()
|
H A D | singleton_runtime.rs | 52 for (times, handle) in handles.into_iter().enumerate() { in sdv_concurrently_runtime_spawn_async_in_async_task() 54 assert_eq!(ret.unwrap(), (times, times + 1)); in sdv_concurrently_runtime_spawn_async_in_async_task() 80 for (times, handle) in handles.into_iter().enumerate() { in sdv_concurrently_spawn_async_in_async_task() 82 assert_eq!(ret.unwrap(), (times, times + 1)); in sdv_concurrently_spawn_async_in_async_task() 109 for (times, handle) in handles.into_iter().enumerate() { in sdv_concurrently_task_builder_spawn_async_in_async_task() 111 assert_eq!(ret.unwrap(), (times, times + 1)); in sdv_concurrently_task_builder_spawn_async_in_async_task()
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_thread_test.cpp | 49 times = 0; in SetUp() 55 times = 0; in TearDown() 131 times = 0; 159 times = 0; 187 times = 0; 214 times = 0; 242 times = 0; 269 times = 0; 302 times = 0; 326 times = 0; [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/ |
H A D | trans_qos_stat_client_test.cpp | 136 for (int32_t times = 0; times < sendTimes; times++) { variable 183 for (int32_t times = 0; times < sendTimes; times++) { variable 229 for (int32_t times = 0; times < sendTimes; times++) { variable 287 for (int32_t times = 0; times < sendTimes; times++) { variable 297 for (int32_t times = 0; times < sendTimes; times++) { variable 348 for (int32_t times = 0; times < sendTimes; times++) { variable 358 for (int32_t times = 0; times < sendTimes; times++) { variable
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/test/unittest/work_scheduler_jsunittest/ |
H A D | work_scheduler_jsunit.test.js | 488 if (times < 50) { 513 if (times/20 < 50){ 536 if (times < 50) { 572 if (times < 50) { 590 let times = 0; 600 if (times/20 < 50){ 705 let times = 0; 716 if (times/20 < 50) { 856 if (times < 50) { 880 let times = 0; [all …]
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ReminderHelperTest.js | 69 if (times < 500) { 143 if (times < 50) { 157 let times = 0; 240 let times = 0; 314 let times = 0; 382 let times = 0; 420 let times = 0; 472 let times = 0; 537 let times = 0; 601 let times = 0; [all …]
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsmessage_fuzzer/ |
H A D | gsmsmsmessage_fuzzer.cpp | 77 SmsTimeStamp times; in CalcReplyEncodeAddress() local 78 times.format = static_cast<SmsTimeFormat>(size); in CalcReplyEncodeAddress() 79 times.time.absolute.day = static_cast<uint8_t>(size); in CalcReplyEncodeAddress() 80 times.time.absolute.hour = static_cast<uint8_t>(size); in CalcReplyEncodeAddress() 81 times.time.absolute.minute = static_cast<uint8_t>(size); in CalcReplyEncodeAddress() 82 times.time.absolute.month = static_cast<uint8_t>(size); in CalcReplyEncodeAddress() 83 times.time.absolute.second = static_cast<uint8_t>(size); in CalcReplyEncodeAddress() 84 times.time.absolute.timeZone = static_cast<uint8_t>(size); in CalcReplyEncodeAddress() 85 times.time.absolute.year = static_cast<uint8_t>(size); in CalcReplyEncodeAddress() 86 msg.ConvertMsgTimeStamp(times); in CalcReplyEncodeAddress()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_incremental_restore_test.cpp | 247 vector<string> times = {"100"}; variable 274 vector<string> times; variable 275 times.push_back("100"); 276 times.push_back("200"); 303 vector<string> times; variable 304 times.push_back("10"); 305 times.push_back("20"); 597 vector<string> times; variable 598 times.push_back("10"); 599 times.push_back("20"); [all …]
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_performance.h | 31 int32_t times; member 60 item.times = 1; in UpdateItem() 66 item.times++; in UpdateItem() 69 if (item.times > warmup) { in UpdateItem() 72 item.avgCost = item.avgCost + 1.0 * (cost - item.avgCost) / (item.times - warmup); in UpdateItem() 96 if (iter->second.times - iter->second.warmup > 0) { in PrintResult() 99 iter->second.times - iter->second.warmup, in PrintResult()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/ |
H A D | frame_collector.cpp | 118 pbefore_->times[i] = currentUIMarks_.times[i]; in ProcessFrameEvent() 120 pbefore_->times[index] = timeNs; in ProcessFrameEvent() 124 pbefore_->times[vsyncEnd] = pbefore_->times[vsyncStart]; in ProcessFrameEvent() 137 pafter_->times[index] = timeNs; in ProcessFrameEvent() 164 pendingUIMarks_.times[index] = timeNs; in ProcessUIMarkLocked() 169 pendingUIMarks_.times[index] = timeNs; in ProcessUIMarkLocked()
|
/ohos5.0/foundation/multimodalinput/input/service/ |
H A D | hisysevent.yaml | 91 L_C_S_T: {type: INT32, desc: fs letter c gesture succ times} 93 L_L_S_T: {type: INT32, desc: fs draw line succ times} 99 RG_S_T: {type: INT32, desc: region gesture succ times} 202 BELOW10MS: {type: UINT32, desc: times below 10ms} 203 BELOW25MS: {type: UINT32, desc: times below 25ms} 204 BELOW50MS: {type: UINT32, desc: times below 50ms} 205 ABOVE50MS: {type: UINT32, desc: times above 50ms} 210 BELOW10MS: {type: UINT32, desc: times below 10ms} 211 BELOW30MS: {type: UINT32, desc: times below 30ms} 212 BELOW50MS: {type: UINT32, desc: times below 50ms} [all …]
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/lpfence/ |
H A D | lpfence_offline_db.md | 20 | unsigned int [times](#times) | 当前数据包的序号,从1开始。 | 40 ### times subsection 43 unsigned int OfflineDb::times
|
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | inner_account_iam_manager.cpp | 493 int times = 0; in UpdateStorageKey() local 501 times++; in UpdateStorageKey() 535 int times = 0; in UpdateStorageKeyContext() local 543 times++; in UpdateStorageKeyContext() 570 int times = 0; in UpdateStorageUserAuth() local 578 times++; in UpdateStorageUserAuth() 606 int times = 0; in GetLockScreenStatus() local 614 times++; in GetLockScreenStatus() 640 int times = 0; in UnlockUserScreen() local 648 times++; in UnlockUserScreen() [all …]
|
/ohos5.0/base/inputmethod/imf/common/src/ |
H A D | global.cpp | 37 uint32_t times = 0; in BlockRetry() local 39 times++; in BlockRetry() 41 IMSA_HILOGD("success, retry times is: %{public}d", times); in BlockRetry() 45 } while (times < maxRetryTimes); in BlockRetry()
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | dfsu_thread.h | 60 uint32_t times = retryTimes; 62 while ((!task()) && (times > 0)) { 63 times--; 84 uint32_t times = retryTimes; 87 while ((!task(duration)) && (times > 0)) { 88 times--;
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _sim_pin_input_times_v10.md | 21 | int [times](#times) | 剩余次数 | 92 ### times subsection 95 int SimPinInputTimes::times
|
H A D | _sim_pin_input_times_v11.md | 21 | int [times](#times) | 剩余次数 | 92 ### times subsection 95 int SimPinInputTimes::times
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_analyzer.cpp | 81 int32_t times = entry.second.times; in FlushCommonBehavior() local 83 prefs->PutInt(bundleName, times + oldValue); in FlushCommonBehavior() 84 behaviors += "{" + bundleName + ": " + to_string(times) + "}"; in FlushCommonBehavior() 106 int32_t times = entry.second; in FlushDeleteBehavior() local 108 prefs->PutInt(bundleName + SPLIT_CHAR + to_string(type), times + oldValue); in FlushDeleteBehavior()
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v4.0.1-release.md | 114 …se STRINGID:APPLICATION_BLOCK_INPUT is stuck in libeventhandler.z.so. This issue occurs 194 times.| 118 …] A JS crash occurs on setShowContactName of the com.ohos.mms process. This issue occurs 10 times.| 119 …JS crash occurs on setReceiveContactValue of the com.ohos.mms process. This issue occurs 24 times.| 132 …h occurs on the ffrtwk/CPU-2-0 thread of the /system/bin/hdcd process. This issue occurs 14 times.| 139 …ohos.smartperf process is stuck in libace.z.so due to APP_INPUT_BLOCK. This issue occurs 61 times.| 144 … JS crash occurs in drawHighlighted of the com.ohos.smartperf process. This issue occurs 17 times.| 146 …nHarmony 4.1.2.1] App freezing occurs in the clock application. This issue occurs 16 times. | 147 …s.photos process is stuck in libmediaquery.z.so due to THREAD_BLOCK_6S. This issue occurs 8 times.| 157 …A C++ crash occurs on libipc_core.z.so in the wifi_manager_se process. This issue occurs 77 times.| 158 …ng occurs due to THREAD_BLOCK_6S in the ohos.samples.etsclock process. This issue occurs 43 times.| [all …]
|
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/test/ |
H A D | purgeable_cpp_test.cpp | 215 int times = 0; variable 217 while (times++ < 10) { 243 int times = 0; variable 245 while (times++ < 10) { 275 int times = 0; variable 277 while (times++ < 10) { 304 int times = 0; variable 306 while (times++ < 10) { 338 int times = 0; variable 374 int times = 0; variable [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | task_scheduler.h | 63 …TaskId At(const Time &begin, Task task, Duration interval = INVALID_INTERVAL, uint64_t times = UNL… 70 innerTask.times = times; 136 TaskId Every(int32_t times, Duration delay, Duration interval, Task task) in Every() argument 138 return At(std::chrono::steady_clock::now() + delay, task, interval, times); in Every() 148 uint64_t times = UNLIMITED_TIMES; member 170 running_.times--; in Loop() 177 if (running_.interval != INVALID_INTERVAL && running_.times > 0) { in Loop()
|
/ohos5.0/foundation/communication/dsoftbus/ |
H A D | hisysevent.yaml | 196 ATTACK_TIMES: {type: INT32, desc: attack times } 329 CONN_TIMES: { type: INT32, desc: connect times } 378 REPTIMES: {type: UINT32, desc: report times } 379 DEVNUM: {type: UINT32, desc: report times } 380 DISCTIMES: {type: UINT32, desc: discovery times } 498 COUNT1: {type: UINT32, desc: the times above 10s of online} 499 COUNT2: {type: UINT32, desc: the times above 30s of online} 500 COUNT3: {type: UINT32, desc: the times above 5min of online} 501 COUNT4: {type: UINT32, desc: the times above 10min of online} 502 COUNT5: {type: UINT32, desc: the times above 15min of online} [all …]
|
/ohos5.0/base/security/device_security_level/services/sa/common/ |
H A D | dslm_rpc_process.c | 82 uint32_t times = 0; in InitService() local 100 DslmCountTrace("InitDslmProcess", times); in InitService() 105 if (times > TRY_TIMES) { in InitService() 109 times++; in InitService()
|