Searched refs:ConvertHexStringToInt (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_utils.h | 56 static void ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &key);
|
H A D | ble_utils.cpp | 45 void BleUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &key) in ConvertHexStringToInt() function in OHOS::bluetooth::BleUtils
|
H A D | ble_security.cpp | 544 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 D | ble_adapter.cpp | 448 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 D | classic_utils.h | 49 static void ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &value);
|
H A D | classic_utils.cpp | 44 void ClassicUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &value) in ConvertHexStringToInt() function in OHOS::bluetooth::ClassicUtils
|
H A D | classic_adapter_properties.cpp | 443 ClassicUtils::ConvertHexStringToInt(key, linkKey); in GetPairedDevice()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_base.cpp | 28 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 D | hril_base.h | 79 int32_t ConvertHexStringToInt(char **response, int32_t index, int32_t length);
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 1379 EXPECT_EQ(HRIL_ERR_GENERIC_FAILURE, base.ConvertHexStringToInt(nullptr, 0, 0));
|