Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/control/include/
Dcellular_call_config.h464 int32_t ParseAndCacheOperatorConfigs(int32_t slotId, OperatorConfig &poc);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp234 int32_t result = ParseAndCacheOperatorConfigs(slotId, operatorConfig); in HandleOperatorConfigChanged()
244 int32_t CellularCallConfig::ParseAndCacheOperatorConfigs(int32_t slotId, OperatorConfig &poc) in ParseAndCacheOperatorConfigs() function in OHOS::Telephony::CellularCallConfig