Searched refs:GetLockReason (Results 1 – 7 of 7) sorted by relevance
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | sim_type_convert_test.cpp | 139 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_NONE)), "SIM_NONE"); 140 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_PIN)), "SIM_PIN"); 141 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_PUK)), "SIM_PUK"); 142 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_PN_PIN)), "SIM_PN_PIN"); 143 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_PN_PUK)), "SIM_PN_PUK"); 144 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_PU_PIN)), "SIM_PU_PIN"); 145 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_PU_PUK)), "SIM_PU_PUK"); 146 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_PP_PIN)), "SIM_PP_PIN"); 147 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_PP_PUK)), "SIM_PP_PUK"); 148 EXPECT_EQ(GetLockReason(static_cast<int32_t>(TelephonyLockReason::SIM_PC_PIN)), "SIM_PC_PIN"); [all …]
|
/base/telephony/state_registry/services/src/ |
D | telephony_state_registry_dump_helper.cpp | 108 result.append(GetLockReason(service->GetLockReason(i))); in ShowTelephonyChangeState()
|
D | telephony_state_registry_service.cpp | 766 int32_t TelephonyStateRegistryService::GetLockReason(int32_t slotId) in GetLockReason() function in OHOS::Telephony::TelephonyStateRegistryService
|
/base/telephony/core_service/utils/common/include/ |
D | enum_convert.h | 374 std::string GetLockReason(int32_t reason);
|
/base/telephony/core_service/utils/ |
D | libtel_common.versionscript | 31 "OHOS::Telephony::GetLockReason(int)";
|
/base/telephony/core_service/utils/common/src/ |
D | enum_convert.cpp | 234 std::string GetLockReason(int32_t reason) in GetLockReason() function
|
/base/telephony/state_registry/services/include/ |
D | telephony_state_registry_service.h | 70 int32_t GetLockReason(int32_t slotId);
|