/base/theme/screenlock_mgr/frameworks/native/include/ |
D | screenlock_system_ability_interface.h | 25 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/ |
D | logger_event.h | 30 : eventName_(name), eventType_(type) {} in LoggerEvent() 51 HiSysEvent::EventType eventType_; variable
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/ |
D | rule.h | 28 eventPath_(eventPath), analysisConfig_(analysisConfig), eventType_(eventType) {}; in Rule() 40 std::string eventType_; variable
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
D | rule.cpp | 36 extractRule.ParseExtractRule(eventType_, extractConfig, eventPath_); in ParseRule() 40 composeRule.ParseComposeRule(composeConfig, eventType_, extractRule.GetFeatureId()); in ParseRule()
|
/base/theme/screenlock_mgr/test/unittest/ |
D | screenlock_notify_test_instance.cpp | 32 …OGD("ScreenlockNotifyTestInstance ONCALLBACK event is%{public}s", systemEvent.eventType_.c_str()); in OnCallBack()
|
D | screenlock_callback_test.cpp | 32 …SCLOCK_HILOGD("event=%{public}s,params=%{public}s", systemEvent.eventType_.c_str(), systemEvent.pa… in OnCallBack()
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
D | screenlock_system_ability_callback.cpp | 62 …_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/ |
D | plugin_fault_event.cpp | 31 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
|
D | plugin_event.cpp | 31 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
|
D | plugin_stats_event.cpp | 91 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, eventName_, eventType_, in Report()
|
D | logger_event.cpp | 90 root[KEY_OF_TYPE] = (int)this->eventType_; in ToJsonString()
|
/base/hiviewdfx/hiview/plugins/usage_event_report/event/ |
D | app_usage_event.cpp | 34 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
|
D | sys_usage_event.cpp | 34 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
|
/base/theme/screenlock_mgr/services/src/ |
D | screenlock_system_ability_proxy.cpp | 37 if (!data.WriteString(systemEvent.eventType_)) { in OnCallBack()
|
D | screenlock_system_ability.cpp | 583 …_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/ |
D | sys_event.cpp | 79 : 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/ |
D | feature_analysis.h | 44 … const std::string& eventType) : taskId_(time(nullptr)), eventType_(eventType), lineCursor_(0), in FeatureAnalysis() 84 std::string eventType_; variable
|
/base/hiviewdfx/hiview/plugins/sys_dispatcher/ |
D | sys_dispatcher.cpp | 47 …auto dispatchList = GetHiviewContext()->GetDisPatcherInfo(sysEvent->eventType_, sysEvent->eventNam… in DispatchEvent()
|
/base/update/updateservice/frameworks/js/napi/client/ |
D | update_session.h | 277 return eventType_; in GetEventType() 292 std::string eventType_; variable
|
D | update_session.cpp | 244 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/ |
D | sysevent_source.cpp | 134 …sysEvent->eventType_ = sysEventParser_->GetTypeByDomainAndName(sysEvent->domain_, sysEvent->eventN… in CheckValidSysEvent()
|
/base/hiviewdfx/hiview/base/event_store/store/ |
D | sys_event_doc.cpp | 89 type_ = sysEvent->eventType_; in InitWriter()
|
/base/hiviewdfx/hiview/base/include/ |
D | sys_event.h | 121 int eventType_;
|
/base/hiviewdfx/hiview/base/event_store/utility/writer/ |
D | sys_event_doc_writer.cpp | 146 uint32_t pageSize = EventStoreConfig::GetInstance().GetPageSize(sysEvent->eventType_); in WriteHeader()
|
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
D | feature_analysis.cpp | 47 featureSet_.fullPath.c_str(), eventType_.c_str()); in AnalysisLog()
|