Home
last modified time | relevance | path

Searched defs:eventType (Results 1 – 25 of 90) 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.cpp49 bool DeviceStatusEvent::On(int32_t eventType, napi_value handler, bool isOnce) in On()
75 bool DeviceStatusEvent::SaveCallbackByEvent(int32_t eventType, napi_value handler, bool isOnce, in SaveCallbackByEvent()
104 napi_value handler, int32_t eventType) in IsNoExistCallback()
128 void DeviceStatusEvent::SaveCallback(int32_t eventType, napi_ref onHandlerRef, bool isOnce) in SaveCallback()
140 bool DeviceStatusEvent::Off(int32_t eventType, napi_value handler) in Off()
147 bool DeviceStatusEvent::OffOnce(int32_t eventType, napi_value handler) in OffOnce()
175 bool DeviceStatusEvent::RemoveAllCallback(int32_t eventType) in RemoveAllCallback()
187 void DeviceStatusEvent::CheckRet(int32_t eventType, size_t argc, int32_t value, in CheckRet()
209 void DeviceStatusEvent::SendRet(int32_t eventType, int32_t value, napi_value &result) in SendRet()
240 void DeviceStatusEvent::OnEvent(int32_t eventType, size_t argc, int32_t value, bool isOnce) in OnEvent()
/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dlog_analyzer.cpp41 auto eventType = GetFaultNameByType(info.faultLogType, false); in GetFingerRawString() local
51 auto eventType = GetFaultNameByType(info.faultLogType, false); in AnalysisFaultlog() local
/base/update/updateservice/services/core/ability/alarm/src/
Dtimer_manager.cpp43 bool TimerManager::RegisterLooperEvent(EventType eventType, int64_t looperInterval, in RegisterLooperEvent()
69 void TimerManager::UnregisterLooperEvent(EventType eventType) in UnregisterLooperEvent()
/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()
Dnapi_state_registry.cpp60 static inline bool IsValidSlotIdEx(TelephonyUpdateEventType eventType, int32_t slotId) in IsValidSlotIdEx()
139 std::array<char, ARRAY_SIZE> eventType {}; in On() local
237 std::array<char, ARRAY_SIZE> eventType {}; in Off() local
/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/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/plugins/unified_collector/test/unittest/common/mock/
Dmock_function_jumble.cpp56 bool Audit::WriteAuditEvent(StatsEvent eventType, uint64_t eventId, const std::string& digest) in WriteAuditEvent()
91 …EventPublish::PushEvent(int32_t uid, const std::string& eventName, HiSysEvent::EventType eventType, in PushEvent()
/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/hiviewdfx/hiview/utility/smart_parser/rule/include/
Drule.h27 Rule(std::string eventPath, std::string analysisConfig, std::string eventType) in Rule()
/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/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/
Dsmart_parser.cpp29 const std::string& analysisConfig, const std::string& eventType) in Analysis()
/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