Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp79 std::map<int32_t, bool> CellularCallConfig::readyToCall_; member in OHOS::Telephony::CellularCallConfig
102 CellularCallConfig::readyToCall_.insert(std::pair<int, bool>(i, true)); in InitDefaultOperatorConfig()
1088 readyToCall_[slotId] = isReadyToCall; in SetReadyToCall()
1097 return readyToCall_[slotId]; in IsReadyToCall()
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h483 static std::map<int32_t, bool> readyToCall_; member in OHOS::Telephony::CellularCallConfig

Completed in 4 milliseconds