/ohos5.0/base/telephony/core_service/interfaces/kits/js/ |
H A D | @ohos.telephony.sim.d.ts | 1589 …function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback<LockS… 1615 function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise<LockStatusResponse>;
|
/ohos5.0/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/ |
H A D | unlockpin_fuzzer.cpp | 150 std::string oldPin2(reinterpret_cast<const char *>(data), size); in AlterPin2() 151 std::u16string oldPin2Str = Str8ToStr16(oldPin2); in AlterPin2()
|
/ohos5.0/base/telephony/cellular_call/services/common/include/ |
H A D | supplement_request_cs.h | 177 int32_t AlterPin2Password(int32_t slotId, std::string newPin2, std::string oldPin2);
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_manager.h | 50 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
|
H A D | sim_state_handle.h | 128 void AlterPin2(int32_t slotId, const std::string &newPin2, const std::string &oldPin2);
|
H A D | sim_manager.h | 64 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 231 …_t SupplementRequestCs::AlterPin2Password(int32_t slotId, std::string newPin2, std::string oldPin2) in AlterPin2Password() argument 235 int32_t result = CoreManagerInner::GetInstance().AlterPin2(slotId, newPin2, oldPin2, response); in AlterPin2Password()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 399 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2() argument 408 simStateHandle_->AlterPin2(slotId, newPin2, oldPin2); in AlterPin2()
|
H A D | sim_state_handle.cpp | 256 …d SimStateHandle::AlterPin2(int32_t slotId, const std::string &newPin2, const std::string &oldPin2) in AlterPin2() argument 263 simPin2Password.oldPassword = oldPin2; in AlterPin2()
|
H A D | sim_manager.cpp | 261 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2() argument 267 return simStateManager_[slotId]->AlterPin2(slotId, newPin2, oldPin2, response); in AlterPin2()
|
/ohos5.0/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 1098 std::string oldPin2 = " "; in TestAlterPin2() local 1106 std::cin >> oldPin2; in TestAlterPin2() 1107 size = oldPin2.size(); in TestAlterPin2() 1115 std::cout << "Unlock pin2: oldPin2 = " << oldPin2 << " newPin2 = " << newPin2 << endl; in TestAlterPin2() 1116 …g_telephonyService->AlterPin2(testSlot, Str8ToStr16(newPin2.c_str()), Str8ToStr16(oldPin2.c_str())… in TestAlterPin2()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_sim_manager.h | 50 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
|
H A D | core_service_client.h | 509 …int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse &…
|
H A D | i_core_service.h | 67 …int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse &…
|
H A D | core_service_proxy.h | 95 …t32_t AlterPin2(const int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2,
|
H A D | core_manager_inner.h | 263 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 922 …const int slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse… in AlterPin2() argument 933 …static_cast<unsigned long>(newPin2.length()), static_cast<unsigned long>(oldPin2.length()), slotId… in AlterPin2() 938 return simManager_->AlterPin2(slotId, Str16ToStr8(newPin2), Str16ToStr8(oldPin2), response); in AlterPin2()
|
H A D | core_service_stub.cpp | 1139 std::u16string oldPin2 = data.ReadString16(); in OnAlterPin2() local 1140 int32_t result = AlterPin2(slotId, newPin2, oldPin2, response); in OnAlterPin2()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 618 …int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse &… in AlterPin2() argument 625 return proxy->AlterPin2(slotId, newPin2, oldPin2, response); in AlterPin2()
|
H A D | core_manager_inner.cpp | 2309 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2() argument 2315 return simManager_->AlterPin2(slotId, newPin2, oldPin2, response); in AlterPin2()
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 131 int32_t AlterPin2(int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2,
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 1487 std::string oldPin2 = mmiData.serviceInfoA; in AlterPin2Password() local 1494 result = supplementRequestCs_.AlterPin2Password(slotId, newPin2, oldPin2); in AlterPin2Password()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-sim-sys.md | 1083 alterPin2\(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback\<LockStatusRes… 1100 | oldPin2 | string | 是 | 旧密码。 … 1132 alterPin2\(slotId: number, newPin2: string, oldPin2: string\): Promise\<LockStatusResponse\> 1148 | oldPin2 | string | 是 | 旧密码。 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-telephony.md | 412 …oldPin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>旧版本信息:|类名:sim;<br>方法or属性:… 413 … string, oldPin2: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function alte…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-telephony.md | 267 |新增(错误码)|NA|类名:sim<br>方法 or 属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string,… 268 |新增(错误码)|NA|类名:sim<br>方法 or 属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string)…
|