Searched refs:CellularCallConfig (Results 1 - 13 of 13) sorted by relevance
/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 55 std::map<int32_t, int32_t> CellularCallConfig::modeMap_; 56 std::map<int32_t, int32_t> CellularCallConfig::modeTempMap_; 57 std::map<int32_t, bool> CellularCallConfig::imsSwitchOnByDefault_; 58 std::map<int32_t, bool> CellularCallConfig::hideImsSwitch_; 59 std::map<int32_t, bool> CellularCallConfig::volteSupported_; 60 std::map<int32_t, std::vector<int32_t>> CellularCallConfig::nrModeSupportedList_; 61 std::map<int32_t, bool> CellularCallConfig::volteProvisioningSupported_; 62 std::map<int32_t, bool> CellularCallConfig::ssOverUtSupported_; 63 std::map<int32_t, bool> CellularCallConfig::imsGbaRequired_; 64 std::map<int32_t, bool> CellularCallConfig 111 CellularCallConfig::CellularCallConfig() CellularCallConfig() function in OHOS::Telephony::CellularCallConfig [all...] |
H A D | emergency_utils.cpp | 50 CellularCallConfig config; in IsEmergencyCallProcessing()
|
H A D | cellular_call_dump_helper.cpp | 72 CellularCallConfig config; in ShowCellularCallInfo()
|
H A D | module_service_utils.cpp | 50 CellularCallConfig config; in UpdateRadioOn()
|
H A D | cellular_call_supplement.cpp | 924 CellularCallConfig config; in SetCallWaiting()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | control_base.cpp | 158 CellularCallConfig cellularCallConfig; in HandleEcc() 172 CellularCallConfig cellularCallConfig; in SetReadyToCall()
|
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_service.cpp | 227 CellularCallConfig config; in RegisterCoreServiceHandler() 1145 CellularCallConfig config; in SetEmergencyCallList() 1155 CellularCallConfig config; in SetDomainPreferenceMode() 1165 CellularCallConfig config; in GetDomainPreferenceMode() 1175 CellularCallConfig config; in SetImsSwitchStatus() 1185 CellularCallConfig config; in GetImsSwitchStatus() 1195 CellularCallConfig config; in SetVoNRState() 1205 CellularCallConfig config; in GetVoNRState() 1215 CellularCallConfig config; in SetImsConfig() 1225 CellularCallConfig confi in SetImsConfig() [all...] |
H A D | cellular_call_handler.cpp | 814 CellularCallConfig config; in SimStateChangeReport() 820 CellularCallConfig config; in FactoryReset() 826 CellularCallConfig config; in SimRecordsLoadedReport() 832 CellularCallConfig config; in SimAccountLoadedReport() 847 CellularCallConfig config; in ResidentNetworkChangeReport() 857 CellularCallConfig config; in NetworkStateChangeReport() 1039 CellularCallConfig config; in SetDomainPreferenceModeResponse() 1056 CellularCallConfig config; in GetDomainPreferenceModeResponse() 1071 CellularCallConfig config; in SetImsSwitchStatusResponse() 1084 CellularCallConfig confi in SetVoNRSwitchStatusResponse() [all...] |
/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_config.h | 31 class CellularCallConfig { class 34 * CellularCallConfig constructor 37 CellularCallConfig();
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 1292 * @tc.name CellularCallConfig 1297 CellularCallConfig CellularCallConfig; in HWTEST_F() local 1300 CellularCallConfig.SetReadyToCall(SIM1_SLOTID, isReadyToCall); in HWTEST_F() 1303 EXPECT_EQ(CellularCallConfig.IsReadyToCall(SIM1_SLOTID), TELEPHONY_SUCCESS); in HWTEST_F()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims2_test.cpp | 648 * @tc.name Test for CellularCallConfig 661 CellularCallConfig cellularCallConfig; in HWTEST_F() 691 * @tc.name Test for CellularCallConfig 697 CellularCallConfig cellularCallConfig; in HWTEST_F()
|
H A D | zero_branch_test.cpp | 157 CellularCallConfig config; in HWTEST_F() 209 CellularCallConfig config; in HWTEST_F()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 943 CellularCallConfig config;
in LastCallFailReasonResponse()
|
Completed in 19 milliseconds