Home
last modified time | relevance | path

Searched refs:GetEventInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/
H A Ddps_event_report.cpp47 DPSEventInfo dpsEventInfo = GetEventInfo(imageId, userId); in ReportImageProcessResult()
95 DPSEventInfo dpsEventInfo = GetEventInfo(imageId, userId); in ReportImageException()
199 DPSEventInfo DPSEventReport::GetEventInfo(const std::string& imageId, int32_t userId) in GetEventInfo() function in OHOS::CameraStandard::DeferredProcessing::DPSEventReport
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp170 GetName() + Audit::DOMAIN_DELIMITER + event->GetEventInfo(); in AddEvent()
196 GetName() + Audit::DOMAIN_DELIMITER + event->GetEventInfo(); in AddEventForResult()
231 GetName() + Audit::DOMAIN_DELIMITER + event->GetEventInfo(); in AddTimerEvent()
536 … Audit::DOMAIN_DELIMITER + GetName() + Audit::DOMAIN_DELIMITER + event.event->GetEventInfo(); in ReInsertPeriodicEvent()
H A Devent_source.cpp29 auto digest = GetPluginInfo() + Audit::DOMAIN_DELIMITER + event->GetEventInfo(); in PublishPipelineEvent()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms.cpp72 DBMSEventInfo GetEventInfo( in GetEventInfo() function
100 DBMSEventInfo GetEventInfo( in GetEventInfo() function
270 DBMSEventType::GET_REMOTE_ABILITY_INFO, GetEventInfo(elementName, localeInfo, resultCode)); in GetRemoteAbilityInfo()
312 … DBMSEventType::GET_REMOTE_ABILITY_INFOS, GetEventInfo(elementNames, localeInfo, resultCode)); in GetRemoteAbilityInfos()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/
H A Ddps_event_report.h105 DPSEventInfo GetEventInfo(const std::string& imageId, int32_t userId);
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent.h110 virtual std::string GetEventInfo() in GetEventInfo() function