Home
last modified time | relevance | path

Searched refs:SimAuthentication (Results 1 – 25 of 36) sorted by relevance

12

/base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/
Dsimauthentication_fuzzer.cpp118 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/
Dsim_state_manager.h52 int32_t SimAuthentication(
Dsim_state_handle.h133 int32_t SimAuthentication(int32_t slotId, AuthType authType, const std::string &authData);
Dsim_manager.h82 int32_t SimAuthentication(
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_sim_defs.h382 …void (*SimAuthentication)(const ReqDataInfo *requestInfo, HRilSimAuthenticationRequestInfo *data, … member
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test_util.cpp452 …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()
Dsim_core_service_test.cpp106 …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…
Dzero_branch_test_sim_ril.cpp454 …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/
Dsim_state_manager.cpp462 int32_t SimStateManager::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::SimStateManager
472 ret = simStateHandle_->SimAuthentication(slotId, authType, authData); in SimAuthentication()
Dsim_state_handle.cpp400 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()
Dsim_manager.cpp557 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/
Dvendor_adapter.c119 .SimAuthentication = ReqSimAuthentication,
/base/telephony/ril_adapter/services/hril/include/
Dhril_sim.h57 …int32_t SimAuthentication(int32_t serialId, const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestIn…
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h75 virtual int32_t SimAuthentication(
Dcore_service_client.h783 int32_t SimAuthentication(
Di_core_service.h137 virtual int32_t SimAuthentication(
Dcore_service_proxy.h134 int32_t SimAuthentication(
Di_tel_ril_manager.h254 virtual int32_t SimAuthentication(int32_t slotId, const SimAuthenticationRequestInfo &reqInfo,
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_sim.h65 int32_t SimAuthentication(
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_sim_test.cpp539 …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/
Dtel_ril_sim.cpp467 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/
Dcore_service_client.cpp916 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/
Dcore_service.h224 int32_t SimAuthentication(
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp268 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/
Dcore_service.cpp1424 int32_t CoreService::SimAuthentication( in SimAuthentication() function in OHOS::Telephony::CoreService
1436 return simManager_->SimAuthentication(slotId, authType, authData, response); in SimAuthentication()

12