Searched refs:appEvent (Results 1 – 3 of 3) sorted by relevance
205 bool TraceFlowController::RecordCaller(std::shared_ptr<AppCallerEvent> appEvent) in RecordCaller() argument207 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()
55 bool RecordCaller(std::shared_ptr<AppCallerEvent> appEvent);
116 Json::Value appEvent; in CheckSumarryParseResult() local117 if (!(reader.parse(info, appEvent))) { in CheckSumarryParseResult()120 auto exception = appEvent["exception"]; in CheckSumarryParseResult()