Home
last modified time | relevance | path

Searched refs:IsValidEvent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp96 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 Dapp_event_observer.h46 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 Dbase_type.h65 bool IsValidEvent(std::shared_ptr<AppEventPack> event) const;
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dnapi_common.h61 static bool IsValidEvent(const std::string &eventInfo, int32_t &eventId);
H A Dnapi_common.cpp26 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 Dnapi_screenlock_ability.h91 napi_status IsValidEvent(const std::string &type);
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp86 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 Dnapi_net_policy.cpp831 if (NapiCommon::IsValidEvent(content, context->eventPolicyId)) { in On()
864 if (NapiCommon::IsValidEvent(content, context->eventPolicyId)) { in Off()