Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwant_utils.cpp24 constexpr int32_t CONVERT_CALLBACK_TIMEOUT_SECONDS = 2; // 2s member
62 if (!callbackDoneCv.wait_for(lock, std::chrono::seconds(CONVERT_CALLBACK_TIMEOUT_SECONDS), condition)) { in ConvertToExplicitWant()

Completed in 2 milliseconds