Home
last modified time | relevance | path

Searched defs:eventType (Results 1 – 25 of 80) sorted by relevance

1234

/base/hiviewdfx/hiview/base/event_store/config/src/
Devent_store_config.cpp74 bool EventStoreConfig::Contain(int eventType) in Contain()
79 uint32_t EventStoreConfig::GetStoreDay(int eventType) in GetStoreDay()
84 uint32_t EventStoreConfig::GetMaxSize(int eventType) in GetMaxSize()
89 uint32_t EventStoreConfig::GetMaxFileNum(int eventType) in GetMaxFileNum()
94 uint32_t EventStoreConfig::GetPageSize(int eventType) in GetPageSize()
99 uint32_t EventStoreConfig::GetMaxFileSize(int eventType) in GetMaxFileSize()
/base/msdp/device_status/frameworks/js/napi/src/
Ddevicestatus_event.cpp47 bool DeviceStatusEvent::On(int32_t eventType, napi_value handler, bool isOnce) in On()
73 bool DeviceStatusEvent::SaveCallbackByEvent(int32_t eventType, napi_value handler, bool isOnce, in SaveCallbackByEvent()
102 napi_value handler, int32_t eventType) in IsNoExistCallback()
126 void DeviceStatusEvent::SaveCallback(int32_t eventType, napi_ref onHandlerRef, bool isOnce) in SaveCallback()
138 bool DeviceStatusEvent::Off(int32_t eventType, napi_value handler) in Off()
176 bool DeviceStatusEvent::OffOnce(int32_t eventType, napi_value handler) in OffOnce()
204 bool DeviceStatusEvent::RemoveAllCallback(int32_t eventType) in RemoveAllCallback()
216 void DeviceStatusEvent::CheckRet(int32_t eventType, size_t argc, int32_t value, in CheckRet()
238 void DeviceStatusEvent::SendRet(int32_t eventType, int32_t value, napi_value &result) in SendRet()
269 void DeviceStatusEvent::OnEvent(int32_t eventType, size_t argc, int32_t value, bool isOnce) in OnEvent()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_manager.cpp33 …napi_env env, const TelephonyUpdateEventType eventType, napi_ref ref, std::list<EventListener> &re… in UnregisterEventListener()
44 napi_env env, TelephonyUpdateEventType eventType, std::list<EventListener> &removeListenerList) in UnregisterEventListener()
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_event_list_test.h22 int eventType; member
/base/powermgr/thermal_manager/utils/native/src/
Dthermal_hisysevent.cpp26 static void WriteEvent(const std::string& eventType, Types... args) in WriteEvent()
57 static void WriteFaultEvent(const std::string& eventType, Types... args) in WriteFaultEvent()
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Dsys_event_rule.h48 uint32_t eventType = 0; variable
Dsys_event_query_rule.h43 uint32_t eventType = 0; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dsys_event_rule.h44 uint32_t eventType = 0; variable
Dsys_event_query_rule.h40 uint32_t eventType = 0; variable
/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dlog_analyzer.cpp34 auto eventType = GetFaultNameByType(info.faultLogType, false); in AnalysisFaultlog() local
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
Dhisysevent_rules.h84 uint32_t eventType; variable
119 uint32_t eventType; variable
Dhisysevent_base_listener.h35 … virtual void OnEvent(const std::string& domain, const std::string& eventName, const int eventType, in OnEvent()
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Drule.h27 Rule(std::string eventPath, std::string analysisConfig, std::string eventType) : in Rule()
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/
Dapp_event_processor.h28 int eventType = 0; member
/base/telephony/state_registry/frameworks/js/napi/include/
Devent_listener.h28 TelephonyUpdateEventType eventType = TelephonyUpdateEventType::NONE_EVENT_TYPE; member
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_timer_info.cpp54 std::string eventType = "ALARM_TRIGGER"; in OnTrigger() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_callback_proxy.cpp24 …ackProxy::Handle(const std::u16string& domain, const std::u16string& eventName, uint32_t eventType, in Handle()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dsys_event_callback_stub.cpp50 uint32_t eventType = 0; in OnRemoteRequest() local
Dhisysevent_listener_proxy.cpp23 uint32_t eventType, const std::u16string& eventDetail) in Handle()
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dextract_rule.cpp29 void ExtractRule::ParseExtractRule(const string& eventType, const string& config, const string& pat… in ParseExtractRule()
85 void ExtractRule::ParseRule(const string& eventType, const Json::Value& json, const string& path) in ParseRule()
124 bool ExtractRule::IsMatchId(const string& eventType, const string& featureId) const in IsMatchId() argument
/base/hiviewdfx/hiview/utility/smart_parser/
Dsmart_parser.cpp29 const std::string& analysisConfig, const std::string& eventType) in Analysis()
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/src/
Dhisysevent_wrapper.cpp56 int WriteEvent(enum EventType eventType, const char *functionName, const struct EventValues *eventV… in WriteEvent()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dscreenlock_system_ability_callback.cpp57 napi_value eventType = nullptr; in OnCallBack() local
/base/hiviewdfx/hisysevent/test/unittest/common/permission/
Dhisysevent_permission.test.js64 eventType: hiSysEvent.EventType.FAULT, property
88 eventType: hiSysEvent.EventType.FAULT, property
/base/hiviewdfx/hiview/base/
Daudit_log_parser.cpp78 int eventType = -1; in StartParse() local
167 void AuditLogParser::ParseNormalAuditEvent(int eventType, const std::vector<std::string>& eventElem… in ParseNormalAuditEvent()
203 void AuditLogParser::ParsePipelineAuditEvent(int eventType, const std::vector<std::string>& eventEl… in ParsePipelineAuditEvent()

1234