Home
last modified time | relevance | path

Searched refs:tryTimes (Results 1 - 16 of 16) sorted by relevance

/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_event_system_test.cpp267 for (int32_t tryTimes = 0; tryTimes < RETRY_TIMES; tryTimes++) { in RegisterEvent()
283 for (int32_t tryTimes = 0; tryTimes < RETRY_TIMES; tryTimes++) { in RegisterEvent()
299 for (int32_t tryTimes = 0; tryTimes < RETRY_TIMES; tryTimes++) { in RegisterEvent()
315 for (int32_t tryTimes in RegisterEvent()
[all...]
/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_level_event_system_test.cpp253 for (int32_t tryTimes = 0; tryTimes < retryTimes; tryTimes++) { in RegisterEvent()
272 for (int32_t tryTimes = 0; tryTimes < retryTimes; tryTimes++) { in RegisterEvent()
291 for (int32_t tryTimes = 0; tryTimes < retryTimes; tryTimes++) { in RegisterEvent()
310 for (int32_t tryTimes in RegisterEvent()
[all...]
/base/powermgr/power_manager/test/systemtest/src/
H A Dpower_level_event_system_test_on.cpp85 for (int32_t tryTimes = 0; tryTimes < retryTimes; tryTimes++) { in RegisterEvent()
H A Dpower_level_event_system_test_off.cpp84 for (int32_t tryTimes = 0; tryTimes < retryTimes; tryTimes++) { in RegisterEvent()
H A Dpower_mgr_powersavemode_test.cpp395 for (int32_t tryTimes = 0; tryTimes < retryTimes; tryTimes++) { in RegisterEvent()
/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_notify_test.cpp93 int tryTimes = 0; in RegisterEvent() local
96 while (tryTimes < MAX_RETRY_TIME) { in RegisterEvent()
105 tryTimes++; in RegisterEvent()
107 if (MAX_RETRY_TIME == tryTimes) { in RegisterEvent()
H A Dpower_coordination_lock_test.cpp150 for (int32_t tryTimes = 0; tryTimes < retryTimes; tryTimes++) { in RegisterEvent()
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase.cpp157 int32_t tryTimes = MAX_TIMES; in IsExistStore() local
158 while (tryTimes > 0) { in IsExistStore()
163 SGLOGW("tryTimes = %{public}d", tryTimes); in IsExistStore()
165 tryTimes--; in IsExistStore()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dtransport.cpp153 int tryTimes = RETRY_TIMES; in SendData() local
155 while (tryTimes > 0) { in SendData()
156 tryTimes--; in SendData()
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_common_event_receiver.cpp74 for (int32_t tryTimes = 0; tryTimes < MAX_RETRY_TIMES; tryTimes++) { in RegisterSubscriber()
/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_data_manager.cpp66 int32_t tryTimes = MAX_TIMES; in CheckKvStore() local
67 while (tryTimes > 0) { in CheckKvStore()
72 EVENT_LOGI("try times: %{public}d", tryTimes); in CheckKvStore()
74 tryTimes--; in CheckKvStore()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_level_event_test.cpp144 for (int32_t tryTimes = 0; tryTimes < MAX_RETRY_TIMES; tryTimes++) { in RegisterEvent()
/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_status_manager.cpp289 int tryTimes = 0; in InitDeviceStatusManager() local
292 tryTimes++; in InitDeviceStatusManager()
299 } while (ret != 0 && tryTimes < MAX_TRY_TIMES); in InitDeviceStatusManager()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H A Ddlp_kv_data_storage.cpp108 int32_t tryTimes = MAX_TIMES; in CheckKvStore() local
110 while (tryTimes > 0) { in CheckKvStore()
117 tryTimes--; in CheckKvStore()
/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp577 std::int32_t tryTimes = 0; in OnInitialize() local
578 while (tryTimes < MAX_RETRY_TIMES) { in OnInitialize()
579 tryTimes++; in OnInitialize()
586 if ((tryTimes == MAX_RETRY_TIMES) || (errCode != ERR_ACCOUNT_DATADEAL_JSON_FILE_CORRUPTION)) { in OnInitialize()
587 ACCOUNT_LOGE("parse json file failed: %{public}d, tryTime: %{public}d", errCode, tryTimes); in OnInitialize()
H A Daccount_data_storage.cpp85 int32_t tryTimes = MAX_TIMES; in CheckKvStore() local
87 while (tryTimes > 0) { in CheckKvStore()
94 tryTimes--; in CheckKvStore()

Completed in 10 milliseconds