Home
last modified time | relevance | path

Searched refs:WorkerInfo (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_worker_test.cpp76 std::shared_ptr<JsEnv::WorkerInfo> workerInfo = std::make_shared<JsEnv::WorkerInfo>(); in HWTEST_F()
103 std::shared_ptr<JsEnv::WorkerInfo> workerInfo = std::make_shared<JsEnv::WorkerInfo>(); in HWTEST_F()
H A Dohos_js_environment_test.cpp135 std::shared_ptr<JsEnv::WorkerInfo> workerInfo = std::make_shared<JsEnv::WorkerInfo>(); in HWTEST_F()
/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() function
58 WorkerInfo workerInfo_;
61 TimeoutFunctionInfo(const CoWorkerInfo& coWorkerInfo, const WorkerInfo& workerInfo, int executionTime) in TimeoutFunctionInfo()
H A Dworker_monitor.cpp217 WorkerInfo workerInfo(worker->Id(), worker->curTaskGid_, worker->curTaskType_, worker->curTaskLabel_); in RecordTimeoutFunctionInfo()
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment_impl.h29 struct WorkerInfo { struct
60 virtual void InitWorkerModule(NativeEngine* engine, std::shared_ptr<WorkerInfo> workerInfo) = 0;
H A Djs_environment.h63 void InitWorkerModule(std::shared_ptr<WorkerInfo> workerInfo);
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.h36 explicit AssetHelper(std::shared_ptr<JsEnv::WorkerInfo> workerInfo) : workerInfo_(workerInfo) in AssetHelper()
64 std::shared_ptr<JsEnv::WorkerInfo> workerInfo_ = nullptr;
H A Dohos_js_environment_impl.h43 void InitWorkerModule(NativeEngine* engine, std::shared_ptr<JsEnv::WorkerInfo> workerInfo) override;
H A Dohos_js_environment_impl.cpp164 void OHOSJsEnvironmentImpl::InitWorkerModule(NativeEngine* engine, std::shared_ptr<JsEnv::WorkerInfo> workerInfo) in InitWorkerModule()
H A Djs_runtime_lite.cpp380 std::shared_ptr<JsEnv::WorkerInfo> workerInfo = std::make_shared<JsEnv::WorkerInfo>(); in InitWorkerModule()
H A Djs_runtime.cpp1443 std::shared_ptr<JsEnv::WorkerInfo> workerInfo = std::make_shared<JsEnv::WorkerInfo>(); in InitWorkerModule()
/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp68 std::shared_ptr<JsEnv::WorkerInfo> workerInfo = std::make_shared<JsEnv::WorkerInfo>(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp84 void JsEnvironment::InitWorkerModule(std::shared_ptr<WorkerInfo> workerInfo) in InitWorkerModule()

Completed in 8 milliseconds