Searched defs:Filter (Results 1 – 3 of 3) sorted by relevance
17 pub struct Filter { struct19 pub common_data: CommonFilter, argument39 impl Filter { argument
214 struct Filter { struct215 std::string bundle;216 int64_t before;217 int64_t after;218 State state = State::ANY;219 Action action = Action::ANY;220 Mode mode = Mode::ANY;
637 ErrCode AdvancedNotificationService::Filter(const std::shared_ptr<NotificationRecord> &record) in Filter() function in OHOS::Notification::AdvancedNotificationService