Home
last modified time | relevance | path

Searched refs:MAX_TIMES (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_config_data_manager.cpp27 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 Ddatabase.cpp28 constexpr int32_t MAX_TIMES = 5; variable
157 int32_t tryTimes = MAX_TIMES; in IsExistStore()
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp62 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 Ddsched_sync_e2e.cpp27 const int32_t MAX_TIMES = 600; // 1min variable
161 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
H A Ddistributed_bm_storage.cpp37 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 Dstatic_subscriber_data_manager.cpp28 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 Ddlp_kv_data_storage.cpp25 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 Daccount_data_storage.cpp23 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 Ddistributed_data_storage.cpp35 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 Dability_auto_startup_data_manager.cpp28 constexpr int32_t MAX_TIMES = 5; // 5 * 100ms = 500ms variable
98 int32_t tryTimes = MAX_TIMES; in CheckKvStore()
H A Dapp_exit_reason_data_manager.cpp25 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 Dform_info_rdb_storage_mgr.cpp28 constexpr int32_t MAX_TIMES = 600; // 600 * 100ms = 1min variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp174 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()