/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_config_data_manager.cpp | 27 constexpr int32_t MAX_TIMES = 5; variable 70 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
|
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | database.cpp | 28 constexpr int32_t MAX_TIMES = 5; variable 157 int32_t tryTimes = MAX_TIMES; in IsExistStore()
|
/ohos5.0/base/telephony/cellular_data/test/ |
H A D | cellular_data_test.cpp | 62 static const int32_t MAX_TIMES = 60; variable 216 while (count < MAX_TIMES) { in WaitTestTimeout() 855 while (count < MAX_TIMES) { 903 while (count < MAX_TIMES) { 1280 while (count < MAX_TIMES) { 1328 while (count < MAX_TIMES) { 1376 while (count < MAX_TIMES) { 1424 while (count < MAX_TIMES) { 1472 while (count < MAX_TIMES) { 1520 while (count < MAX_TIMES) { [all …]
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dsched_sync_e2e.cpp | 27 const int32_t MAX_TIMES = 600; // 1min variable 161 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
|
H A D | distributed_bm_storage.cpp | 37 const int32_t MAX_TIMES = 600; // 1min variable 529 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | static_subscriber_data_manager.cpp | 28 constexpr int32_t MAX_TIMES = 5; // 5 * 100ms = 500ms variable 66 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/ |
H A D | dlp_kv_data_storage.cpp | 25 static const int32_t MAX_TIMES = 10; variable 108 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/ |
H A D | account_data_storage.cpp | 23 const int32_t MAX_TIMES = 10; variable 85 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_data_storage.cpp | 35 const int32_t MAX_TIMES = 600; // 1min variable 280 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_auto_startup_data_manager.cpp | 28 constexpr int32_t MAX_TIMES = 5; // 5 * 100ms = 500ms variable 98 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
|
H A D | app_exit_reason_data_manager.cpp | 25 constexpr int32_t MAX_TIMES = 5; // 5 * 100ms = 500ms variable 72 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_info_rdb_storage_mgr.cpp | 28 constexpr int32_t MAX_TIMES = 600; // 600 * 100ms = 1min variable
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_process_in_client.cpp | 174 static constexpr size_t MAX_TIMES = 4; // 4 times spanSizeInFrame_ member in OHOS::AudioStandard::AudioProcessInClientInner 484 } else if (tmp >= MAX_TIMES * originalSpanSizeInFrame) { in SetPreferredFrameSize() 485 clientSpanSizeInFrame_ = MAX_TIMES * originalSpanSizeInFrame; in SetPreferredFrameSize()
|