Home
last modified time | relevance | path

Searched defs:raw (Results 1 – 4 of 4) sorted by relevance

/base/useriam/user_auth_framework/test/unittest/services/src/
Dattributes_test.cpp306 …const std::vector<uint8_t> raw = {161, 134, 1, 0, 1, 0, 0, 0, 1, 164, 134, 1, 0, 1, 0, 0, 0, 0, 16… variable
353 …const std::vector<uint8_t> raw = {161, 134, 1, 0, 1, 0, 0, 0, 1, 164, 134, 1, 0, 1, 0, 0, 0, 0, 16… variable
380 …const std::vector<uint8_t> raw = {0, 0, 0, 0, 1, 0, 0, 0, 1, 2, 0, 0, 0, 20, 0, 0, 0, 1, 0, 0, 0, … variable
457 …const std::vector<uint8_t> raw = {0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0… variable
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
Dattributes.cpp99 Attributes::Impl::Impl(const std::vector<uint8_t> &raw) in Impl()
866 Attributes::Attributes(const std::vector<uint8_t> &raw) : impl_(new (std::nothrow) Attributes::Impl… in Attributes()
/base/telephony/sms_mms/services/
Dsms_cb_message.cpp376 void SmsCbMessage::ConvertToUTF8(const std::string &raw, std::string &message) const in ConvertToUTF8() argument
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dmbedtls_pkcs7.c196 unsigned char *raw = *p; in ParseSignerAuthAttr() local