Home
last modified time | relevance | path

Searched refs:eventType_ (Results 1 – 25 of 26) sorted by relevance

12

/base/theme/screenlock_mgr/frameworks/native/include/
Dscreenlock_system_ability_interface.h25 std::string eventType_; member
27 …explicit SystemEvent(std::string eventType = "", std::string params = "") : eventType_(eventType),… in eventType_() function
/base/hiviewdfx/hiview/base/event_report/event/include/
Dlogger_event.h30 : eventName_(name), eventType_(type) {} in LoggerEvent()
51 HiSysEvent::EventType eventType_; variable
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Drule.h28 eventPath_(eventPath), analysisConfig_(analysisConfig), eventType_(eventType) {}; in Rule()
40 std::string eventType_; variable
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Drule.cpp36 extractRule.ParseExtractRule(eventType_, extractConfig, eventPath_); in ParseRule()
40 composeRule.ParseComposeRule(composeConfig, eventType_, extractRule.GetFeatureId()); in ParseRule()
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_notify_test_instance.cpp32 …OGD("ScreenlockNotifyTestInstance ONCALLBACK event is%{public}s", systemEvent.eventType_.c_str()); in OnCallBack()
Dscreenlock_callback_test.cpp32 …SCLOCK_HILOGD("event=%{public}s,params=%{public}s", systemEvent.eventType_.c_str(), systemEvent.pa… in OnCallBack()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dscreenlock_system_ability_callback.cpp62 …_string_utf8(screenlockOnCallBackPtr->env, screenlockOnCallBackPtr->systemEvent.eventType_.c_str(), in __anonf6c467d20102()
96 systemEvent.eventType_.c_str(), systemEvent.params_.c_str()); in OnCallBack()
/base/hiviewdfx/hiview/base/event_report/event/
Dplugin_fault_event.cpp31 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
Dplugin_event.cpp31 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
Dplugin_stats_event.cpp91 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, eventName_, eventType_, in Report()
Dlogger_event.cpp90 root[KEY_OF_TYPE] = (int)this->eventType_; in ToJsonString()
/base/hiviewdfx/hiview/plugins/usage_event_report/event/
Dapp_usage_event.cpp34 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
Dsys_usage_event.cpp34 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability_proxy.cpp37 if (!data.WriteString(systemEvent.eventType_)) { in OnCallBack()
Dscreenlock_system_ability.cpp583 …_HILOGI("OnCallBack eventType is %{public}s, params is %{public}s", systemEvent.eventType_.c_str(), in SystemEventCallBack()
591 …StartAsyncTrace(HITRACE_TAG_MISC, "ScreenLockSystemAbility::" + systemEvent.eventType_ + "begin ca… in SystemEventCallBack()
598 …HITRACE_TAG_MISC, "ScreenLockSystemAbility::" + systemEvent.eventType_ + "end callback", traceTask… in SystemEventCallBack()
/base/hiviewdfx/hiview/base/
Dsys_event.cpp79 : PipelineEvent(sender, handler), eventType_(0), preserve_(true), seq_(0), pid_(0), in SysEvent()
120 eventType_ = builder_->GetEventType(); in InitialMembers()
121 what_ = static_cast<uint16_t>(eventType_); in InitialMembers()
245 return eventType_; in GetEventType()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dfeature_analysis.h44 … const std::string& eventType) : taskId_(time(nullptr)), eventType_(eventType), lineCursor_(0), in FeatureAnalysis()
84 std::string eventType_; variable
/base/hiviewdfx/hiview/plugins/sys_dispatcher/
Dsys_dispatcher.cpp47 …auto dispatchList = GetHiviewContext()->GetDisPatcherInfo(sysEvent->eventType_, sysEvent->eventNam… in DispatchEvent()
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_session.h277 return eventType_; in GetEventType()
292 std::string eventType_; variable
Dupdate_session.cpp244 int ret = NapiUtil::GetString(env, args[0], eventType_); in StartWork()
307 return isEquals && (type.compare(eventType_) == 0); in CheckEqual()
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dsysevent_source.cpp134 …sysEvent->eventType_ = sysEventParser_->GetTypeByDomainAndName(sysEvent->domain_, sysEvent->eventN… in CheckValidSysEvent()
/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_doc.cpp89 type_ = sysEvent->eventType_; in InitWriter()
/base/hiviewdfx/hiview/base/include/
Dsys_event.h121 int eventType_;
/base/hiviewdfx/hiview/base/event_store/utility/writer/
Dsys_event_doc_writer.cpp146 uint32_t pageSize = EventStoreConfig::GetInstance().GetPageSize(sysEvent->eventType_); in WriteHeader()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp47 featureSet_.fullPath.c_str(), eventType_.c_str()); in AnalysisLog()

12