Searched defs:raw (Results 1 - 6 of 6) sorted by relevance
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | attributes_test.cpp | 298 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, 3, 0, 0, 0, 5, 0, in HWTEST_F() local 357 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, 4, 0, 0, 0, 255, in HWTEST_F() local
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | raw_file_manager.cpp | 443 std::unique_ptr<Raw> raw;
member [all...] |
/base/telephony/sms_mms/services/sms/ |
H A D | gsm_cb_codec.cpp | 89 void GsmCbCodec::SetCbMessageRaw(std::string &raw) in SetCbMessageRaw() argument 189 void GsmCbCodec::ConvertToUTF8(const std::string &raw, std::string &message) const in ConvertToUTF8() argument
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_cb_test.cpp | 108 std::string raw = "qwe"; in HWTEST_F() local 671 const std::string raw = "raw"; in HWTEST_F() local
|
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
H A D | attributes.cpp | 109 Attributes::Impl::Impl(const std::vector<uint8_t> &raw) in Impl() argument 1003 Attributes::Attributes(const std::vector<uint8_t> &raw) : impl_(new (std::nothrow) Attributes::Impl(raw)) in Attributes() argument
|
/base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
H A D | mbedtls_pkcs7.c | 196 unsigned char *raw = *p; in ParseSignerAuthAttr() local
|
Completed in 10 milliseconds