Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.h56 static void ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &key);
H A Dble_utils.cpp45 void BleUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &key) in ConvertHexStringToInt() function in OHOS::bluetooth::BleUtils
H A Dble_security.cpp544 BleUtils::ConvertHexStringToInt(ltk, vec); in GapLeLocalEncryptionKeyReqEvent()
572 BleUtils::ConvertHexStringToInt(ltk, vec); in GapLeRemoteEncryptionKeyReqEvent()
614 … BleUtils::ConvertHexStringToInt(BleConfig::GetInstance().GetLocalCsrk(addr.GetAddress()), vec); in GapRequestSigningAlgorithmInfoEvt()
624 … BleUtils::ConvertHexStringToInt(BleConfig::GetInstance().GetPeerCsrk(addr.GetAddress()), vec); in GapRequestSigningAlgorithmInfoEvt()
H A Dble_adapter.cpp448 BleUtils::ConvertHexStringToInt(irk, vec); in SetLocalIrkAndIdentityAddrToBtm()
1249 BleUtils::ConvertHexStringToInt(irk, vec); in SavePeerDevices2BTM()
1413 BleUtils::ConvertHexStringToInt(irk, vec); in LePairComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_utils.h49 static void ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &value);
H A Dclassic_utils.cpp44 void ClassicUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &value) in ConvertHexStringToInt() function in OHOS::bluetooth::ClassicUtils
H A Dclassic_adapter_properties.cpp443 ClassicUtils::ConvertHexStringToInt(key, linkKey); in GetPairedDevice()
/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
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_base.h79 int32_t ConvertHexStringToInt(char **response, int32_t index, int32_t length);
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp1379 EXPECT_EQ(HRIL_ERR_GENERIC_FAILURE, base.ConvertHexStringToInt(nullptr, 0, 0));