Home
last modified time | relevance | path

Searched refs:isMatched (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/crash_validator/
H A Dcrash_validator.h58 void PrintEvents(int fd, const std::vector<CrashEvent>& events, bool isMatched);
H A Dcrash_validator.cpp99 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 Dsys_event_service_ohos.cpp202 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 Di18n_test.cpp1357 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 Dusb_service.cpp375 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