Searched defs:Filter (Results 1 – 3 of 3) sorted by relevance
253 struct Filter { struct254 std::string bundle;255 int64_t before;256 int64_t after;257 State state = State::ANY;258 Action action = Action::ANY;259 Mode mode = Mode::ANY;
62 std::vector<MatchedDateTimeInfo> DateTimeFilter::Filter(icu::UnicodeString& content, in Filter() function in OHOS::Global::I18n::DateTimeFilter
876 ErrCode AdvancedNotificationService::Filter(const std::shared_ptr<NotificationRecord> &record, bool… in Filter() function in OHOS::Notification::AdvancedNotificationService