Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_utils.cpp44 void ClassicUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &value) in ConvertHexStringToInt() function in OHOS::bluetooth::ClassicUtils
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.cpp45 void BleUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &key) in ConvertHexStringToInt() function in OHOS::bluetooth::BleUtils
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_base.cpp28 int32_t HRilBase::ConvertHexStringToInt(char **response, int32_t index, int32_t length) in ConvertHexStringToInt() function in OHOS::Telephony::HRilBase