/base/theme/screenlock_mgr/interfaces/inner_api/include/ |
H A D | screenlock_system_ability_interface.h | 25 std::string eventType_; member 29 : eventType_(eventType), params_(params), userId_(userId) in SystemEvent()
|
/base/hiviewdfx/hiview/base/event_report/event/include/ |
H A D | logger_event.h | 30 : eventName_(name), eventType_(type) {}
in LoggerEvent() 51 HiSysEvent::EventType eventType_;
member in OHOS::HiviewDFX::LoggerEvent
|
/base/hiviewdfx/hiview/plugins/usage_event_report/event/ |
H A D | sys_usage_event.cpp | 42 auto ret = HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_,
in ReportDFX() 54 auto ret = HiSysEventWrite(DomainSpace::HIVIEWDFX_UE_DOMAIN, this->eventName_, this->eventType_,
in ReportDFXUE()
|
H A D | app_usage_event.cpp | 43 auto ret = HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_,
in ReportDFX() 56 auto ret = HiSysEventWrite(DomainSpace::HIVIEWDFX_UE_DOMAIN, this->eventName_, this->eventType_,
in ReportDFXUE()
|
H A D | fold_app_usage_event.cpp | 37 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_,
in Report()
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
H A D | rule.cpp | 36 extractRule.ParseExtractRule(eventType_, extractConfig, eventPath_); in ParseRule() 40 composeRule.ParseComposeRule(composeConfig, eventType_, extractRule.GetFeatureId()); in ParseRule()
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/ |
H A D | rule.h | 28 : eventPath_(eventPath), analysisConfig_(analysisConfig), eventType_(eventType) {}; in Rule() 40 std::string eventType_; member in OHOS::HiviewDFX::Rule
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_notify_test_instance.cpp | 32 SCLOCK_HILOGD("ScreenlockNotifyTestInstance ONCALLBACK event is%{public}s", systemEvent.eventType_.c_str()); in OnCallBack()
|
H A D | screenlock_callback_test.cpp | 32 SCLOCK_HILOGD("event=%{public}s,params=%{public}s", systemEvent.eventType_.c_str(), systemEvent.params_.c_str()); in OnCallBack()
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | screenlock_system_ability_callback.cpp | 59 napi_create_string_utf8(entry->env, entry->systemEvent.eventType_.c_str(), NAPI_AUTO_LENGTH, &eventType); in OnCallBack() 65 SCLOCK_HILOGI("OnCallBack eventType:%{public}s", entry->systemEvent.eventType_.c_str()); in OnCallBack()
|
/base/hiviewdfx/hiview/base/event_report/event/ |
H A D | plugin_fault_event.cpp | 31 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_,
in Report()
|
H A D | plugin_event.cpp | 35 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_,
in Report()
|
H A D | logger_event.cpp | 90 root[KEY_OF_TYPE] = (int)this->eventType_;
in ToJsonString()
|
H A D | plugin_stats_event.cpp | 91 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, eventName_, eventType_,
in Report()
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_system_ability_proxy.cpp | 37 if (!data.WriteString(systemEvent.eventType_)) { in OnCallBack()
|
H A D | screenlock_system_ability.cpp | 285 systemEvent.eventType_ = END_SCREEN_OFF; in OnScreenOff() 297 systemEvent.eventType_ = END_SCREEN_ON; in OnScreenOn() 330 systemEvent.eventType_ = END_WAKEUP; in OnWakeUp() 342 systemEvent.eventType_ = END_SLEEP; in OnSleep() 717 SCLOCK_HILOGI("eventType is %{public}s, params is %{public}s", systemEvent.eventType_.c_str(), in SystemEventCallBack() 728 StartAsyncTrace(HITRACE_TAG_MISC, "ScreenLockSystemAbility::" + systemEvent.eventType_ + "begin callback", in SystemEventCallBack() 734 FinishAsyncTrace(HITRACE_TAG_MISC, "ScreenLockSystemAbility::" + systemEvent.eventType_ + "end callback", in SystemEventCallBack()
|
/base/hiviewdfx/hiview/plugins/sys_dispatcher/ |
H A D | sys_dispatcher.cpp | 43 auto dispatchList = GetHiviewContext()->GetDisPatcherInfo(sysEvent->eventType_, sysEvent->eventName_, in DispatchEvent()
|
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/ |
H A D | feature_analysis.h | 45 : eventType_(eventType), lineCursor_(0), errorCode_(DEFAULT), line_(""), in FeatureAnalysis() 93 std::string eventType_; member in OHOS::HiviewDFX::FeatureAnalysis
|
/base/update/updateservice/frameworks/js/napi/update/include/ |
H A D | update_session.h | 149 return eventType_; in GetEventType() 165 std::string eventType_; member in OHOS::UpdateEngine::UpdateListener
|
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_session.cpp | 59 int ret = NapiCommonUtils::GetString(env, args[0], eventType_); in StartWork() 123 return isEquals && (type.compare(eventType_) == 0); in CheckEqual()
|
/base/hiviewdfx/hiview/plugins/privacy_controller/config/ |
H A D | area_policy.cpp | 150 } else if (event->eventType_ == 4) { // 4: behavior event
in IsAllowedUe()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/control/ |
H A D | daily_controller.cpp | 49 int32_t threshold = GetThreshold(cacheKey, event->eventType_);
in CheckThreshold()
|
/base/hiviewdfx/hiview/base/event_store/store/ |
H A D | sys_event_doc.cpp | 89 type_ = sysEvent->eventType_;
in InitWriter()
|
/base/hiviewdfx/hiview/base/ |
H A D | sys_event.cpp | 105 : PipelineEvent(sender, handler), eventType_(0), preserve_(true), log_(0), seq_(seq) in SysEvent() 156 eventType_ = static_cast<int32_t>(header.type) + 1; in InitialMembers() 253 return eventType_; in GetEventType()
|
/base/hiviewdfx/hiview/base/event_store/utility/writer/ |
H A D | sys_event_doc_writer.cpp | 144 uint32_t pageSize = EventStoreConfig::GetInstance().GetPageSize(sysEvent->eventType_);
in WriteHeader()
|