| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
| D | exif_metadata_formatter.cpp | 649 bool ExifMetadatFormatter::ValidRegex(const std::string &value, const std::string ®ex) in ValidRegex() 661 void ExifMetadatFormatter::ReplaceAsSpace(std::string &value, const std::string ®ex) in ReplaceAsSpace() 667 void ExifMetadatFormatter::ReplaceAsContent(std::string &value, const std::string ®ex, const std… in ReplaceAsContent() 674 bool ExifMetadatFormatter::ValidRegexWithComma(std::string &value, const std::string ®ex) in ValidRegexWithComma() 829 …ol ExifMetadatFormatter::ValidRegexWithRationalFormat(std::string &value, const std::string ®ex) in ValidRegexWithRationalFormat() 842 …ifMetadatFormatter::ValidRegexWithCommaRationalFormat(std::string &value, const std::string ®ex) in ValidRegexWithCommaRationalFormat() 858 …ifMetadatFormatter::ValidRegexWithColonRationalFormat(std::string &value, const std::string ®ex) in ValidRegexWithColonRationalFormat() 874 bool ExifMetadatFormatter::ValidRegexWithDot(std::string &value, const std::string ®ex) in ValidRegexWithDot() 884 …datFormatter::ValidRegxWithCommaDecimalRationalFormat(std::string &value, const std::string ®ex) in ValidRegxWithCommaDecimalRationalFormat() 897 …ifMetadatFormatter::ValidRegxAndConvertRationalFormat(std::string &value, const std::string ®ex) in ValidRegxAndConvertRationalFormat() [all …]
|
| /foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
| D | networkshare_manager_test.cpp | 127 for (auto regex : wifiRegexs) { variable 139 for (auto regex : usbRegexs) { variable 151 for (auto regex : blueRegexs) { variable
|
| /foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
| D | networkshare_manager_test.cpp | 126 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/ |
| D | text_input_formatter.cpp | 23 BlackListCharsFormatter::BlackListCharsFormatter(std::wregex&& regex) : regex_(regex) {} in BlackListCharsFormatter()
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
| D | zip_utils.cpp | 74 regex_t regex; in FilePathCheckValid() local
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/ |
| D | cast_local_file_channel_common.cpp | 115 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/ |
| D | cast_local_file_channel_common.cpp | 115 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/ |
| D | hfp_ag_command_processor.cpp | 574 std::regex regex("\\,"); in BindSetter() local 621 std::regex regex("\\,"); in BievSetter() local 663 std::regex regex("\\,"); in BacSetter() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
| D | router_map_helper.cpp | 87 regex_t regex; in IsRegexMatch() local
|
| /foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/ |
| D | module_test_dump_util.cpp | 87 bool MTDumpUtil::MatchRegex(const regex& regex, const string& str, string& result) in MatchRegex()
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/media_query/ |
| D | media_queryer.cpp | 36 … MediaQueryerRule(const std::regex& regex, const ConditionParser& parser, uint32_t matchResultSize) in MediaQueryerRule() 39 explicit MediaQueryerRule(const std::regex& regex) : regex_(regex) {} in MediaQueryerRule()
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
| D | deeplink_reserve_config.cpp | 166 std::regex regex(pathRegexUri); in IsUriMatched() local
|
| /foundation/ability/ability_runtime/frameworks/native/child_process/src/ |
| D | native_child_process.cpp | 90 std::regex regex("^[a-zA-Z0-9_]+$"); in OH_Ability_ChildProcessConfigs_SetProcessName() local
|
| /foundation/arkui/ace_engine/test/unittest/core/common/ime/ |
| D | ime_test.cpp | 789 std::wregex regex(L"[^\\d]"); variable
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_utils.cpp | 305 regex_t regex; in CheckRegexValid() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
| D | hfp_hf_command_processor.cpp | 421 std::regex regex("\\,"); in ProcessChld() local 456 std::regex regex("\\,"); in ProcessListHfIndicators() local
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/ |
| D | http_curl_client.cpp | 105 bool IsRegexValid(const std::string ®ex) in IsRegexValid()
|
| /foundation/communication/netmanager_ext/services/networksharemanager/src/ |
| D | networkshare_service.cpp | 163 … [&shareRegexsContent](const std::string ®ex) { shareRegexsContent += regex + ";"; }); in GetShareRegexsContent()
|
| /foundation/arkui/ace_engine/adapter/preview/inspector/ |
| D | js_inspector_manager.cpp | 502 std::regex regex("([A-Z])"); in ConvertStrToPropertyType() local
|
| /foundation/communication/netstack/utils/common_utils/src/ |
| D | netstack_common_utils.cpp | 280 bool IsRegexValid(const std::string ®ex) in IsRegexValid()
|
| /foundation/multimedia/av_codec/test/unittest/http_source_test/ |
| D | downloader_unit_test.cpp | 951 string regex = ""; variable 958 string regex = "!@#$%^&*()"; variable 965 string regex = "abc123"; variable
|
| /foundation/multimedia/camera_framework/services/camera_service/src/ |
| D | hcamera_device_manager.cpp | 685 std::regex regex("\\d+$"); in GetCameraIdNumber() local
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
| D | skill.cpp | 443 regex_t regex; in MatchUri() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/ |
| D | accessibility_node_manager.cpp | 157 std::regex regex("([A-Z])"); in ConvertStrToPropertyType() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
| D | query_helper.cpp | 92 std::regex regex(" "); in StringToDbQuery() local
|