Home
last modified time | relevance | path

Searched defs:IsValidEvent (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dapp_event_observer.cpp96 bool AppEventFilter::IsValidEvent(std::shared_ptr<AppEventPack> event) const in IsValidEvent() function in OHOS::HiviewDFX::HiAppEvent::AppEventFilter
101 bool AppEventFilter::IsValidEvent(const std::string& eventDomain, const std::string& eventName, int… in IsValidEvent() function in OHOS::HiviewDFX::HiAppEvent::AppEventFilter
129 bool EventConfig::IsValidEvent(std::shared_ptr<AppEventPack> event) const in IsValidEvent() function in OHOS::HiviewDFX::HiAppEvent::EventConfig
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dnapi_screenlock_ability.cpp86 napi_status IsValidEvent(const std::string &type) in IsValidEvent() function