Searched refs:SetDebuggerPostTask (Results 1 – 5 of 5) sorted by relevance
62 void SetDebuggerPostTask(std::string& library_path);
146 void SetDebuggerPostTask(DebuggerPostTask&& task) in SetDebuggerPostTask() function
2892 SetDebuggerPostTask(library_path); in InitJsEnv()3044 void JsiEngineInstance::SetDebuggerPostTask(std::string& library_path) in SetDebuggerPostTask() function in OHOS::Ace::Framework::JsiEngineInstance3056 std::static_pointer_cast<ArkJSRuntime>(runtime_)->SetDebuggerPostTask(postTask); in SetDebuggerPostTask()
141 void SetDebuggerPostTask();
450 SetDebuggerPostTask(); in InitJsEnv()1064 void JsiDeclarativeEngineInstance::SetDebuggerPostTask() in SetDebuggerPostTask() function in OHOS::Ace::Framework::JsiDeclarativeEngineInstance1074 std::static_pointer_cast<ArkJSRuntime>(runtime_)->SetDebuggerPostTask(postTask); in SetDebuggerPostTask()