Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 18 of 18) sorted by relevance

/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
Dnetworkshare_manager_test.cpp126 for (auto regex : wifiRegexs) { variable
137 for (auto regex : usbRegexs) { variable
149 for (auto regex : blueRegexs) { variable
/foundation/arkui/ace_engine/frameworks/core/common/ime/
Dtext_input_formatter.cpp24 BlackListCharsFormatter::BlackListCharsFormatter(std::wregex&& regex) : regex_(regex) {} in BlackListCharsFormatter()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/
Dcast_local_file_channel_common.cpp115 std::regex regex("bytes=(\\d+)-(\\d+)?"); in ParseHttpRangeHeader() local
155 const std::regex regex("^/(.+)$"); in IsLocalFile() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
Dcast_local_file_channel_common.cpp115 std::regex regex("bytes=(\\d+)-(\\d+)?"); in ParseHttpRangeHeader() local
155 const std::regex regex("^/(.+)$"); in IsLocalFile() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_command_processor.cpp574 std::regex regex("\\,"); in BindSetter() local
621 std::regex regex("\\,"); in BievSetter() local
663 std::regex regex("\\,"); in BacSetter() local
/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/
Dmodule_test_dump_util.cpp87 bool MTDumpUtil::MatchRegex(const regex& regex, const string& str, string& result) in MatchRegex()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_utils.cpp230 regex_t regex; in CheckRegexValid() local
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
Dmedia_queryer.cpp40 … MediaQueryerRule(const std::regex& regex, const ConditionParser& parser, uint32_t matchResultSize) in MediaQueryerRule()
43 explicit MediaQueryerRule(const std::regex& regex) : regex_(regex) {} in MediaQueryerRule()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
Dnetworkshare_service.cpp137 … [&shareRegexsContent](const std::string &regex) { shareRegexsContent += regex + ";"; }); in GetShareRegexsContent()
/foundation/arkui/ace_engine/test/unittest/core/common/ime/
Dime_test.cpp789 std::wregex regex(L"[^\\d]"); variable
/foundation/communication/netstack/utils/common_utils/src/
Dnetstack_common_utils.cpp224 bool IsRegexValid(const std::string &regex) in IsRegexValid()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_command_processor.cpp421 std::regex regex("\\,"); in ProcessChld() local
456 std::regex regex("\\,"); in ProcessListHfIndicators() local
/foundation/arkui/ace_engine/adapter/preview/inspector/
Djs_inspector_manager.cpp502 std::regex regex("([A-Z])"); in ConvertStrToPropertyType() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dinner_common_info.cpp315 std::regex regex(pathRegexUri); in MatchUri() local
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
Daccessibility_node_manager.cpp160 std::regex regex("([A-Z])"); in ConvertStrToPropertyType() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dquery_helper.cpp50 std::regex regex(" "); in StringToDbQuery() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Drender_text_field.cpp1607 std::wstring WstringSearch(std::wstring wideText, const std::wregex& regex) in WstringSearch()
/foundation/ability/form_fwk/services/src/
Dform_mgr_adapter.cpp3404 std::regex regex(R"(formUpdateLevel:(\d+))"); in UpdateFormCloudUpdateDuration() local