Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
Dnetworkshare_manager_test.cpp183 for (auto regex : wifiRegexs) { variable
194 for (auto regex : usbRegexs) { variable
206 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/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/communication/netmanager_ext/services/networksharemanager/src/
Dnetworkshare_service.cpp133 … [&shareRegexsContent](const std::string &regex) { shareRegexsContent += regex + ";"; }); in GetShareRegexsContent()
/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/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.cpp498 std::regex regex("([A-Z])"); in ConvertStrToPropertyType() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/mock/
Dmock_render_text_field.cpp204 std::wstring WstringSearch(std::wstring wideText, const std::wregex& regex) in WstringSearch()
/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.cpp1507 std::wstring WstringSearch(std::wstring wideText, const std::wregex& regex) in WstringSearch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dinner_bundle_info.cpp411 std::regex regex(pathRegexUri); in MatchUri() local