Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h428 int32_t ParseAndCacheOperatorConfigs(int32_t slotId, OperatorConfig &poc);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp380 int32_t result = ParseAndCacheOperatorConfigs(slotId, operatorConfig); in HandleOperatorConfigChanged()
390 int32_t CellularCallConfig::ParseAndCacheOperatorConfigs(int32_t slotId, OperatorConfig &poc) in ParseAndCacheOperatorConfigs() function in OHOS::Telephony::CellularCallConfig
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp232 config.ParseAndCacheOperatorConfigs(SIM1_SLOTID, poc);