Home
last modified time | relevance | path

Searched defs:subStr (Results 1 – 22 of 22) sorted by relevance

/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/
Dfile_ex.cpp278 bool StringExistsInFile(const string& fileName, const string& subStr, bool caseSensitive /* = true … in StringExistsInFile()
302 int CountStrInStr(const string& str, const string& subStr) in CountStrInStr()
320 int CountStrInFile(const string& fileName, const string& subStr, bool caseSensitive /* = true */) in CountStrInFile()
/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
Dtool_system_test.cpp70 bool ToolSystemTest::IsSubSequence(const std::string& str, const std::string& subStr) in IsSubSequence()
/foundation/ability/ability_runtime/tools/test/systemtest/aa/
Dtool_system_test.cpp84 bool ToolSystemTest::IsSubSequence(const std::string& str, const std::string& subStr) in IsSubSequence()
/foundation/ai/intelligent_voice_framework/utils/
Dstring_util.cpp100 uint32_t StringUtil::CalSubStrNum(const string &str, const string &subStr) in CalSubStrNum()
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsConfigurationTest.cpp141 std::string subStr = "ECDSA+SHA256"; variable
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
Dutils.cpp86 bool Utils::StartWith(const std::string &mainStr, const std::string &subStr) in StartWith()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
Dutils.cpp86 bool Utils::StartWith(const std::string &mainStr, const std::string &subStr) in StartWith()
/foundation/multimedia/ringtone_library/services/utils/src/
Dringtone_file_utils.cpp223 bool RingtoneFileUtils::Mkdir(const string &subStr, shared_ptr<int> errCodePtr) in Mkdir()
256 string subStr; in CreateDirectory() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dbundle_util.cpp152 bool BundleUtil::EndWith(const char *str, const char *subStr) in EndWith()
174 bool BundleUtil::StartWith(const char *str, const char *subStr) in StartWith()
/foundation/communication/netstack/test/unittest/utils/common_utils/
DNetStackCommonUtilsTest.cpp46 std::vector<std::string> subStr = Split(str, STATUS_LINE_COMMA); variable
58 std::string subStr = Strip(str, SPACE); variable
/foundation/arkui/ace_engine/frameworks/base/geometry/
Ddimension.cpp264 auto subStr = str.substr(i + 1); in FromString() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
Drs_path_animation.cpp296 void RSPathAnimation::ReplaceSubString(std::string& sourceStr, const std::string& subStr, in ReplaceSubString()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
Dplugin_element.cpp432 std::string subStr; in SplitString() local
/foundation/ability/form_fwk/services/src/
Dform_data_proxy_record.cpp474 std::string subStr = formDataStr.substr(0, std::min((int)formDataStr.length(), 30)); in UpdatePublishedDataForm() local
510 std::string subStr = formDataStr.substr(0, std::min((int)formDataStr.size(), 30)); in UpdateRdbDataForm() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_interactable_view.cpp434 std::string subStr; in SplitString() local
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
Dhtml_to_span.cpp223 auto subStr = str.substr(i + 1); in FromString() local
839 auto subStr = str.substr(i + 1); in GetUnitAndSize() local
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
Dfile_utils.cpp392 std::string subStr; in ReadFile() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
Dplugin_pattern.cpp355 std::string subStr; in SplitString() local
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
Dffmpeg_format_helper.cpp921 char *subStr = new char[resultLen + 1]; in ParseInfoFromMetadata() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
Dmedia_file_utils.cpp264 bool MediaFileUtils::Mkdir(const string &subStr, shared_ptr<int> errCodePtr) in Mkdir()
285 string subStr; in CreateDirectory() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_util.cpp843 std::string subStr = ""; in CopyFileToSecurityDir() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
Dexif_metadata_formatter.cpp1409 std::string subStr = match[1].str(); in ExtractValue() local