Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp68 constexpr const char *NO_DELAY_TIME_CONFIG = "100"; member
1930 int32_t code = GetParameter(CFG_NETWORK_PRE_AIRPLANE_MODE_WAIT_TIMES, NO_DELAY_TIME_CONFIG, in GetDelayNotifyTime()
1935 delayTime = std::stoi(NO_DELAY_TIME_CONFIG); in GetDelayNotifyTime()
1946 delayTime = tmp > static_cast<int32_t>(MAX_DELAY_TIME) ? std::stoi(NO_DELAY_TIME_CONFIG) : tmp; in GetDelayNotifyTime()

Completed in 5 milliseconds