Searched refs:ConvertCharToInt (Results 1 - 3 of 3) sorted by relevance
/base/telephony/core_service/utils/common/include/ |
H A D | telephony_config.h | 33 int32_t ConvertCharToInt(uint32_t &retValue, const std::string &maxCap, uint32_t index);
|
/base/telephony/core_service/utils/common/src/ |
H A D | telephony_config.cpp | 47 if (ConvertCharToInt(bcdValue, maxCap, bcdIndex) != VALID_VALUE) { in IsCapabilitySupport() 56 int32_t TelephonyConfig::ConvertCharToInt(uint32_t &retValue, const std::string &maxCap, uint32_t index) in ConvertCharToInt() function in OHOS::Telephony::TelephonyConfig 67 TELEPHONY_LOGE("ConvertCharToInt strcpy_s fail."); in ConvertCharToInt()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | core_service_common_test.cpp | 380 int32_t result = telephonyConfig.ConvertCharToInt(retValue, maxCap, index); in HWTEST_F() 395 int32_t result = telephonyConfig.ConvertCharToInt(retValue, maxCap, index); in HWTEST_F() 410 int32_t result = telephonyConfig.ConvertCharToInt(retValue, maxCap, index); in HWTEST_F() 426 int32_t result = telephonyConfig.ConvertCharToInt(retValue, maxCap, index); in HWTEST_F() 442 int32_t result = telephonyConfig.ConvertCharToInt(retValue, maxCap, index); in HWTEST_F() 458 int32_t result = telephonyConfig.ConvertCharToInt(retValue, maxCap, index); in HWTEST_F()
|
Completed in 3 milliseconds