Home
last modified time | relevance | path

Searched refs:startup (Results 1 - 25 of 48) sorted by relevance

12

/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Djs_startup_task_executor.cpp29 const std::unique_ptr<NativeReference> &startup, const std::shared_ptr<NativeReference> &context, in RunOnMainThread()
36 int32_t resultCode = CallStartupInit(env, startup, context, callback, returnVal); in RunOnMainThread()
45 const std::unique_ptr<NativeReference> &startup, in RunOnTaskPool()
55 if (startup == nullptr || context == nullptr || asyncTaskExcutor == nullptr || asyncTaskCallback == nullptr) { in RunOnTaskPool()
77 napi_value argv[] = { startup->GetNapiValue(), asyncTaskCallback->GetNapiValue(), in RunOnTaskPool()
83 int32_t JsStartupTaskExecutor::CallStartupInit(napi_env env, const std::unique_ptr<NativeReference> &startup, in CallStartupInit() argument
87 if (startup == nullptr || context == nullptr) { in CallStartupInit()
89 "startup task is null or context is null."); in CallStartupInit()
92 napi_value startupValue = startup->GetNapiValue(); in CallStartupInit()
95 "startup tas in CallStartupInit()
28 RunOnMainThread(JsRuntime &jsRuntime, const std::unique_ptr<NativeReference> &startup, const std::shared_ptr<NativeReference> &context, std::unique_ptr<StartupTaskResultCallback> callback) RunOnMainThread() argument
43 RunOnTaskPool( JsRuntime &jsRuntime, const std::unique_ptr<NativeReference> &startup, const std::shared_ptr<NativeReference> &context, const std::unique_ptr<NativeReference> &asyncTaskExcutor, const std::unique_ptr<NativeReference> &asyncTaskCallback, const std::string &startupName) RunOnTaskPool() argument
[all...]
H A Dstartup_topologysort.cpp49 TAG_LOGE(AAFwkTag::STARTUP, "startup not found: %{public}s", key.c_str()); in Sort()
76 int32_t StartupTopologySort::SortZeroDeque(const std::shared_ptr<StartupTask> &startup, in SortZeroDeque() argument
81 std::string key = startup->GetName(); in SortZeroDeque()
82 auto result = inDegreeMap.emplace(key, startup->getDependenciesCount()); in SortZeroDeque()
87 std::vector<std::string> dependencies = startup->GetDependencies(); in SortZeroDeque()
/third_party/python/Modules/
H A Dmain.c394 PyObject *startup = NULL; in pymain_run_startup() local
400 startup = PyUnicode_FromWideChar(env, wcslen(env)); in pymain_run_startup()
401 if (startup == NULL) { in pymain_run_startup()
409 startup = PyUnicode_DecodeFSDefault(env); in pymain_run_startup()
410 if (startup == NULL) { in pymain_run_startup()
414 if (PySys_Audit("cpython.run_startup", "O", startup) < 0) { in pymain_run_startup()
418 FILE *fp = _Py_fopen_obj(startup, "r"); in pymain_run_startup()
425 PyErr_SetFromErrnoWithFilenameObjects(PyExc_OSError, startup, NULL); in pymain_run_startup()
430 (void) _PyRun_SimpleFileObject(fp, startup, 0, &cf); in pymain_run_startup()
436 Py_XDECREF(startup); in pymain_run_startup()
[all...]
/third_party/libuv/src/win/
H A Dprocess.c918 STARTUPINFOW startup; in uv_spawn() local
1028 startup.cb = sizeof(startup); in uv_spawn()
1029 startup.lpReserved = NULL; in uv_spawn()
1030 startup.lpDesktop = NULL; in uv_spawn()
1031 startup.lpTitle = NULL; in uv_spawn()
1032 startup.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW; in uv_spawn()
1034 startup.cbReserved2 = uv__stdio_size(child_stdio_buffer); in uv_spawn()
1035 startup.lpReserved2 = (BYTE*) child_stdio_buffer; in uv_spawn()
1037 startup in uv_spawn()
[all...]
/third_party/node/deps/uv/src/win/
H A Dprocess.c947 STARTUPINFOW startup; in uv_spawn() local
1056 startup.cb = sizeof(startup); in uv_spawn()
1057 startup.lpReserved = NULL; in uv_spawn()
1058 startup.lpDesktop = NULL; in uv_spawn()
1059 startup.lpTitle = NULL; in uv_spawn()
1060 startup.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW; in uv_spawn()
1062 startup.cbReserved2 = uv__stdio_size(process->child_stdio_buffer); in uv_spawn()
1063 startup.lpReserved2 = (BYTE*) process->child_stdio_buffer; in uv_spawn()
1065 startup in uv_spawn()
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Djs_startup_task_executor.h28 const std::unique_ptr<NativeReference> &startup, const std::shared_ptr<NativeReference> &context,
32 const std::unique_ptr<NativeReference> &startup,
39 static int32_t CallStartupInit(napi_env env, const std::unique_ptr<NativeReference> &startup,
H A Dstartup_topologysort.h39 static int32_t SortZeroDeque(const std::shared_ptr<StartupTask> &startup,
/third_party/libuv/test/
H A Dtest-tcp-open.c45 static void startup(void) { in startup() function
244 startup(); in TEST_IMPL()
290 startup(); in TEST_IMPL()
317 startup(); in TEST_IMPL()
343 startup(); in TEST_IMPL()
382 startup(); in TEST_IMPL()
H A Dtest-udp-open.c40 static void startup(void) { in startup() function
147 startup(); in TEST_IMPL()
201 startup(); in TEST_IMPL()
230 startup(); in TEST_IMPL()
262 startup(); in TEST_IMPL()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DSocket.hpp41 static void startup();
H A DSocket.cpp96 void Socket::startup() in startup() function in sw::Socket
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSocket.hpp41 static void startup();
H A DSocket.cpp97 void Socket::startup() in startup() function in sw::Socket
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dmodule.h29 void (*startup)(); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dmodule.c56 module->startup(); in ModuleStartup()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp.c92 .startup = AVDT_Startup,
/third_party/node/benchmark/misc/
H A Dprint.js35 throw new Error(`Error during node startup, exit code ${code}`);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp.c119 .startup = AVCT_Startup,
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_driver.c139 void startup(long);
181 startup(start_time); in main()
249 /*------------------------------ startup() ------------------------------*/
254 void startup(long start_time) in startup() function
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/
H A Dhvigorw.bat4 @rem Hvigor startup script for Windows
/third_party/python/Lib/test/
H A Dtest_embed.py1520 # GetFullPathNameW() on startup, which (re-)normalizes the path overly.
1685 startup = os.path.join(self.oldcwd, os_helper.TESTFN) + ".py"
1686 with open(startup, "w", encoding="utf-8") as f:
1690 env = {**remove_python_envvars(), "PYTHONSTARTUP": startup}
1695 os.unlink(startup)
1698 startup = os.path.join(self.oldcwd, os_helper.TESTFN) + ".py"
1699 with open(startup, "w", encoding="utf-8") as f:
1702 env = {**remove_python_envvars(), "PYTHONSTARTUP": startup}
1707 os.unlink(startup)
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/
H A Dhvigorw.bat17 @rem Hvigor startup script for Windows
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat18 @rem Hvigor startup script for Windows, version 1.0.0
/foundation/communication/bluetooth_service/test/example/bluetoothtest/
H A Dhvigorw.bat18 @rem Hvigor startup script for Windows
/third_party/vk-gl-cts/external/amber/src/android_gradle/
H A Dgradlew.bat4 @rem Gradle startup script for Windows

Completed in 12 milliseconds

12