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 D | dps_event_report.cpp | 47 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 D | event_loop.cpp | 170 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 D | event_source.cpp | 29 auto digest = GetPluginInfo() + Audit::DOMAIN_DELIMITER + event->GetEventInfo(); in PublishPipelineEvent()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_bms.cpp | 72 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 D | dps_event_report.h | 105 DPSEventInfo GetEventInfo(const std::string& imageId, int32_t userId);
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | event.h | 110 virtual std::string GetEventInfo() in GetEventInfo() function
|