Home
last modified time | relevance | path

Searched defs:strs (Results 1 – 23 of 23) sorted by relevance

/base/hiviewdfx/hiview/core/param_update/src/
Dparam_reader.cpp55 std::vector<std::string> strs; in VerifyCertFile() local
94 std::vector<std::string> strs; in VerifyParamFile() local
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
Dstring_utils.cpp27 std::string strs = str + splitFlag; in Split() local
/base/global/i18n/frameworks/intl/src/
Dsignature_verifier.cpp51 std::vector<std::string> strs; in LoadFileVersion() local
101 std::vector<std::string> strs; in VerifyCertFile() local
135 std::vector<std::string> strs; in VerifyParamFile() local
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_app_event_test.cpp81 const std::vector<std::string> strs = {TEST_STR_VALUE, TEST_STR_VALUE}; variable
310 std::vector<std::string> strs = {TEST_STR_VALUE}; variable
Dhiappevent_native_test.cpp136 char* strs[] = {str1, str2}; variable
218 char* strs[] = {str1, nullptr}; variable
278 const char* strs[] = {"hello", longStr.c_str()}; variable
/base/hiviewdfx/hisysevent/frameworks/native/util/
Dstring_util.cpp64 int ConvertCStringVec(const std::vector<std::string>& vec, char*** strs, size_t& len) in ConvertCStringVec()
/base/telephony/core_service/utils/vcard/src/
Dvcard_utils.cpp206 bool VCardUtils::IsWrapPrintableAscii(std::vector<std::string> strs) in IsWrapPrintableAscii()
218 bool VCardUtils::IsPrintableAscii(std::vector<std::string> strs) in IsPrintableAscii()
335 std::string VCardUtils::TrimListToString(const std::vector<std::string> &strs) in TrimListToString()
Dvcard_decoder_v30.cpp87 auto strs = VCardUtils::Split(params, "="); in DealParams() local
Dvcard_decoder_v21.cpp417 auto strs = VCardUtils::Split(params, "="); in DealParams() local
517 auto strs = VCardUtils::Split(language, "-"); in DealLanguageParam() local
Dvcard_constructor.cpp92 bool VCardConstructor::IsNeedCharsetParam(std::vector<std::string> strs) in IsNeedCharsetParam()
/base/msdp/device_status/utils/common/src/
Dutil.cpp109 static size_t StringToken(std::string &strs, const std::string &sep, std::string &token) in StringToken()
141 auto strs = str; in StringSplit() local
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_param_builder.cpp63 std::vector<std::string> strs; in AddArrayParam2EventPack() local
Dnapi_util.cpp238 void GetStrings(const napi_env env, const napi_value arr, std::vector<std::string>& strs) in GetStrings()
250 …id GetStringsToSet(const napi_env env, const napi_value arr, std::unordered_set<std::string>& strs) in GetStringsToSet()
397 napi_value CreateStrings(const napi_env env, const std::vector<std::string>& strs) in CreateStrings()
Dnapi_hiappevent_builder.cpp135 std::vector<std::string> strs; in AddArrayParam2EventPack() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dget_hardware_info.cpp55 vector<string> strs; in GetResverRegPath() local
/base/hiviewdfx/hidumper/test/unittest/common/
Dhidumper_configutils_test.cpp369 std::vector<std::string> strs = DUMP_COMMON_UTILS.GetSubNodes(path, digit); variable
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp529 std::vector<std::string> strs; in AddParam() local
541 void AppEventPack::AddParam(const std::string& key, const std::vector<std::string>& strs) in AddParam()
Dhiappevent_verify.cpp158 bool CheckStringLengthOfList(std::vector<std::string>& strs, size_t maxTotalLen = 0) in CheckStringLengthOfList()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_c_test.cpp383 char* strs[] = { nullptr, c1 }; variable
/base/hiviewdfx/hicollie/frameworks/native/
Dxcollie_utils.cpp228 std::vector<std::string>& strs, bool canEmpty, bool needTrim) in SplitStr()
/base/time/time_service/services/
Dtime_system_ability.cpp630 std::stringstream strs; in SetRtcTime() local
666 std::stringstream strs; in CheckRtc() local
/base/hiviewdfx/hiview/base/utility/
Dstring_util.cpp87 void SplitStr(const string& str, const string& sep, vector<string>& strs, in SplitStr()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
Dhiappevent_ndk.c280 …HiAppEvent_AddStringArrayParam(ParamList list, const char* name, const char* const *strs, int arrS… in OH_HiAppEvent_AddStringArrayParam()