Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dzero_branch_test_tel_ril.cpp299 EXPECT_NE(telRilSim->ErrorIccIoResponse(telRilRequest, responseInfo), TELEPHONY_ERR_SUCCESS);
308 EXPECT_NE(telRilSim->ErrorIccIoResponse(telRilRequest, responseInfo), TELEPHONY_ERR_SUCCESS);
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h116 int32_t ErrorIccIoResponse(
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp82 int32_t TelRilSim::ErrorIccIoResponse( in ErrorIccIoResponse() function in OHOS::Telephony::TelRilSim
594 return ErrorIccIoResponse(telRilRequest, radioResponseInfo); in ResponseIccIo()