Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 25 of 129) sorted by relevance

123456

/ohos5.0/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()
31 bool StringHelp::EndsWithIgnoreCase(const std::string &input, const std::string &suffix) in EndsWithIgnoreCase()
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstring_util.h61 inline bool EndsWith(const std::string& s, const std::string& suffix) in EndsWith()
67 inline bool EndsWith(const std::string& s, char suffix) in EndsWith()
72 inline bool EndsWithIgnoreCase(const std::string& s, const std::string& suffix) in EndsWithIgnoreCase()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops_base.c61 ResultCode GenerateFileName(uint64_t templateId, const char *prefix, const char *suffix, in GenerateFileName()
102 ResultCode ReadPinFile(uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in ReadPinFile()
130 …ltCode WritePinFile(const uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in WritePinFile()
/ohos5.0/base/update/updater/interfaces/kits/slot_info/
H A Dslot_info.cpp25 void GetPartitionSuffix(std::string &suffix) in GetPartitionSuffix()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dstring_helper.cpp57 bool StringHelper::EndWith(const std::string &value, char suffix) in EndWith()
65 bool StringHelper::EndWith(const std::string &value, const std::string &suffix) in EndWith()
110 std::string suffix = value.substr(position); in Replace() local
121 std::string suffix = value.substr(position); in Replace() local
/ohos5.0/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()
35 void SetSuffix(const std::vector<std::string> &suffix) in SetSuffix()
185 FileFilterBuilder& SetSuffix(const std::vector<std::string> &suffix) in SetSuffix()
/ohos5.0/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()
/ohos5.0/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
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp64 bool StringHelper::EndWith(const std::string &value, char suffix) in EndWith()
72 bool StringHelper::EndWith(const std::string &value, const std::string &suffix) in EndWith()
117 std::string suffix = value.substr(position); in Replace() local
128 std::string suffix = value.substr(position); in Replace() local
/ohos5.0/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()
99 std::string suffix; in GetUtdVectorByUri() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_ctocpp_impl.py178 def ctocpp_get_static_funcion(cls, func, suffix, dir_name, retval_default): argument
203 def ctocpp_get_virtual_funcion(cls, func, suffix, dir_name, macro_retval_default): argument
249 def ctocpp_make_function_impl(cls, func, suffix, dir_name): argument
H A Dmake_file_base.py196 def get_func_pointer_name(cls, func, prefix, suffix): argument
208 def get_func_variable_name(func, suffix): argument
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_base_test.cpp114 const char *suffix = "we"; variable
141 const char *suffix = "test"; variable
/ohos5.0/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()
/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dquery.rs225 …let mut suffix: Vec<&[u8]> = ["one", "two", "three", "four"].iter().map(|s| s.as_bytes()).collect(… in query_with_order_with_english() localVariable
233 let mut suffix: Vec<&[u8]> = ["一", "二", "三", "四"].iter().map(|s| s.as_bytes()).collect(); in query_with_order_with_chinese() localVariable
241 let mut suffix: Vec<&[u8]> = ["11", "22", "33", "44"].iter().map(|s| s.as_bytes()).collect(); in query_with_order_with_number() localVariable
249 … let suffix: Vec<[u8; 4]> = [11u32, 22u32, 33u32, 44u32].iter().map(|s| s.to_le_bytes()).collect(); in query_with_order_with_unreadible() localVariable
251 let mut suffix: Vec<&[u8]> = suffix.iter().map(|s| s as &[u8]).collect(); in query_with_order_with_unreadible() localVariable
/ohos5.0/foundation/multimedia/camera_framework/common/utils/
H A Dcamera_dynamic_loader.h42 inline bool EndsWith(const std::string& str, const std::string& suffix) in EndsWith()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Ddisplay_name_info.h50 std::string suffix; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp103 const std::string& fileCacheKey, const std::string& suffix) in WriteFile()
150 …:ImageData> ImageFileCache::GetDataFromCacheFile(const std::string& url, const std::string& suffix) in GetDataFromCacheFile()
166 void ImageFileCache::SaveCacheInner(const std::string& cacheKey, const std::string& suffix, size_t … in SaveCacheInner()
226 …e::WriteCacheFile(const std::string& url, const void* data, size_t size, const std::string& suffix) in WriteCacheFile()
340 std::string ImageFileCache::GetCacheFilePathInner(const std::string& url, const std::string& suffix) in GetCacheFilePathInner()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/operation/
H A Ddisplay_name_info_test.cpp82 const std::string suffix = "_BURST004.jpg"; variable
103 const std::string suffix = "_9_BURST004.jpg"; variable
/ohos5.0/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()
39 void SetSuffix(const std::vector<std::string> &suffix) in SetSuffix()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dimage.h179 bool IsImgValid(const char* suffix) in IsImgValid()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_utils.cpp26 std::string MakeFilePath(const std::string &prefPath, const std::string &suffix) in MakeFilePath()
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/src/
H A Dpartitionslot_impl.cpp39 int32_t PartitionSlotImpl::GetSlotSuffix(int32_t slot, std::string& suffix) in GetSlotSuffix()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_router.cpp33 const std::string suffix = ".js"; in GetPagePath() local
/ohos5.0/drivers/peripheral/partitionslot/test/unittest/
H A Dhdf_partitionslot_test.cpp67 std::string suffix = ""; variable

123456