Home
last modified time | relevance | path

Searched refs:oldPin2 (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/base/telephony/core_service/interfaces/kits/js/
H A D@ohos.telephony.sim.d.ts1589 …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 Dunlockpin_fuzzer.cpp150 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 Dsupplement_request_cs.h177 int32_t AlterPin2Password(int32_t slotId, std::string newPin2, std::string oldPin2);
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_state_manager.h50 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
H A Dsim_state_handle.h128 void AlterPin2(int32_t slotId, const std::string &newPin2, const std::string &oldPin2);
H A Dsim_manager.h64 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp231 …_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 Dsim_state_manager.cpp399 …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 Dsim_state_handle.cpp256 …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 Dsim_manager.cpp261 …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 Dtest.cpp1098 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 Di_sim_manager.h50 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
H A Dcore_service_client.h509 …int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse &…
H A Di_core_service.h67 …int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse &…
H A Dcore_service_proxy.h95 …t32_t AlterPin2(const int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2,
H A Dcore_manager_inner.h263 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon…
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp922 …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 Dcore_service_stub.cpp1139 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 Dcore_service_client.cpp618 …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 Dcore_manager_inner.cpp2309 …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 Dcore_service.h131 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 Dcellular_call_supplement.cpp1487 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 Djs-apis-sim-sys.md1083 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 Djs-apidiff-telephony.md412oldPin2: 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 Djs-apidiff-telephony.md267 |新增(错误码)|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)…

12