Searched refs:isMatched (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/crash_validator/ |
H A D | crash_validator.h | 58 void PrintEvents(int fd, const std::vector<CrashEvent>& events, bool isMatched);
|
H A D | crash_validator.cpp | 99 void CrashValidator::PrintEvents(int fd, const std::vector<CrashEvent>& events, bool isMatched) in PrintEvents() argument 103 if (isMatched) { in PrintEvents()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | sys_event_service_ohos.cpp | 202 bool isMatched = MatchRules(listener->second.rules, event->domain_, event->eventName_, in OnSysEvent() local 204 HIVIEW_LOGD("pid %{public}d rules match %{public}s.", listener->second.pid, isMatched ? "success" : "fail"); in OnSysEvent() 205 if (isMatched) { in OnSysEvent()
|
/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | i18n_test.cpp | 1357 bool isMatched = LocaleMatcher::Match(locale1, locale2); in HWTEST_F() local 1358 EXPECT_FALSE(isMatched); in HWTEST_F() 1364 isMatched = LocaleMatcher::Match(locale1, locale2); in HWTEST_F() 1365 EXPECT_FALSE(isMatched); in HWTEST_F() 1371 isMatched = LocaleMatcher::Match(locale1, locale2); in HWTEST_F() 1372 EXPECT_FALSE(isMatched); in HWTEST_F() 1378 isMatched = LocaleMatcher::Match(locale1, locale2); in HWTEST_F() 1379 EXPECT_TRUE(isMatched); in HWTEST_F()
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_service.cpp | 375 int32_t isMatched = UEC_INTERFACE_INVALID_VALUE; in GetDeviceVidPidSerialNumber() local 381 isMatched = UEC_OK; in GetDeviceVidPidSerialNumber() 385 return isMatched; in GetDeviceVidPidSerialNumber()
|
Completed in 9 milliseconds