Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/test/unittest/services/src/
Dattributes_test.cpp311 …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
371 …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
782 std::vector<uint8_t> raw = {160, 134, 1, 0, 1, 0, 0, 0, 255, 175, 134, variable
800 std::vector<uint8_t> raw = {169, 134, 1, 0, 4, 0, 0, 0, 255, 255, 255, variable
/base/telephony/sms_mms/services/sms/
Dgsm_cb_codec.cpp89 void GsmCbCodec::SetCbMessageRaw(std::string &raw) in SetCbMessageRaw()
203 void GsmCbCodec::ConvertToUTF8(const std::string &raw, std::string &message) const in ConvertToUTF8() argument
/base/telephony/sms_mms/test/gtest/
Dzero_branch_cb_test.cpp112 std::string raw = "qwe"; variable
679 const std::string raw = "raw"; variable
/base/msdp/device_status/rust/modules/scheduler/sys/src/
Dscheduler.rs68 raw: Arc<dyn IEpollHandler>, field
281 let raw = epoll_handler.raw_handler(); in add_epoll_handler() localVariable
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_component_unittest.cpp94 T* raw = proxy->As<T>(); in CreateAdapterProxy() local
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
Dattributes.cpp110 Attributes::Impl::Impl(const std::vector<uint8_t> &raw) in Impl()
1057 Attributes::Attributes(const std::vector<uint8_t> &raw) : impl_(new (std::nothrow) Attributes::Impl… in Attributes()
/base/global/resource_management/frameworks/resmgr/src/
Draw_file_manager.cpp445 std::unique_ptr<Raw> raw; member
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dmbedtls_pkcs7.c196 unsigned char *raw = *p; in ParseSignerAuthAttr() local