Searched refs:IsVaildPinOrPuk (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 596 bool IsVaildPinOrPuk(std::string newPinOrPuk, std::string newPinOrPukCheck);
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 1451 if (!IsVaildPinOrPuk(newPin, newPinCheck)) { in AlterPinPassword() 1470 if (!IsVaildPinOrPuk(newPin, newPinCheck)) { in UnlockPuk() 1490 if (!IsVaildPinOrPuk(newPin2, newPin2Check)) { in AlterPin2Password() 1510 if (!IsVaildPinOrPuk(newPin2, newPin2Check)) { in UnlockPuk2() 1520 bool CellularCallSupplement::IsVaildPinOrPuk(std::string newPinOrPuk, std::string newPinOrPukCheck) in IsVaildPinOrPuk() function in OHOS::Telephony::CellularCallSupplement
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 646 ASSERT_FALSE(callSup.IsVaildPinOrPuk("123", "123")); 647 ASSERT_FALSE(callSup.IsVaildPinOrPuk("1234567", "123")); 648 ASSERT_TRUE(callSup.IsVaildPinOrPuk("1234567", "1234567"));
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 889 ASSERT_FALSE(supplement.IsVaildPinOrPuk("B", "B"));
|