Home
last modified time | relevance | path

Searched defs:Filter (Results 1 – 3 of 3) sorted by relevance

/base/request/request/frameworks/js/napi/include/
Djs_common.h261 struct Filter { struct
262 std::string bundle;
263 int64_t before;
264 int64_t after;
265 State state = State::ANY;
266 Action action = Action::ANY;
267 Mode mode = Mode::ANY;
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
Ddate_time_filter.cpp62 std::vector<MatchedDateTimeInfo> DateTimeFilter::Filter(icu::UnicodeString& content, in Filter() function in OHOS::Global::I18n::DateTimeFilter
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp886 ErrCode AdvancedNotificationService::Filter(const std::shared_ptr<NotificationRecord> &record, bool… in Filter() function in OHOS::Notification::AdvancedNotificationService