Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/test/unittest/services/src/
Dattributes_test.cpp297 …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
344 …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
371 …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
430 …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/telephony/sms_mms/test/gtest/
Dzero_branch_cb_test.cpp100 std::string raw = "qwe"; variable
/base/telephony/sms_mms/services/sms/
Dgsm_cb_codec.cpp87 void GsmCbCodec::SetCbMessageRaw(std::string &raw) in SetCbMessageRaw()
187 void GsmCbCodec::ConvertToUTF8(const std::string &raw, std::string &message) const in ConvertToUTF8() argument
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
Dattributes.cpp100 Attributes::Impl::Impl(const std::vector<uint8_t> &raw) in Impl()
875 Attributes::Attributes(const std::vector<uint8_t> &raw) : impl_(new (std::nothrow) Attributes::Impl… in Attributes()
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dmbedtls_pkcs7.c196 unsigned char *raw = *p; in ParseSignerAuthAttr() local