Searched refs:EncodeBoolValue (Results 1 – 1 of 1) sorted by relevance
80 static bool EncodeBoolValue(bool src, std::vector<uint8_t> &dst);195 if (!EncodeBoolValue(value, dest)) { in SetBoolValue()675 bool Attributes::Impl::EncodeBoolValue(bool src, std::vector<uint8_t> &dst) in EncodeBoolValue() function in OHOS::UserIam::UserAuth::Attributes::Impl