Home
last modified time | relevance | path

Searched defs:strs (Results 76 - 100 of 127) sorted by relevance

123456

/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c280 ParamList OH_HiAppEvent_AddStringArrayParam(ParamList list, const char* name, const char* const *strs, int arrSize) in OH_HiAppEvent_AddStringArrayParam() argument
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp238 void GetStrings(const napi_env env, const napi_value arr, std::vector<std::string>& strs) in GetStrings() argument
250 void GetStringsToSet(const napi_env env, const napi_value arr, std::unordered_set<std::string>& strs) in GetStringsToSet() argument
397 napi_value CreateStrings(const napi_env env, const std::vector<std::string>& strs) in CreateStrings() argument
/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp206 SplitStr(const std::string& str, const std::string& sep, std::vector<std::string>& strs, bool canEmpty, bool needTrim) SplitStr() argument
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp206 bool VCardUtils::IsWrapPrintableAscii(std::vector<std::string> strs) in IsWrapPrintableAscii() argument
218 bool VCardUtils::IsPrintableAscii(std::vector<std::string> strs) in IsPrintableAscii() argument
335 std::string VCardUtils::TrimListToString(const std::vector<std::string> &strs) in TrimListToString() argument
H A Dvcard_decoder_v21.cpp517 auto strs = VCardUtils::Split(language, "-"); in DealLanguageParam() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp287 std::pair<std::vector<double>, double> ParseAutoFill(const std::vector<std::string>& strs, double size, double gap) in ParseAutoFill() argument
346 std::vector<std::string> strs; in ParseArgsWithoutAutoFill() local
[all...]
/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 numOfBundleInfo, in ConvertStringToBundleInfos() argument
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp640 std::string strs[SURFACE_MAX_USER_DATA_COUNT]; in HWTEST_F() local
/kernel/linux/linux-6.6/drivers/counter/
H A Dcounter-sysfs.c479 enums_available_show(const u32 *const enums, const size_t num_enums, const char *const strs[], char *buf) enums_available_show() argument
/third_party/icu/icu4c/source/common/
H A Dfilteredbrk.cpp544 LocalUResourceBundlePointer strs; in SimpleFilteredBreakIteratorBuilder() local
/third_party/node/deps/icu-small/source/common/
H A Dfilteredbrk.cpp544 LocalUResourceBundlePointer strs; in SimpleFilteredBreakIteratorBuilder() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHost.cpp1279 SmallVector<StringRef, 8> strs; in computeHostNumPhysicalCores() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dfilteredbrk.cpp545 LocalUResourceBundlePointer strs; in SimpleFilteredBreakIteratorBuilder() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A 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() argument
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp97 void CommonFunc::ConvertStringArrays(napi_env env, const std::vector<std::string> &strs, napi_value value) in ConvertStringArrays() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp1363 std::vector<std::string> strs; in PreParseArgs() local
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp103 std::string strs; variable
110 strStream >> strs; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_analysis_album_operations.cpp619 string strs = target + pattern; in ReorderTagId() local
/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp141 auto strs = str; in StringSplit() local
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp300 std::string strs = str + splits; in SplitString() local
313 std::string ProfileUtils::JoinString(const std::vector<std::string>& strs, const std::string& delimiter) in JoinString() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_progs.c433 char *input, *state = NULL, *next, **tmp, **strs = NULL; in parse_str_list() local
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dpcm.c1021 static const char *strs[SNDRV_PCM_CLASS_LAST + 1] = { in show_pcm_class() local
/kernel/linux/linux-6.6/include/linux/
H A Dcounter.h485 const char *const *strs; member
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_unpack.c459 static bool unpack_trans_table(struct aa_ext *e, struct aa_str_table *strs) in unpack_trans_table() argument
/kernel/linux/linux-6.6/sound/core/
H A Dpcm.c1025 static const char *strs[SNDRV_PCM_CLASS_LAST + 1] = { in pcm_class_show() local

Completed in 37 milliseconds

123456