Searched defs:Filter (Results 1 – 3 of 3) sorted by relevance
261 struct Filter { struct262 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;
62 std::vector<MatchedDateTimeInfo> DateTimeFilter::Filter(icu::UnicodeString& content, in Filter() function in OHOS::Global::I18n::DateTimeFilter
886 ErrCode AdvancedNotificationService::Filter(const std::shared_ptr<NotificationRecord> &record, bool… in Filter() function in OHOS::Notification::AdvancedNotificationService