Home
last modified time | relevance | path

Searched defs:WorkerInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment_impl.h29 struct WorkerInfo { struct
30 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
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dworker_monitor.h46 struct WorkerInfo { struct
52 WorkerInfo(int workerId, uint64_t taskId, uintptr_t workerTaskType, std::string workerTaskLabel) in WorkerInfo() argument