Home
last modified time | relevance | path

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

12

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dfile_ex.cpp94 bool RustStringExistsInFile(const rust::String& fileName, const rust::String& subStr, bool caseSens… in RustStringExistsInFile()
101 int RustCountStrInFile(const rust::String& fileName, const rust::String& subStr, bool caseSensitiv… in RustCountStrInFile()
357 bool StringExistsInFile(const string& fileName, const string& subStr, bool caseSensitive /*= true*/) in StringExistsInFile()
381 int CountStrInStr(const string& str, const string& subStr) in CountStrInStr()
399 int CountStrInFile(const string& fileName, const string& subStr, bool caseSensitive /*= true*/) in CountStrInFile()
/ohos5.0/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()
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()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Ddefault_logger.cpp22 inline void StringReplace(std::string& sourceStr, const std::string& subStr, const std::string& new… in StringReplace()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_uevent.c109 static void DevMgrUeventReplaceLineFeed(char *str, const char *subStr, char c) in DevMgrUeventReplaceLineFeed()
172 static int32_t DevMgrUeventParseMatchKey(char *subStr, struct DListHead *matchKeyList) in DevMgrUeventParseMatchKey()
200 static int32_t DevMgrUeventParseHdfEvent(char *subStr, struct DevMgrUeventRuleCfg *ruleCfg) in DevMgrUeventParseHdfEvent()
274 char *subStr = line; in DevMgrUeventParseRule() local
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/base/security/crypto_framework/common/src/
H A Dparams_parser.c205 HcString subStr = CreateString(); in ParseAndSetParameter() local
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.cpp100 uint32_t StringUtil::CalSubStrNum(const string &str, const string &subStr) in CalSubStrNum()
/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp127 int32_t UpdateLog::FindSubStrCount(const std::string &str, const std::string &subStr) in FindSubStrCount()
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsConfigurationTest.cpp141 std::string subStr = "ECDSA+SHA256"; variable
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfreeze_json_util.cpp73 int CountSubStr(const std::string& str, const std::string& subStr) in CountSubStr()
/ohos5.0/base/update/updater/services/script/script_instruction/
H A Dscript_basicinstruction.cpp111 std::string subStr; in Execute() local
/ohos5.0/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()
256 string subStr; in CreateDirectory() local
/ohos5.0/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()
174 bool BundleUtil::StartWith(const char *str, const char *subStr) in StartWith()
/ohos5.0/foundation/communication/netstack/test/unittest/utils/common_utils/
H A DNetStackCommonUtilsTest.cpp46 std::vector<std::string> subStr = Split(str, STATUS_LINE_COMMA); variable
58 std::string subStr = Strip(str, SPACE); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension.cpp264 auto subStr = str.substr(i + 1); in FromString() local
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dusim_dialling_numbers_service.cpp195 auto subStr = dataPac.substr(0, FstByteChrLen); in GeneratePbrFile() local
/ohos5.0/base/startup/init/services/param/trigger/
H A Dtrigger_checker.c174 char *subStr = strstr(condition + data->startIndex, "="); in ComputeSubCondition() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp296 void RSPathAnimation::ReplaceSubString(std::string& sourceStr, const std::string& subStr, in ReplaceSubString()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_rule.cpp271 std::string subStr; in CompareBeginEnd() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_element.cpp432 std::string subStr; in SplitString() local
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.cpp434 std::string subStr; in SplitString() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp223 auto subStr = str.substr(i + 1); in FromString() local
839 auto subStr = str.substr(i + 1); in GetUnitAndSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp355 std::string subStr; in SplitString() local

12