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