Home
last modified time | relevance | path

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

123

/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dparam_reader.cpp55 std::vector<std::string> strs; in VerifyCertFile() local
94 std::vector<std::string> strs; in VerifyParamFile() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_binding.cpp106 static void ReleaseStrings(char **strs) in ReleaseStrings()
140 char **strs = (char **)calloc(num + 1, sizeof(char *)); in SplitString() local
172 char **strs = SplitString(buf, " "); in ParseAddressBinding() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dstring_utils.cpp27 std::string strs = str + splitFlag; in Split() local
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A 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
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A 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
H A Dhiappevent_native_test.cpp136 char* strs[] = {str1, str2}; variable
218 char* strs[] = {str1, nullptr}; variable
278 const char* strs[] = {"hello", longStr.c_str()}; variable
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/mobile/
H A DMobileIconCarrierIdOverridesTest.java124 private Object[] interleaveTypes(String[] strs, int[] ints) { in interleaveTypes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_utils.cpp34 std::vector<std::string> strs; in ParseArgs() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_utils.cpp36 std::string strs; in ConvertIntToHexString() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.cpp37 std::string strs; in ConvertIntToHexString() local
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/util/
H A Dstring_util.cpp64 int ConvertCStringVec(const std::vector<std::string>& vec, char*** strs, size_t& len) in ConvertCStringVec()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A 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()
H A Dvcard_decoder_v30.cpp87 auto strs = VCardUtils::Split(params, "="); in DealParams() local
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvContentRating.java947 String[] strs = ratingString.split(DELIMITER); in unflattenFromString() local
/ohos5.0/base/msdp/device_status/utils/common/src/
H A 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
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_param_builder.cpp63 std::vector<std::string> strs; in AddArrayParam2EventPack() local
H A 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()
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Ddemo_3a_main.cpp48 char strs[inputCount]; in PutMenuAndGetChr() local
/ohos5.0/drivers/peripheral/camera/test/demo/
H A Ddemo_main.cpp48 char strs[inputCount]; in PutMenuAndGetChr() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddemo_main.cpp52 char strs[inputCount]; in PutMenuAndGetChr() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp41 string strs = input + pattern; in Split() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp30 std::vector<std::string> strs; in PreParseArgs() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_hardware_info.cpp55 vector<string> strs; in GetResverRegPath() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp266 std::vector<std::string> strs; in ParseArgs() local
337 std::vector<double> TemplatesParser::ParseAutoFill(const std::vector<std::string>& strs, double siz… in ParseAutoFill()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dconvert_utils.cpp107 char *strs = cJSON_PrintUnformatted(roots); in ConvertBundleInfosToString() local
168 bool ConvertUtils::ConvertStringToBundleInfos(const char *strs, BundleInfo **bundleInfo, uint32_t n… in ConvertStringToBundleInfos()

123