Home
last modified time | relevance | path

Searched refs:SLEEP_INTERVAL (Results 1 - 4 of 4) sorted by relevance

/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase.cpp29 constexpr int32_t SLEEP_INTERVAL = 500; member
164 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_INTERVAL)); in IsExistStore()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H A Ddlp_kv_data_storage.cpp26 static const int32_t SLEEP_INTERVAL = 100 * 1000; member
116 usleep(SLEEP_INTERVAL); in CheckKvStore()
/base/account/os_account/services/accountmgr/src/
H A Daccount_data_storage.cpp24 const int32_t SLEEP_INTERVAL = 100 * 1000; member
93 usleep(SLEEP_INTERVAL); in CheckKvStore()
/base/security/security_guard/services/security_collector/src/
H A Dsecurity_collector_manager_service.cpp46 constexpr const int SLEEP_INTERVAL = 5000; member
65 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_INTERVAL)); in OnStart()

Completed in 3 milliseconds