/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/ |
H A D | jsi_module_searcher.cpp | 90 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 D | file_path_utils.cpp | 93 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 D | file_path_utils_test.cpp | 157 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 D | file_path_utils.h | 26 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 D | kv_data_change_listener.cpp | 144 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 D | profile_utils.h | 93 … 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 D | profile_utils.cpp | 56 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 D | subscribe_profile_manager.cpp | 470 subscribeKey = ProfileUtils::JoinString(res, SEPARATOR); in DBKeyToSubcribeKey()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 858 string ret = ProfileUtils::JoinString(strs, splits); 873 string ret = ProfileUtils::JoinString(strs, splits);
|