Searched defs:WorkerInfo (Results 1 – 2 of 2) sorted by relevance
29 struct WorkerInfo { struct30 panda::panda_file::StringPacProtect codePath;31 bool isDebugVersion = false;32 bool isBundle = true;33 std::string packagePathStr;34 std::vector<std::string> assetBasePathStr;35 panda::panda_file::StringPacProtect hapPath;60 virtual void InitWorkerModule(NativeEngine* engine, std::shared_ptr<WorkerInfo> workerInfo) = 0; argument
46 struct WorkerInfo { struct52 WorkerInfo(int workerId, uint64_t taskId, uintptr_t workerTaskType, std::string workerTaskLabel) in WorkerInfo() argument