Home
last modified time | relevance | path

Searched refs:HandleSetLteImsSwitchResult (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h243 void HandleSetLteImsSwitchResult(int32_t slotId, ErrType result);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp669 void CellularCallConfig::HandleSetLteImsSwitchResult(int32_t slotId, ErrType result) in HandleSetLteImsSwitchResult() function in OHOS::Telephony::CellularCallConfig
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp227 config.HandleSetLteImsSwitchResult(SIM1_SLOTID, ErrType::NONE);
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp1069 config.HandleSetLteImsSwitchResult(slotId_, info->error); in SetImsSwitchStatusResponse()