Home
last modified time | relevance | path

Searched refs:appEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_flow_controller.cpp205 bool TraceFlowController::RecordCaller(std::shared_ptr<AppCallerEvent> appEvent) in RecordCaller() argument
207 uint64_t happenTimeInSecond = appEvent->happenTime_ / TimeUtil::SEC_TO_MILLISEC; in RecordCaller()
218 appEventTask.uid_ = appEvent->uid_; in RecordCaller()
219 appEventTask.pid_ = appEvent->pid_; in RecordCaller()
220 appEventTask.bundleName_ = appEvent->bundleName_; in RecordCaller()
221 appEventTask.bundleVersion_ = appEvent->bundleVersion_; in RecordCaller()
222 appEventTask.startTime_ = appEvent->taskBeginTime_; in RecordCaller()
223 appEventTask.finishTime_ = appEvent->taskEndTime_; in RecordCaller()
224 appEventTask.resourePath_ = appEvent->externalLog_; in RecordCaller()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dtrace_flow_controller.h55 bool RecordCaller(std::shared_ptr<AppCallerEvent> appEvent);
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp116 Json::Value appEvent; in CheckSumarryParseResult() local
117 if (!(reader.parse(info, appEvent))) { in CheckSumarryParseResult()
120 auto exception = appEvent["exception"]; in CheckSumarryParseResult()