Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_image_util.cpp70 return BinToHex(pixelMapStr); in PackImage()
167 std::string AnsImageUtil::BinToHex(const std::string &strBin) in BinToHex() function in OHOS::Notification::AnsImageUtil
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_image_util.h81 static std::string BinToHex(const std::string &strBin);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv6_address.h205 static std::string BinToHex(const std::string &strBin);
H A Dipv6_address.cpp293 resHex += BinToHex(bin2HexBuf); in GetRandomAddr()
325 std::string Ipv6Address::BinToHex(const std::string &strBin) in BinToHex() function in OHOS::Wifi::Ipv6Address