Home
last modified time | relevance | path

Searched refs:JoinString (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp90 std::string JoinString(const std::vector<std::string>& strs, const char* sep, size_t startIndex = 0) in JoinString() function
125 bundleInstallPath_ = JoinString(pathVector, SEPERATOR); in JsiModuleSearcher()
231 std::string jsModulePath = moduleInstallPath + JoinString(pathVector, SEPERATOR); in MakeNewJsModulePath()
359 return moduleInstallPath + JoinString(pathVector, SEPERATOR, index); in ParseOhmUri()
362 … return FindNpmPackageInTopLevel(moduleInstallPath, JoinString(pathVector, SEPERATOR, index + 1)); in ParseOhmUri()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp93 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex) in JoinString() function
199 std::string jsModulePath = moduleInstallPath + JoinString(pathVector, '/'); in MakeNewJsModulePath()
298 … moduleInstallPath + JoinString(pathVector, '/') + '/' + NPM_PATH_SEGMENT + '/' + npmPackage; in FindNpmPackage()
368 return moduleInstallPath + JoinString(pathVector, '/', index); in ParseOhmUri()
371 return FindNpmPackageInTopLevel(moduleInstallPath, JoinString(pathVector, '/', index + 1)); in ParseOhmUri()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp157 std::string result = JoinString(strVector, sep, startIndex);
172 std::string result = JoinString(strVector, sep, startIndex);
187 std::string result = JoinString(strVector, sep, startIndex);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dfile_path_utils.h26 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex = 0);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp144 ohSuffix2NonMaps[dbKey] = ProfileUtils::JoinString(res, SEPARATOR); in FilterEntries()
149 non2OhSuffixMaps[dbKey] = ProfileUtils::JoinString(res, SEPARATOR); in FilterEntries()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h93 … static std::string JoinString(const std::vector<std::string>& strs, const std::string& delimiter);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp56 return JoinString(splitKeys, SEPARATOR); in GetDbKeyAnonyString()
313 std::string ProfileUtils::JoinString(const std::vector<std::string>& strs, const std::string& delim… in JoinString() function in OHOS::DistributedDeviceProfile::ProfileUtils
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp470 subscribeKey = ProfileUtils::JoinString(res, SEPARATOR); in DBKeyToSubcribeKey()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp858 string ret = ProfileUtils::JoinString(strs, splits);
873 string ret = ProfileUtils::JoinString(strs, splits);