Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp676 ASSERT_FALSE(cellularCallConfig.GetUtProvisioningSupportedConfig(INVALID_SLOTID));
677 ASSERT_FALSE(cellularCallConfig.GetUtProvisioningSupportedConfig(slotId));
712 ASSERT_FALSE(cellularCallConfig.GetUtProvisioningSupportedConfig(INVALID_SLOTID));
713 ASSERT_FALSE(cellularCallConfig.GetUtProvisioningSupportedConfig(slotId));
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h361 bool GetUtProvisioningSupportedConfig(int32_t slotId);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp1021 bool CellularCallConfig::GetUtProvisioningSupportedConfig(int32_t slotId) in GetUtProvisioningSupportedConfig() function in OHOS::Telephony::CellularCallConfig