Home
last modified time | relevance | path

Searched refs:GetImsSwitchStatusResponse (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/
H A Dgetcscalldata_fuzzer.cpp110 handle->GetImsSwitchStatusResponse(event); in RegisterHandler()
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h116 void GetImsSwitchStatusResponse(int32_t slotId, int32_t active);
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_handler.h131 void GetImsSwitchStatusResponse(const AppExecFwk::InnerEvent::Pointer &event);
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp118 [this](const AppExecFwk::InnerEvent::Pointer &event) { GetImsSwitchStatusResponse(event); }; in InitConfigFuncMap()
1072 void CellularCallHandler::GetImsSwitchStatusResponse(const AppExecFwk::InnerEvent::Pointer &event) … in GetImsSwitchStatusResponse() function in OHOS::Telephony::CellularCallHandler
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp696 void CellularCallConfig::GetImsSwitchStatusResponse(int32_t slotId, int32_t active) {} in GetImsSwitchStatusResponse() function in OHOS::Telephony::CellularCallConfig
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp184 config.GetImsSwitchStatusResponse(SIM1_SLOTID, 1);