Home
last modified time | relevance | path

Searched refs:eventType_ (Results 1 - 25 of 29) sorted by relevance

12

/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_system_ability_interface.h25 std::string eventType_; member
29 : eventType_(eventType), params_(params), userId_(userId) in SystemEvent()
/base/hiviewdfx/hiview/base/event_report/event/include/
H A Dlogger_event.h30 : 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 Dsys_usage_event.cpp42 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 Dapp_usage_event.cpp43 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 Dfold_app_usage_event.cpp37 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
/base/hiviewdfx/hiview/utility/smart_parser/rule/
H A Drule.cpp36 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 Drule.h28 : 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 Dscreenlock_notify_test_instance.cpp32 SCLOCK_HILOGD("ScreenlockNotifyTestInstance ONCALLBACK event is%{public}s", systemEvent.eventType_.c_str()); in OnCallBack()
H A Dscreenlock_callback_test.cpp32 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 Dscreenlock_system_ability_callback.cpp59 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 Dplugin_fault_event.cpp31 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
H A Dplugin_event.cpp35 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, this->eventName_, this->eventType_, in Report()
H A Dlogger_event.cpp90 root[KEY_OF_TYPE] = (int)this->eventType_; in ToJsonString()
H A Dplugin_stats_event.cpp91 HiSysEventWrite(HiSysEvent::Domain::HIVIEWDFX, eventName_, eventType_, in Report()
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability_proxy.cpp37 if (!data.WriteString(systemEvent.eventType_)) { in OnCallBack()
H A Dscreenlock_system_ability.cpp285 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 Dsys_dispatcher.cpp43 auto dispatchList = GetHiviewContext()->GetDisPatcherInfo(sysEvent->eventType_, sysEvent->eventName_, in DispatchEvent()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
H A Dfeature_analysis.h45 : 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 Dupdate_session.h149 return eventType_; in GetEventType()
165 std::string eventType_; member in OHOS::UpdateEngine::UpdateListener
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_session.cpp59 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 Darea_policy.cpp150 } else if (event->eventType_ == 4) { // 4: behavior event in IsAllowedUe()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp49 int32_t threshold = GetThreshold(cacheKey, event->eventType_); in CheckThreshold()
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc.cpp89 type_ = sysEvent->eventType_; in InitWriter()
/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp105 : 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 Dsys_event_doc_writer.cpp144 uint32_t pageSize = EventStoreConfig::GetInstance().GetPageSize(sysEvent->eventType_); in WriteHeader()

Completed in 9 milliseconds

12