Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/frameworks/kitsimpl/include/
Dscreenlock_system_ability_interface.h32 std::string eventType_; member
34 …SystemEvent(std::string eventType = "", std::string params = "") : eventType_(eventType), params_(… in eventType_() function
/base/hiviewdfx/hiview/base/event_report/event/include/
Dlogger_event.h30 : eventDomain_(domain), eventName_(name), eventType_(type) {} in LoggerEvent()
52 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_callback_test.cpp31 …SCLOCK_HILOGD("event=%{public}s,params=%{public}s", systemEvent.eventType_.c_str(), systemEvent.pa… in OnCallBack()
Dscreenlock_notify_test_instance.cpp32 …OGD("ScreenlockNotifyTestInstance ONCALLBACK event is%{public}s", systemEvent.eventType_.c_str()); in OnCallBack()
/base/theme/screenlock_mgr/interfaces/kits/napi/src/
Dscreenlock_system_ability_callback.cpp64 …_string_utf8(screenlockOnCallBackPtr->env, screenlockOnCallBackPtr->systemEvent.eventType_.c_str(), in __anonde5bc0f60102()
98 systemEvent.eventType_.c_str(), systemEvent.params_.c_str()); in OnCallBack()
Dscreenlock_callback.cpp117 systemEvent.eventType_.c_str(), systemEvent.params_.c_str()); in OnCallBack()
/base/hiviewdfx/hiview/base/event_report/event/
Dplugin_event.cpp31 HiSysEvent::Write(this->eventDomain_, this->eventName_, this->eventType_, in Report()
Dplugin_fault_event.cpp31 HiSysEvent::Write(this->eventDomain_, this->eventName_, this->eventType_, in Report()
Dplugin_stats_event.cpp91 HiSysEvent::Write(eventDomain_, 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 HiSysEvent::Write(this->eventDomain_, this->eventName_, this->eventType_, in Report()
Dsys_usage_event.cpp34 HiSysEvent::Write(this->eventDomain_, 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.cpp689 …_HILOGI("OnCallBack eventType is %{public}s, params is %{public}s", systemEvent.eventType_.c_str(), in SystemEventCallBack()
698 …HITRACE_TAG_MISC, "ScreenLockSystemAbility::" + systemEvent.eventType_ + "begin callback", traceTa… in SystemEventCallBack()
704 …HITRACE_TAG_MISC, "ScreenLockSystemAbility::" + systemEvent.eventType_ + "end callback", traceTask… in SystemEventCallBack()
/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()
85 std::string eventType_; variable
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_session.h197 return eventType_; in GetEventType()
212 std::string eventType_; variable
Dupdate_session.cpp254 int ret = NapiUtil::GetString(env, args[0], eventType_); in StartWork()
317 return isEquals && (type.compare(eventType_) == 0); in CheckEqual()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp47 featureSet_.fullPath.c_str(), eventType_.c_str()); in AnalysisLog()