Home
last modified time | relevance | path

Searched defs:isMatch (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagerutils/unittest/netmanager_base_common_test/
H A Dut_netmanager_base_common.cpp591 bool isMatch = CommonUtils::UrlRegexParse(TEST_DOMAIN9, TEST_DOMAIN10); variable
597 bool isMatch = CommonUtils::UrlRegexParse(TEST_DOMAIN9, TEST_DOMAIN11); variable
603 bool isMatch = CommonUtils::UrlRegexParse(TEST_DOMAIN9, TEST_DOMAIN12); variable
609 bool isMatch = CommonUtils::UrlRegexParse(TEST_DOMAIN9, TEST_DOMAIN9); variable
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_detector.cpp61 bool isMatch = false; in IsDurationRelated() local
77 bool isMatch = false; in IsStateRelated() local
/ohos5.0/foundation/communication/netstack/test/unittest/utils/common_utils/
H A DNetStackCommonUtilsTest.cpp88 bool isMatch = IsMatch("www.alibaba.com", "*"); variable
94 bool isMatch = IsMatch("www.alibaba.com", ""); variable
100 bool isMatch = IsMatch("www.alibaba.com", "*.alibaba.*"); variable
106 bool isMatch = IsMatch("www.alibaba.com", "www.alibaba.com"); variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dremote_observer_list.h92 bool isMatch = false; in Register() local
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dsys_event_test.cpp116 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue); variable
141 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue); variable
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp303 auto isMatch = [](const vector<string> &s, const string &str) -> bool { in GetBigFiles() local
473 auto isMatch = [](const vector<string> &s, const string &str) -> bool { in GetBackupList() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info_manager.cpp319 bool isMatch = true; in QueryCapabilityByFilters() local
506 bool isMatch = false; in IsCapabilityMatchFilter() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp199 bool isMatch = context_->projectionTree.SearchTree(singlePath, index); in CheckCutNode() local
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dpositive_rule.cpp291 … bool isMatch = isStartsWithNumber ? matched.startsWith(possible) : matched.endsWith(possible); in HandlePossibleNumberWithPattern() local
H A Dregex_rule.cpp507 … bool isMatch = isStartsWithNumber ? matched.startsWith(possible) : matched.endsWith(possible); in HandlePossibleNumberWithPattern() local
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_locale.cpp440 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_locale.cpp451 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp133 bool isMatch = patternStr != "" && std::regex_match(str, pattern); in IsMatch() local
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dcertificate_openssl_common.c448 int isMatch = EVP_PKEY_cmp(certPublicKey, pubKey); in CheckSelfPubkey() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_ability_info.h140 bool isMatch = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp525 bool isMatch = false; in IsUtdMatch() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp606 bool isMatch = false; in IsArrayMatch() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp381 bool GtManagerService::isMatch(const char *dst, const char *src) in isMatch() function in OHOS::GtManagerService
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1302 bool isMatch = false; in ExecuteManageDeviceType() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp1890 auto isMatch = [abilityRecord](auto connectRecord) -> bool { in IsAbilityConnected() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp1788 bool isMatch = false; in MatchUtd() local