Home
last modified time | relevance | path

Searched defs:subStr (Results 1 - 24 of 24) sorted by relevance

/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
H A Dtool_system_test.cpp70 bool ToolSystemTest::IsSubSequence(const std::string& str, const std::string& subStr) in IsSubSequence() argument
/foundation/ability/ability_runtime/tools/test/systemtest/aa/
H A Dtool_system_test.cpp84 bool ToolSystemTest::IsSubSequence(const std::string& str, const std::string& subStr) in IsSubSequence() argument
/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.cpp101 uint32_t StringUtil::CalSubStrNum(const string &str, const string &subStr) in CalSubStrNum() argument
/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/
H A Dfile_ex.cpp278 bool StringExistsInFile(const string& fileName, const string& subStr, bool caseSensitive /* = true */) in StringExistsInFile() argument
302 int CountStrInStr(const string& str, const string& subStr) in CountStrInStr() argument
320 CountStrInFile(const string& fileName, const string& subStr, bool caseSensitive ) CountStrInFile() argument
[all...]
/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsConfigurationTest.cpp141 std::string subStr = "ECDSA+SHA256"; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/tls_test/client/
H A DTlsConfigurationTest.cpp141 std::string subStr = "ECDSA+SHA256"; in HWTEST_F() local
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dutils.cpp86 bool Utils::StartWith(const std::string &mainStr, const std::string &subStr) in StartWith() argument
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dutils.cpp86 bool Utils::StartWith(const std::string &mainStr, const std::string &subStr) in StartWith() argument
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_element.cpp432 std::string subStr; in SplitString() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension.cpp264 auto subStr = str.substr(i + 1); in FromString() local
/foundation/communication/netstack/test/unittest/utils/common_utils/
H A DNetStackCommonUtilsTest.cpp46 std::vector<std::string> subStr = Split(str, STATUS_LINE_COMMA); in HWTEST_F() local
58 std::string subStr = Strip(str, SPACE); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/websocket_test/
H A DNetStackCommonUtilsTest.cpp46 std::vector<std::string> subStr = Split(str, STATUS_LINE_COMMA); in HWTEST_F() local
58 std::string subStr = Strip(str, SPACE); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp355 std::string subStr; in SplitString() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.cpp433 std::string subStr; in SplitString() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp295 void RSPathAnimation::ReplaceSubString(std::string& sourceStr, const std::string& subStr, in ReplaceSubString() argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp152 bool BundleUtil::EndWith(const char *str, const char *subStr) in EndWith() argument
174 bool BundleUtil::StartWith(const char *str, const char *subStr) in StartWith() argument
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp390 std::string subStr; in ReadFile() local
391 infile >> subStr; in ReadFile() local
/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_file_utils.cpp223 bool RingtoneFileUtils::Mkdir(const string &subStr, shared_ptr<int> errCodePtr) in Mkdir() argument
256 string subStr; in CreateDirectory() local
/foundation/ability/form_fwk/services/src/
H A 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/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp218 auto subStr = str.substr(i + 1); in FromString() local
834 auto subStr = str.substr(i + 1); in GetUnitAndSize() local
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp810 char *subStr = new char[resultLen + 1]; in ParseInfoFromMetadata() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp818 std::string subStr = ""; in CopyFileToSecurityDir() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp1385 std::string subStr = match[1].str(); in ExtractValue() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp262 bool MediaFileUtils::Mkdir(const string &subStr, shared_ptr<int> errCodePtr) in Mkdir() argument
283 string subStr; in CreateDirectory() local

Completed in 34 milliseconds