Searched refs:EncodeInt64Value (Results 1 – 1 of 1) sorted by relevance
85 static bool EncodeInt64Value(int64_t src, std::vector<uint8_t> &dst);297 if (!EncodeInt64Value(value, dest)) { in SetInt64Value()732 bool Attributes::Impl::EncodeInt64Value(int64_t src, std::vector<uint8_t> &dst) in EncodeInt64Value() function in OHOS::UserIam::UserAuth::Attributes::Impl