Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp99 static bool DecodeStringValue(const std::vector<uint8_t> &src, std::string &dst);
541 if (!DecodeStringValue(iter->second, value)) { in GetStringValue()
908 bool Attributes::Impl::DecodeStringValue(const std::vector<uint8_t> &src, std::string &dst) in DecodeStringValue() function in OHOS::UserIam::UserAuth::Attributes::Impl