| /base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/ |
| D | simauthentication_fuzzer.cpp | 118 void SimAuthentication(const uint8_t *data, size_t size) in SimAuthentication() function 170 SimAuthentication(data, size); in DoSomethingInterestingWithMyAPI()
|
| /base/telephony/core_service/services/sim/include/ |
| D | sim_state_manager.h | 52 int32_t SimAuthentication(
|
| D | sim_state_handle.h | 133 int32_t SimAuthentication(int32_t slotId, AuthType authType, const std::string &authData);
|
| D | sim_manager.h | 82 int32_t SimAuthentication(
|
| /base/telephony/ril_adapter/interfaces/innerkits/include/ |
| D | hril_vendor_sim_defs.h | 382 …void (*SimAuthentication)(const ReqDataInfo *requestInfo, HRilSimAuthenticationRequestInfo *data, … member
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | sim_test_util.cpp | 452 …int32_t result = CoreServiceClient::GetInstance().SimAuthentication(SimTest::slotId_, authType, au… in SimAuthenticationTestFunc() 463 …CoreServiceClient::GetInstance().SimAuthentication(SimTest::slotId1_, authType, authData, response… in SimAuthenticationTestFunc1() 472 …int32_t result = CoreServiceClient::GetInstance().SimAuthentication(SimTest::slotId_, authType, au… in SimAuthenticationTestFunc2() 481 …int32_t result = CoreServiceClient::GetInstance().SimAuthentication(SimTest::slotId_, authType, au… in SimAuthenticationTestFunc3()
|
| D | sim_core_service_test.cpp | 106 …EXPECT_NE(mCoreService->SimAuthentication(0, AuthType::SIM_AUTH_EAP_SIM_TYPE, "", mSimAuthenticati… 250 …EXPECT_NE(mCoreService->SimAuthentication(0, AuthType::SIM_AUTH_EAP_SIM_TYPE, "", mSimAuthenticati…
|
| D | zero_branch_test_sim_ril.cpp | 454 …simStateManager->SimAuthentication(0, AuthType::SIM_AUTH_EAP_SIM_TYPE, "", mResponse), TELEPHONY_E… 482 …EXPECT_EQ(simStateHandle->SimAuthentication(0, AuthType::SIM_AUTH_EAP_SIM_TYPE, authData), SIM_AUT…
|
| /base/telephony/core_service/services/sim/src/ |
| D | sim_state_manager.cpp | 462 int32_t SimStateManager::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::SimStateManager 472 ret = simStateHandle_->SimAuthentication(slotId, authType, authData); in SimAuthentication()
|
| D | sim_state_handle.cpp | 400 int32_t SimStateHandle::SimAuthentication(int32_t slotId, AuthType authType, const std::string &aut… in SimAuthentication() function in OHOS::Telephony::SimStateHandle 417 return telRilManager->SimAuthentication(slotId, requireInfo, event); in SimAuthentication()
|
| D | sim_manager.cpp | 557 int32_t SimManager::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::SimManager 572 return simStateManager_[slotId]->SimAuthentication(slotId, authType, authData, response); in SimAuthentication()
|
| /base/telephony/ril_adapter/services/vendor/src/ |
| D | vendor_adapter.c | 119 .SimAuthentication = ReqSimAuthentication,
|
| /base/telephony/ril_adapter/services/hril/include/ |
| D | hril_sim.h | 57 …int32_t SimAuthentication(int32_t serialId, const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestIn…
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 75 virtual int32_t SimAuthentication(
|
| D | core_service_client.h | 783 int32_t SimAuthentication(
|
| D | i_core_service.h | 137 virtual int32_t SimAuthentication(
|
| D | core_service_proxy.h | 134 int32_t SimAuthentication(
|
| D | i_tel_ril_manager.h | 254 virtual int32_t SimAuthentication(int32_t slotId, const SimAuthenticationRequestInfo &reqInfo,
|
| /base/telephony/core_service/services/tel_ril/include/ |
| D | tel_ril_sim.h | 65 int32_t SimAuthentication(
|
| /base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
| D | ril_sim_test.cpp | 539 …int32_t ret = g_rilInterface->SimAuthentication(SLOTID_1, RilTestUtil::GetSerialId(), simAuthInfo); 559 …int32_t ret = g_rilInterface->SimAuthentication(SLOTID_2, RilTestUtil::GetSerialId(), simAuthInfo);
|
| /base/telephony/core_service/services/tel_ril/src/ |
| D | tel_ril_sim.cpp | 467 int32_t TelRilSim::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::TelRilSim 474 …LEPHONY_LOG_FUNC_NAME, response, HREQ_SIM_AUTHENTICATION, &HDI::Ril::V1_1::IRil::SimAuthentication, in SimAuthentication()
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 916 int32_t CoreServiceClient::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::CoreServiceClient 924 return proxy->SimAuthentication(slotId, authType, authData, response); in SimAuthentication()
|
| /base/telephony/core_service/services/core/include/ |
| D | core_service.h | 224 int32_t SimAuthentication(
|
| /base/telephony/ril_adapter/services/hril/src/ |
| D | hril_sim.cpp | 268 int32_t HRilSim::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::HRilSim 274 …t ret = RequestVendor(serialId, HREQ_SIM_AUTHENTICATION, simFuncs_, &HRilSimReq::SimAuthentication, in SimAuthentication()
|
| /base/telephony/core_service/services/core/src/ |
| D | core_service.cpp | 1424 int32_t CoreService::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::CoreService 1436 return simManager_->SimAuthentication(slotId, authType, authData, response); in SimAuthentication()
|