Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/test/unittest/common/
Dsys_event_test.cpp62 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue); variable
63 ASSERT_TRUE(isMatch);
87 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue); variable
88 ASSERT_TRUE(isMatch);
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_detector.cpp61 bool isMatch = false; in IsDurationRelated() local
66 isMatch = true; in IsDurationRelated()
72 return isMatch; in IsDurationRelated()
77 bool isMatch = false; in IsStateRelated() local
97 isMatch = true; in IsStateRelated()
103 return isMatch; in IsStateRelated()
/base/powermgr/battery_manager/charger/src/
Dcharger_animation.cpp63 bool isMatch = false; in InitConfig() local
67 isMatch = true; in InitConfig()
73 if (!isMatch) { in InitConfig()
/base/usb/usb_manager/services/native/src/
Dusb_right_manager.cpp285 bool isMatch = IsTokenAplMatch(ATokenAplEnum::APL_SYSTEM_CORE); in IsSystemCore() local
286 if (!isMatch) { in IsSystemCore()
289 return isMatch; in IsSystemCore()
294 bool isMatch = IsTokenAplMatch(ATokenAplEnum::APL_SYSTEM_BASIC); in IsSystemBasic() local
295 if (!isMatch) { in IsSystemBasic()
298 return isMatch; in IsSystemBasic()
/base/update/updater/utils/json/
Dtraits_util.h50 using isMatch = typename std::enable_if_t<b, T>;
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_locale.cpp440 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort() local
441 if (isMatch) { in FindAndSort()
/base/global/resource_management/frameworks/resmgr/src/
Dres_locale.cpp450 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort() local
451 if (isMatch) { in FindAndSort()