| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
| D | exif_metadata_formatter.cpp | 648 bool ExifMetadatFormatter::ValidRegex(const std::string &value, const std::string ®ex) in ValidRegex() 660 void ExifMetadatFormatter::ReplaceAsSpace(std::string &value, const std::string ®ex) in ReplaceAsSpace() 666 void ExifMetadatFormatter::ReplaceAsContent(std::string &value, const std::string ®ex, const std… in ReplaceAsContent() 673 bool ExifMetadatFormatter::ValidRegexWithComma(std::string &value, const std::string ®ex) in ValidRegexWithComma() 828 …ol ExifMetadatFormatter::ValidRegexWithRationalFormat(std::string &value, const std::string ®ex) in ValidRegexWithRationalFormat() 841 …ifMetadatFormatter::ValidRegexWithCommaRationalFormat(std::string &value, const std::string ®ex) in ValidRegexWithCommaRationalFormat() 857 …ifMetadatFormatter::ValidRegexWithColonRationalFormat(std::string &value, const std::string ®ex) in ValidRegexWithColonRationalFormat() 873 bool ExifMetadatFormatter::ValidRegexWithDot(std::string &value, const std::string ®ex) in ValidRegexWithDot() 883 …datFormatter::ValidRegxWithCommaDecimalRationalFormat(std::string &value, const std::string ®ex) in ValidRegxWithCommaDecimalRationalFormat() 896 …ifMetadatFormatter::ValidRegxAndConvertRationalFormat(std::string &value, const std::string ®ex) in ValidRegxAndConvertRationalFormat() [all …]
|
| /foundation/multimedia/player_framework/.vscode/ |
| D | settings.json | 6 "regex": "cpp", string
|
| /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/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/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/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/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/arkui/ace_engine/test/unittest/core/common/ime/ |
| D | ime_test.cpp | 789 std::wregex regex(L"[^\\d]"); variable
|
| /foundation/multimedia/av_codec/test/unittest/http_source_test/ |
| D | downloader_unit_test.cpp | 752 string regex = ""; variable 759 string regex = "!@#$%^&*()"; variable 766 string regex = "abc123"; variable
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_utils.cpp | 305 regex_t regex; in CheckRegexValid() local
|
| /foundation/communication/netmanager_ext/services/networksharemanager/src/ |
| D | networkshare_service.cpp | 153 … [&shareRegexsContent](const std::string ®ex) { shareRegexsContent += regex + ";"; }); in GetShareRegexsContent()
|
| /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/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 | 279 bool IsRegexValid(const std::string ®ex) in IsRegexValid()
|
| /foundation/multimedia/camera_framework/services/camera_service/src/ |
| D | hcamera_device_manager.cpp | 630 std::regex regex("\\d+$"); in GetCameraIdNumber() local
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
| D | skill.cpp | 442 std::regex regex(pathRegexUri); 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/communication/netmanager_base/utils/common_utils/src/ |
| D | netmanager_base_common_utils.cpp | 692 bool IsUrlRegexValid(const std::string ®ex) in IsUrlRegexValid()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
| D | query_helper.cpp | 91 std::regex regex(" "); in StringToDbQuery() local
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| D | resource_adapter_impl_v2.cpp | 779 std::regex regex(RESOURCE_TOKEN_PATTERN); in GetRawfile() local
|