Home
last modified time | relevance | path

Searched refs:RETRY_COUNT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_manager_test.cpp29 uint8_t RETRY_COUNT = 3; variable
53 …int32_t ret = dnsManager.SetResolverConfig(NET_ID, BASE_TIMEOUT_MILLIS, RETRY_COUNT, servers, doma…
56 ret = dnsManager.GetResolverConfig(NET_ID, servers, domains, BASE_TIMEOUT_MILLIS, RETRY_COUNT);
H A Dnetsys_native_client_test.cpp58 uint8_t RETRY_COUNT = 3; variable
135 ret = nativeClient_.SetResolverConfig(NET_ID, BASE_TIMEOUT_MSEC, RETRY_COUNT, {}, {});
140 ret = nativeClient_.GetResolverConfig(NET_ID, servers, domains, BASE_TIMEOUT_MSEC, RETRY_COUNT);
/ohos5.0/base/web/webview/sa/src/
H A Dapp_fwk_update_service.cpp39 const int RETRY_COUNT = 2; variable
195 } while (++retryCount < RETRY_COUNT && ret != 0); in SendAppSpawnMessage()
221 } while (++retryCount < RETRY_COUNT && ret != 0); in SendNWebSpawnMesage()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp40 constexpr uint32_t RETRY_COUNT = 10; // retry count of getting proxy object variable
83 for (uint32_t count = 0; count < RETRY_COUNT; ++count) { in RetryGetProxy()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
H A Dmedialibrary_sync_operation.cpp36 static constexpr int RETRY_COUNT = 3; variable
289 while (count++ < RETRY_COUNT && ret != E_OK) { in SyncPullTable()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1503 constexpr int32_t RETRY_COUNT = 5; in SendProcessExitEvent() local
1504 SendProcessExitEventTask(appRecord, currentTime, RETRY_COUNT); in SendProcessExitEvent()