Searched refs:EncodeInt32Value (Results 1 – 1 of 1) sorted by relevance
84 static bool EncodeInt32Value(int32_t src, std::vector<uint8_t> &dst);280 if (!EncodeInt32Value(value, dest)) { in SetInt32Value()722 bool Attributes::Impl::EncodeInt32Value(int32_t src, std::vector<uint8_t> &dst) in EncodeInt32Value() function in OHOS::UserIam::UserAuth::Attributes::Impl