Home
last modified time | relevance | path

Searched refs:Matcher (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_callback_proxy_test.cpp133 Matcher<const PrinterInfo&>(PrinterInfoMatcher(testInfo)))).Times(1).WillOnce(Return(true));
164Matcher<const PrinterInfo&>(PrinterInfoMatcher(testInfo)))).Times(1).WillOnce(Return(false));
195 Matcher<const PrintJob&>(PrintJobMatcher(testJob)))).Times(1).WillOnce(Return(true));
226 Matcher<const PrintJob&>(PrintJobMatcher(testJob)))).Times(1).WillOnce(Return(true));
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_callback_stub_test.cpp137 Matcher<const PrinterInfo&>(PrinterInfoMatcher(testInfo)))).Times(1).WillOnce(Return(true));
166 Matcher<const PrintJob&>(PrintJobMatcher(testJob)))).Times(1).WillOnce(Return(true));
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/
H A Danonymizer.c31 bool (*Matcher)(const char *, uint32_t); member
366 if (ANONYMIZE_HANDLER[i].Matcher(str, len)) { in AnonymizeInner()
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DDataFetcher.java39 import java.util.regex.Matcher;
139 Matcher matcher = RE_LANGUAGE.matcher(line); in processWildcard()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md1828 Matcher matcher = REGEX_PATTER.matcher(args[0]);
1847 Matcher matcher = REGEX_PATTER.matcher(args[0]);
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md1826 Matcher matcher = REGEX_PATTER.matcher(args[0]);
1845 Matcher matcher = REGEX_PATTER.matcher(args[0]);