/foundation/multimedia/av_session/services/session/server/softbus/ |
H A D | softbus_session_utils.h | 35 std::string suffix = deviceId.substr(deviceId.length() - index, deviceId.length());
in AnonymizeDeviceId() local
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | string_helper.cpp | 23 bool StringHelp::EndsWith(const std::string &input, const std::string &suffix) in EndsWith() argument 31 bool StringHelp::EndsWithIgnoreCase(const std::string &input, const std::string &suffix) in EndsWithIgnoreCase() argument [all...] |
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | audio_debug.cpp | 29 void AudioDebug::CreateAudioDebugFile(const std::string &suffix) in CreateAudioDebugFile() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_router.cpp | 32 const std::string suffix = ".js"; in GetPagePath() local
|
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/include/utils/ |
H A D | dynamic_loader.h | 38 inline bool EndsWith(const std::string& str, const std::string& suffix)
in EndsWith() argument
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_utils.cpp | 26 std::string MakeFilePath(const std::string &prefPath, const std::string &suffix) in MakeFilePath() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | mime_type_mgr.cpp | 75 bool MimeTypeMgr::GetUriSuffix(const std::string &uri, std::string &suffix) in GetUriSuffix() argument 99 std::string suffix; in GetUtdVectorByUri() local [all...] |
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | image.h | 179 bool IsImgValid(const char* suffix) in IsImgValid() argument [all...] |
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
H A D | b_file.cpp | 214 bool BFile::EndsWith(const string &str, const string &suffix) in EndsWith() argument
|
/foundation/ability/idl_tool/idl_tool_2/codegen/ |
H A D | code_emitter.cpp | 97 std::string suffix = fullName.substr(index + 1);
in InterfaceToFilePath() local
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_helper.cpp | 64 bool StringHelper::EndWith(const std::string &value, char suffix)
in EndWith() argument 72 bool StringHelper::EndWith(const std::string &value, const std::string &suffix)
in EndWith() argument 117 std::string suffix = value.substr(position);
in Replace() local 128 std::string suffix = value.substr(position);
in Replace() local
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_module_reader.cpp | 91 std::string suffix = std::string(SHARED_FILE_SUFFIX); in GetFormAppHspPath() local 114 std::string suffix = std::string(SHARED_FILE_SUFFIX); in GetCommonAppHspPath() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | shadow_theme.cpp | 70 const std::string suffix = isDark ? "_dark" : ""; in ParseShadowParam() local
|
/foundation/arkui/ace_engine/test/unittest/core/image/ |
H A D | image_file_cache_test_ng.cpp | 208 std::string suffix = ".jpg"; in HWTEST_F() local
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | list_file.h | 33 CArrString suffix; member
|
H A D | list_file.cpp | 65 auto suffix = CArrStringToVector(cFilter.suffix); in GetFileFilterParam() local [all...] |
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | extractor.cpp | 119 void Extractor::GetSpecifiedTypeFiles(std::vector<std::string> &fileNames, const std::string &suffix) in GetSpecifiedTypeFiles() argument
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.cpp | 292 bool Container::endsWith(std::string str, std::string suffix) in endsWith() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/ |
H A D | bundle_resource_host_test.cpp | 993 std::string suffix = "localSuffix"; in HWTEST_F() local
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 97 std::string suffix = (key == "") ? "" : "/" + key + ".jpg";
in GetLocalThumbnailPath() local 106 std::string suffix = (key == "") ? "" : "/" + key + ".jpg";
in GetLocalKeyFrameThumbnailPath() local 116 std::string suffix = "/THM_EX/" + THUMBNAIL_LCD_SUFFIX + ".jpg";
in GetLcdExPath() local
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/ |
H A D | photo_displayname_operation.h | 151 std::string suffix;
member in OHOS::Media::PhotoDisplayNameOperation::DisplayNameInfo
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | media_file_utils_test.cpp | 644 string suffix; in HWTEST_F() local
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
H A D | file_filter.h | 31 explicit FileFilter(std::vector<std::string> suffix): suffix_(suffix) {} in FileFilter() argument 35 void SetSuffix(const std::vector<std::string> &suffix) in SetSuffix() argument 185 FileFilterBuilder& SetSuffix(const std::vector<std::string> &suffix) in SetSuffix() argument
|
/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/ |
H A D | file_filter.h | 30 FileFilter(std::vector<std::string> suffix, std::vector<std::string> displayName, in FileFilter() argument 39 void SetSuffix(const std::vector<std::string> &suffix) in SetSuffix() argument
|
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessextstub_fuzzer/ |
H A D | fileaccessextstub_fuzzer.cpp | 188 std::vector<std::string> suffix; in CmdListFileFuzzTest() local 239 std::vector<std::string> suffix; in CmdScanFileFuzzTest() local
|