Home
last modified time | relevance | path

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

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