Home
last modified time | relevance | path

Searched refs:LENGTH_TWO (Results 1 - 3 of 3) sorted by relevance

/base/telephony/core_service/test/unittest/icc_file_gtest/
H A Dicc_file_gtest.cpp65 #define LENGTH_TWO 2 macro
409 EXPECT_TRUE(iccId.length() < LENGTH_TWO); in HWTEST_F()
/base/telephony/core_service/services/sim/include/
H A Dicc_file.h173 const unsigned long LENGTH_TWO = 2; member in OHOS::Telephony::IccFile
/base/telephony/core_service/services/sim/src/
H A Dicc_file.cpp641 if (iccId.empty() || iccId.length() < LENGTH_TWO) { in SwapPairsForIccId()
663 if (iccId.empty() || iccId.length() < LENGTH_TWO) { in GetFullIccid()

Completed in 4 milliseconds