Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
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()
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...]
/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,
/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,
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp.c119 .startup = AVCT_Startup,
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/
H A Dhvigorw.bat4 @rem Hvigor startup script for Windows
/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
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat19 @rem Gradle startup script for Windows
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c328 .startup = ATT_StartUp,
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_api.c979 .startup = RFCOMM_Startup,
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_if.c773 .startup = L2CIF_Startup,
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c1381 .startup = GapEnable,
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c1422 .startup = SdpStartup,
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c1879 .startup = SMP_Startup,

Completed in 13 milliseconds