Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_utils.cpp34 std::string ClassicUtils::ConvertIntToHexString(const std::vector<uint8_t> &value) in ConvertIntToHexString() function in OHOS::bluetooth::ClassicUtils
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.cpp35 std::string BleUtils::ConvertIntToHexString(const std::vector<uint8_t> &key) in ConvertIntToHexString() function in OHOS::bluetooth::BleUtils
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_device_info.c119 static char *ConvertIntToHexString(uint16_t typeId) in ConvertIntToHexString() function