Searched refs:workerInfo_ (Results 1 - 4 of 4) sorted by relevance
/foundation/resourceschedule/ffrt/src/util/ |
H A D | worker_monitor.h | 58 WorkerInfo workerInfo_; member 62 : coWorkerInfo_(coWorkerInfo), workerInfo_(workerInfo), executionTime_(executionTime) in TimeoutFunctionInfo() 64 if (workerInfo_.workerTaskType_ != ffrt_normal_task && workerInfo_.workerTaskType_ != ffrt_queue_task) { in TimeoutFunctionInfo() 65 workerInfo_.gid_ = UINT64_MAX; //该task type 没有 gid in TimeoutFunctionInfo() 66 workerInfo_.label_ = "Unsupport_Task_type"; //该task type 没有 label in TimeoutFunctionInfo()
|
H A D | worker_monitor.cpp | 239 ss << "Task_Sch_Timeout: process name:[" << processName << "], Tid:[" << timeoutFunction.workerInfo_.tid_ << in RecordSymbolAndBacktrace() 244 timeoutFunction.workerInfo_.workerTaskType_ << "], "; in RecordSymbolAndBacktrace() 247 if (timeoutFunction.workerInfo_.workerTaskType_ == ffrt_normal_task || in RecordSymbolAndBacktrace() 248 timeoutFunction.workerInfo_.workerTaskType_ == ffrt_queue_task) { in RecordSymbolAndBacktrace() 249 ss << "Task Name:[" << timeoutFunction.workerInfo_.label_ << in RecordSymbolAndBacktrace() 250 "], Task Id:[" << timeoutFunction.workerInfo_.gid_ << "], "; in RecordSymbolAndBacktrace() 259 if (OHOS::HiviewDFX::GetBacktraceStringByTid(dumpInfo, timeoutFunction.workerInfo_.tid_, 0, false)) { in RecordSymbolAndBacktrace() 262 RecordIpcInfo(dumpInfo, timeoutFunction.workerInfo_.tid_); in RecordSymbolAndBacktrace()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.h | 36 explicit AssetHelper(std::shared_ptr<JsEnv::WorkerInfo> workerInfo) : workerInfo_(workerInfo) in AssetHelper() 38 panda::panda_file::StringPacProtect codePath = panda::panda_file::StringPacProtect(workerInfo_->codePath); in AssetHelper() 40 (workerInfo_->codePath).Append('/'); in AssetHelper() 64 std::shared_ptr<JsEnv::WorkerInfo> workerInfo_ = nullptr; member in OHOS::AbilityRuntime::final
|
H A D | js_worker.cpp | 174 if (uri.empty() || buff == nullptr || buffSize == nullptr || workerInfo_ == nullptr) { in operator ()() 186 if (workerInfo_->isBundle) { in operator ()() 213 ami = (workerInfo_->codePath).GetOriginString() + filePath; in operator ()() 246 realPath = workerInfo_->moduleName + uri; in operator ()() 255 && (static_cast<int32_t>(workerInfo_->apiTargetVersion.GetOriginPointer())) >= API12) { in operator ()() 258 ami = (workerInfo_->codePath).GetOriginString() + filePath; in operator ()() 318 // Current function is a private, validity of workerInfo_ has been checked by caller. in ReadAmiData() 319 int32_t apiTargetVersion = static_cast<int32_t>(workerInfo_->apiTargetVersion.GetOriginPointer()); in ReadAmiData() 347 if (!workerInfo_->isDebugVersion && fileLen > ASSET_FILE_MAX_SIZE) { in ReadAmiData() 387 newHapPath = (workerInfo_ in ReadFilePathData() [all...] |
Completed in 3 milliseconds