Home
last modified time | relevance | path

Searched refs:MAX_WAITING_TIME (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_cache.cpp24 constexpr uint64_t MAX_WAITING_TIME = 1000; // 1000ms member
130 // Try to acquire the dataCacheMutex_ lock within MAX_WAITING_TIME milliseconds to avoid long blocking. in CacheImageData()
131 if (!dataCacheMutex_.try_lock_for(std::chrono::milliseconds(MAX_WAITING_TIME))) { in CacheImageData()
134 MAX_WAITING_TIME); in CacheImageData()
192 // Try to acquire the dataCacheMutex_ lock within MAX_WAITING_TIME milliseconds to avoid long blocking. in GetCacheImageData()
193 if (!dataCacheMutex_.try_lock_for(std::chrono::milliseconds(MAX_WAITING_TIME))) { in GetCacheImageData()
196 MAX_WAITING_TIME); in GetCacheImageData()
223 // Try to acquire the dataCacheMutex_ lock within MAX_WAITING_TIME milliseconds to avoid long blocking. in ClearCacheImage()
224 if (!dataCacheMutex_.try_lock_for(std::chrono::milliseconds(MAX_WAITING_TIME))) { in ClearCacheImage()
227 MAX_WAITING_TIME); in ClearCacheImage()
[all...]
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp56 const int32_t MAX_WAITING_TIME = 3000; member
191 std::chrono::milliseconds span(MAX_WAITING_TIME); in GetResultCode()

Completed in 4 milliseconds