Home
last modified time | relevance | path

Searched refs:IsNeedOperatorLoad (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_config_cache.h39 bool IsNeedOperatorLoad(int32_t slotId);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp46 bool isNeedLoad = operatorConfigCache_->IsNeedOperatorLoad(slotId); in LoadOperatorConfig()
H A Doperator_config_cache.cpp311 bool OperatorConfigCache::IsNeedOperatorLoad(int32_t slotId) in IsNeedOperatorLoad() function in OHOS::Telephony::OperatorConfigCache