Home
last modified time | relevance | path

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

/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()
299 moduleInstallPath + JoinString(pathVector, '/') + '/' + NPM_PATH_SEGMENT + '/' + npmPackage; in FindNpmPackage()
369 return moduleInstallPath + JoinString(pathVector, '/', index); in ParseOhmUri()
372 return FindNpmPackageInTopLevel(moduleInstallPath, JoinString(pathVector, '/', index + 1)); in ParseOhmUri()
/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()
/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);
/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp148 * @tc.desc: JoinString Test
157 std::string result = JoinString(strVector, sep, startIndex); in HWTEST_F()
163 * @tc.desc: JoinString Test
172 std::string result = JoinString(strVector, sep, startIndex); in HWTEST_F()
178 * @tc.desc: JoinString Test
187 std::string result = JoinString(strVector, sep, startIndex); in HWTEST_F()
/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()
/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);
/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& delimiter) in JoinString() function in OHOS::DistributedDeviceProfile::ProfileUtils
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp470 subscribeKey = ProfileUtils::JoinString(res, SEPARATOR); in DBKeyToSubcribeKey()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp850 * @tc.desc: JoinString failed, str == "".
858 string ret = ProfileUtils::JoinString(strs, splits); in HWTEST_F()
864 * @tc.desc: JoinString succeed.
873 string ret = ProfileUtils::JoinString(strs, splits); in HWTEST_F()

Completed in 9 milliseconds