Home
last modified time | relevance | path

Searched refs:SIM_PP_PIN (Results 1 – 7 of 7) sorted by relevance

/base/telephony/core_service/utils/common/include/
Denum_convert.h289 SIM_PP_PIN, enumerator
/base/telephony/state_registry/interfaces/kits/js/
D@ohos.telephony.observer.d.ts619 SIM_PP_PIN, enumerator
/base/telephony/core_service/utils/common/src/
Denum_convert.cpp259 case TelephonyLockReason::SIM_PP_PIN: in GetLockReason()
/base/telephony/core_service/interfaces/innerkits/include/
Dsim_state_type.h141 SIM_PP_PIN, enumerator
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_type_convert_test.cpp146 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_PP_PIN)), "SIM_PP_PIN");
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_state_registry.cpp265 …API_STATIC_PROPERTY("SIM_PP_PIN", GetNapiValue(env, static_cast<int32_t>(LockReason::SIM_PP_PIN))), in InitEnumLockReason()
/base/telephony/core_service/services/sim/src/
Dsim_state_handle.cpp606 reason = LockReason::SIM_PP_PIN; in SimLockStateEscape()