/base/telephony/core_service/services/sim/include/ |
D | sim_state_manager.h | 39 int32_t AlterPin(
|
D | sim_state_handle.h | 111 void AlterPin(int32_t slotId, const std::string &newPin, const std::string &oldPin);
|
D | sim_manager.h | 48 int32_t AlterPin(
|
/base/telephony/core_service/services/sim/src/ |
D | sim_state_manager.cpp | 183 int32_t SimStateManager::AlterPin( in AlterPin() function in OHOS::Telephony::SimStateManager 193 simStateHandle_->AlterPin(slotId, newPin, oldPin); in AlterPin()
|
D | sim_manager.cpp | 207 int32_t SimManager::AlterPin( in AlterPin() function in OHOS::Telephony::SimManager 214 return simStateManager_[slotId]->AlterPin(slotId, newPin, oldPin, response); in AlterPin()
|
D | sim_state_handle.cpp | 118 void SimStateHandle::AlterPin(int32_t slotId, const std::string &newPin, const std::string &oldPin) in AlterPin() function in OHOS::Telephony::SimStateHandle
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_sim_manager.h | 40 virtual int32_t AlterPin(
|
D | core_service_client.h | 81 int32_t AlterPin(
|
D | i_core_service.h | 56 virtual int32_t AlterPin(
|
D | core_service_proxy.h | 80 … int32_t AlterPin(const int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin,
|
D | core_manager_inner.h | 238 int32_t AlterPin(
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 112 int32_t AlterPin(int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin,
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 524 int32_t CoreServiceClient::AlterPin( in AlterPin() function in OHOS::Telephony::CoreServiceClient 532 return proxy->AlterPin(slotId, newPin, oldPin, response); in AlterPin()
|
D | core_manager_inner.cpp | 2044 int32_t CoreManagerInner::AlterPin( in AlterPin() function in OHOS::Telephony::CoreManagerInner 2051 return simManager_->AlterPin(slotId, newPin, oldPin, response); in AlterPin()
|
D | core_service_proxy.cpp | 1432 int32_t CoreServiceProxy::AlterPin( in AlterPin() function in OHOS::Telephony::CoreServiceProxy
|
/base/telephony/cellular_call/services/connection/src/ |
D | supplement_request.cpp | 277 int32_t result = CoreManagerInner::GetInstance().AlterPin(slotId, newPin, oldPin, response); in AlterPinPassword()
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 672 int32_t CoreService::AlterPin( in AlterPin() function in OHOS::Telephony::CoreService 685 return simManager_->AlterPin(slotId, Str16ToStr8(newPin), Str16ToStr8(oldPin), response); in AlterPin()
|
D | core_service_stub.cpp | 772 int32_t result = AlterPin(slotId, newPin, oldPin, response); in OnAlterPin()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 713 EXPECT_GT(mInner.AlterPin(0, "", "", response), TELEPHONY_ERR_SUCCESS); 805 …EXPECT_GT(simManager->AlterPin(0, password, password, mLockStatusResponse), TELEPHONY_ERR_SUCCESS); 806 …EXPECT_GT(simManager->AlterPin(INVALID_SLOTID, password, password, mLockStatusResponse), TELEPHONY… 997 …EXPECT_GT(simStateManager->AlterPin(0, password, password, mLockStatusResponse), TELEPHONY_ERR_SUC…
|
D | sim_test.cpp | 2430 …int32_t result = CoreServiceClient::GetInstance().AlterPin(SimTest::slotId_, newpin, oldpin, respo… in AlterPinTestFunc() 2465 …int32_t result = CoreServiceClient::GetInstance().AlterPin(SimTest::slotId1_, newpin, oldpin, resp… in AlterPinTestFunc1()
|
/base/telephony/core_service/frameworks/js/sim/src/ |
D | napi_sim.cpp | 1051 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().AlterPin( in NativeAlterPin() 1075 napi_value AlterPin(napi_env env, napi_callback_info info) in AlterPin() function 2550 DECLARE_NAPI_FUNCTION("alterPin", AlterPin), in InitSimLockInterface()
|
/base/telephony/core_service/services/sim/test/ |
D | test.cpp | 918 …g_telephonyService->AlterPin(SLOT_ID, Str8ToStr16(newPin.c_str()), Str8ToStr16(oldPin.c_str()), re… in TestAlterPin()
|