Home
last modified time | relevance | path

Searched refs:ConvertHexStringToInt (Results 1 – 3 of 3) sorted by relevance

/base/telephony/ril_adapter/services/hril/src/
Dhril_base.cpp20 int32_t HRilBase::ConvertHexStringToInt(char **response, int32_t index, int32_t length) in ConvertHexStringToInt() function in OHOS::Telephony::HRilBase
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h74 int32_t ConvertHexStringToInt(char **response, int32_t index, int32_t length);
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dzero_branch_test.cpp506 EXPECT_EQ(HRIL_ERR_GENERIC_FAILURE, base.ConvertHexStringToInt(nullptr, 0, 0));