/base/telephony/cellular_call/services/connection/include/ |
D | supplement_request_cs.h | 177 int32_t AlterPin2Password(int32_t slotId, std::string newPin2, std::string oldPin2);
|
/base/telephony/core_service/services/sim/include/ |
D | sim_state_manager.h | 48 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
|
D | sim_state_handle.h | 123 void AlterPin2(int32_t slotId, const std::string &newPin2, const std::string &oldPin2);
|
D | sim_manager.h | 57 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.sim.d.ts | 1548 …function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback<LockS… 1573 function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise<LockStatusResponse>;
|
/base/telephony/cellular_call/services/connection/src/ |
D | supplement_request_cs.cpp | 223 …_t SupplementRequestCs::AlterPin2Password(int32_t slotId, std::string newPin2, std::string oldPin2) in AlterPin2Password() argument 227 int32_t result = CoreManagerInner::GetInstance().AlterPin2(slotId, newPin2, oldPin2, response); in AlterPin2Password()
|
/base/telephony/core_service/services/sim/src/ |
D | sim_state_manager.cpp | 370 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2() argument 379 simStateHandle_->AlterPin2(slotId, newPin2, oldPin2); in AlterPin2()
|
D | sim_state_handle.cpp | 159 …d SimStateHandle::AlterPin2(int32_t slotId, const std::string &newPin2, const std::string &oldPin2) in AlterPin2() argument 166 simPin2Password.oldPassword = oldPin2; in AlterPin2()
|
D | sim_manager.cpp | 247 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2() argument 253 return simStateManager_[slotId]->AlterPin2(slotId, newPin2, oldPin2, response); in AlterPin2()
|
/base/telephony/core_service/services/sim/test/ |
D | test.cpp | 1084 std::string oldPin2 = " "; in TestAlterPin2() local 1092 std::cin >> oldPin2; in TestAlterPin2() 1093 size = oldPin2.size(); in TestAlterPin2() 1101 std::cout << "Unlock pin2: oldPin2 = " << oldPin2 << " newPin2 = " << newPin2 << endl; in TestAlterPin2() 1102 …g_telephonyService->AlterPin2(testSlot, Str8ToStr16(newPin2.c_str()), Str8ToStr16(oldPin2.c_str())… in TestAlterPin2()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_sim_manager.h | 49 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
|
D | i_core_service.h | 63 …int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse &…
|
D | core_service_client.h | 475 …int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse &…
|
D | core_service_proxy.h | 89 …t32_t AlterPin2(const int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2,
|
D | core_manager_inner.h | 252 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 843 …const int slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse… in AlterPin2() argument 854 …static_cast<unsigned long>(newPin2.length()), static_cast<unsigned long>(oldPin2.length()), slotId… in AlterPin2() 859 return simManager_->AlterPin2(slotId, Str16ToStr8(newPin2), Str16ToStr8(oldPin2), response); in AlterPin2()
|
D | core_service_stub.cpp | 906 std::u16string oldPin2 = data.ReadString16(); in OnAlterPin2() local 907 int32_t result = AlterPin2(slotId, newPin2, oldPin2, response); in OnAlterPin2()
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 122 int32_t AlterPin2(int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2,
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 577 …int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse &… in AlterPin2() argument 584 return proxy->AlterPin2(slotId, newPin2, oldPin2, response); in AlterPin2()
|
D | core_manager_inner.cpp | 2191 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2() argument 2197 return simManager_->AlterPin2(slotId, newPin2, oldPin2, response); in AlterPin2()
|
D | core_service_proxy.cpp | 1590 …const int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResp… in AlterPin2() argument 1601 data.WriteString16(oldPin2); in AlterPin2()
|
/base/telephony/cellular_call/services/control/src/ |
D | cellular_call_supplement.cpp | 1506 std::string oldPin2 = mmiData.serviceInfoA; in AlterPin2Password() local 1513 result = supplementRequestCs_.AlterPin2Password(slotId, newPin2, oldPin2); in AlterPin2Password()
|