Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/hril/src/
Dhril_base.cpp28 int32_t HRilBase::ConvertHexStringToInt(char **response, int32_t index, int32_t length) in ConvertHexStringToInt() function in OHOS::Telephony::HRilBase
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_adapter_service_test.cpp59 EXPECT_EQ(base.ConvertHexStringToInt(response, index, len), HRIL_ERR_GENERIC_FAILURE);
Dzero_branch_test.cpp1389 EXPECT_EQ(HRIL_ERR_GENERIC_FAILURE, base.ConvertHexStringToInt(nullptr, 0, 0));
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h79 int32_t ConvertHexStringToInt(char **response, int32_t index, int32_t length);