/base/theme/screenlock_mgr/frameworks/kitsimpl/include/ |
D | screenlock_system_ability_interface.h | 32 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/ |
D | logger_event.h | 30 : eventDomain_(domain), eventName_(name), eventType_(type) {} in LoggerEvent() 52 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_callback_test.cpp | 31 …SCLOCK_HILOGD("event=%{public}s,params=%{public}s", systemEvent.eventType_.c_str(), systemEvent.pa… in OnCallBack()
|
D | screenlock_notify_test_instance.cpp | 32 …OGD("ScreenlockNotifyTestInstance ONCALLBACK event is%{public}s", systemEvent.eventType_.c_str()); in OnCallBack()
|
/base/theme/screenlock_mgr/interfaces/kits/napi/src/ |
D | screenlock_system_ability_callback.cpp | 64 …_string_utf8(screenlockOnCallBackPtr->env, screenlockOnCallBackPtr->systemEvent.eventType_.c_str(), in __anonde5bc0f60102() 98 systemEvent.eventType_.c_str(), systemEvent.params_.c_str()); in OnCallBack()
|
D | screenlock_callback.cpp | 117 systemEvent.eventType_.c_str(), systemEvent.params_.c_str()); in OnCallBack()
|
/base/hiviewdfx/hiview/base/event_report/event/ |
D | plugin_event.cpp | 31 HiSysEvent::Write(this->eventDomain_, this->eventName_, this->eventType_, in Report()
|
D | plugin_fault_event.cpp | 31 HiSysEvent::Write(this->eventDomain_, this->eventName_, this->eventType_, in Report()
|
D | plugin_stats_event.cpp | 91 HiSysEvent::Write(eventDomain_, 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 HiSysEvent::Write(this->eventDomain_, this->eventName_, this->eventType_, in Report()
|
D | sys_usage_event.cpp | 34 HiSysEvent::Write(this->eventDomain_, 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 | 689 …_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/ |
D | feature_analysis.h | 44 … 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/ |
D | update_session.h | 197 return eventType_; in GetEventType() 212 std::string eventType_; variable
|
D | update_session.cpp | 254 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/ |
D | feature_analysis.cpp | 47 featureSet_.fullPath.c_str(), eventType_.c_str()); in AnalysisLog()
|