Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_detector.cpp61 bool isMatch = false; in IsDurationRelated() local
77 bool isMatch = false; in IsStateRelated() local
/base/hiviewdfx/hiview/base/test/unittest/common/
Dsys_event_test.cpp116 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue); variable
141 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue); variable
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
Dpositive_rule.cpp291 … bool isMatch = isStartsWithNumber ? matched.startsWith(possible) : matched.endsWith(possible); in HandlePossibleNumberWithPattern() local
Dregex_rule.cpp507 … bool isMatch = isStartsWithNumber ? matched.startsWith(possible) : matched.endsWith(possible); in HandlePossibleNumberWithPattern() local
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_locale.cpp440 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort() local
/base/global/resource_management/frameworks/resmgr/src/
Dres_locale.cpp450 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort() local
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
Dcertificate_openssl_common.c448 int isMatch = EVP_PKEY_cmp(certPublicKey, pubKey); in CheckSelfPubkey() local