Searched refs:IsValidEvent (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_observer.cpp | 96 bool AppEventFilter::IsValidEvent(std::shared_ptr<AppEventPack> event) const in IsValidEvent() function in OHOS::HiviewDFX::HiAppEvent::AppEventFilter 98 return IsValidEvent(event->GetDomain(), event->GetName(), event->GetType()); in IsValidEvent() 101 bool AppEventFilter::IsValidEvent(const std::string& eventDomain, const std::string& eventName, int… in IsValidEvent() function in OHOS::HiviewDFX::HiAppEvent::AppEventFilter 122 if (IsValidEvent(DOMAIN_OS, event.name, event.type)) { in GetOsEventsMask() 129 bool EventConfig::IsValidEvent(std::shared_ptr<AppEventPack> event) const in IsValidEvent() function in OHOS::HiviewDFX::HiAppEvent::EventConfig 145 return IsValidEvent(event) && isRealTime; in IsRealTimeEvent() 176 return filter.IsValidEvent(event); in VerifyEvent()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/ |
H A D | app_event_observer.h | 46 bool IsValidEvent(std::shared_ptr<AppEventPack> event) const; 47 …bool IsValidEvent(const std::string& eventDomain, const std::string& eventName, int eventType) con…
|
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/ |
H A D | base_type.h | 65 bool IsValidEvent(std::shared_ptr<AppEventPack> event) const;
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | napi_common.h | 61 static bool IsValidEvent(const std::string &eventInfo, int32_t &eventId);
|
H A D | napi_common.cpp | 26 bool NapiCommon::IsValidEvent(const std::string &eventInfo, int32_t &eventId) in IsValidEvent() function in OHOS::NetManagerStandard::NapiCommon
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/include/ |
H A D | napi_screenlock_ability.h | 91 napi_status IsValidEvent(const std::string &type);
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 86 napi_status IsValidEvent(const std::string &type) in IsValidEvent() function 482 if (IsValidEvent(context->eventInfo) != napi_ok) { in NAPI_ScreenLockSendEvent()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | napi_net_policy.cpp | 831 if (NapiCommon::IsValidEvent(content, context->eventPolicyId)) { in On() 864 if (NapiCommon::IsValidEvent(content, context->eventPolicyId)) { in Off()
|