Searched refs:WAIT_DIALOG_CLOSE_TIME_S (Results 1 – 3 of 3) sorted by relevance
30 constexpr int32_t WAIT_DIALOG_CLOSE_TIME_S = 3; variable
35 … auto status = dialogCondition_.wait_for(lock, std::chrono::seconds(WAIT_DIALOG_CLOSE_TIME_S), in OnAbilityConnectDone()
6032 …auto status = dialogSelectCondition_.wait_for(lock, std::chrono::seconds(WAIT_DIALOG_CLOSE_TIME_S), in ShowDialog()