Home
last modified time | relevance | path

Searched refs:DATA_ACTIVATE_TIME (Results 1 – 2 of 2) sorted by relevance

/base/telephony/cellular_data/services/include/utils/
Dcellular_data_hisysevent.h26 static const int32_t DATA_ACTIVATE_TIME = 1000; variable
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_hisysevent.cpp80 if (dataActivateEndTime - dataActivateStartTime_ > DATA_ACTIVATE_TIME) { in JudgingDataActivateTimeOut()