Home
last modified time | relevance | path

Searched defs:suffix (Results 1 - 25 of 60) sorted by relevance

123

/foundation/multimedia/av_session/services/session/server/softbus/
H A Dsoftbus_session_utils.h35 std::string suffix = deviceId.substr(deviceId.length() - index, deviceId.length()); in AnonymizeDeviceId() local
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dstring_helper.cpp23 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 Daudio_debug.cpp29 void AudioDebug::CreateAudioDebugFile(const std::string &suffix) in CreateAudioDebugFile() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_router.cpp32 const std::string suffix = ".js"; in GetPagePath() local
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/include/utils/
H A Ddynamic_loader.h38 inline bool EndsWith(const std::string& str, const std::string& suffix) in EndsWith() argument
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_utils.cpp26 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 Dmime_type_mgr.cpp75 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 Dimage.h179 bool IsImgValid(const char* suffix) in IsImgValid() argument
[all...]
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file.cpp214 bool BFile::EndsWith(const string &str, const string &suffix) in EndsWith() argument
/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.cpp97 std::string suffix = fullName.substr(index + 1); in InterfaceToFilePath() local
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp64 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 Djs_module_reader.cpp91 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 Dshadow_theme.cpp70 const std::string suffix = isDark ? "_dark" : ""; in ParseShadowParam() local
/foundation/arkui/ace_engine/test/unittest/core/image/
H A Dimage_file_cache_test_ng.cpp208 std::string suffix = ".jpg"; in HWTEST_F() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dlist_file.h33 CArrString suffix; member
H A Dlist_file.cpp65 auto suffix = CArrStringToVector(cFilter.suffix); in GetFileFilterParam() local
[all...]
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp119 void Extractor::GetSpecifiedTypeFiles(std::vector<std::string> &fileNames, const std::string &suffix) in GetSpecifiedTypeFiles() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp292 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 Dbundle_resource_host_test.cpp993 std::string suffix = "localSuffix"; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp97 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 Dphoto_displayname_operation.h151 std::string suffix; member in OHOS::Media::PhotoDisplayNameOperation::DisplayNameInfo
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmedia_file_utils_test.cpp644 string suffix; in HWTEST_F() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Dfile_filter.h31 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 Dfile_filter.h30 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 Dfileaccessextstub_fuzzer.cpp188 std::vector<std::string> suffix; in CmdListFileFuzzTest() local
239 std::vector<std::string> suffix; in CmdScanFileFuzzTest() local

Completed in 13 milliseconds

123