Searched refs:NO_DELAY_TIME_CONFIG (Results 1 – 1 of 1) sorted by relevance
66 constexpr const char *NO_DELAY_TIME_CONFIG = "100"; variable1776 int32_t code = GetParameter(CFG_NETWORK_PRE_AIRPLANE_MODE_WAIT_TIMES, NO_DELAY_TIME_CONFIG, in GetDelayNotifyTime()1781 delayTime = std::stoi(NO_DELAY_TIME_CONFIG); in GetDelayNotifyTime()1792 … delayTime = tmp > static_cast<int32_t>(MAX_DELAY_TIME) ? std::stoi(NO_DELAY_TIME_CONFIG) : tmp; in GetDelayNotifyTime()