/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
H A D | startup_topologysort.cpp | 49 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 D | js_startup_task_executor.cpp | 29 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 D | js_startup_task_executor.h | 28 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 D | startup_topologysort.h | 39 static int32_t SortZeroDeque(const std::shared_ptr<StartupTask> &startup,
|
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
H A D | mem_profiler_decorator.cpp | 69 int sampleInterval, bool startup)
in Start() 71 auto task = [this, &fd, &type, &processName, &duration, &sampleInterval, &startup] {
in Start() 72 return memProfilerCollector_->Start(fd, type, processName, duration, sampleInterval, startup);
in Start() 68 Start(int fd, ProfilerType type, std::string processName, int duration, int sampleInterval, bool startup) Start() argument
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/ |
H A D | mem_profiler_collector_impl.h | 36 bool startup = false) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
H A D | module.h | 29 void (*startup)(); member
|
/base/startup/init/test/unittest/tools/ |
H A D | prepare_testdata.sh | 73 ohos_init="${ohos_root}/base/startup" 79 hdc file send ${ohos_root}/out/${product_name}/tests/unittest/startup/init/init_unittest /data/init_ut/init_unittest 108 find ${ohos_root}/out/${product_name}/obj/base/startup/ -name "*.gcno" -type f -exec cp {} . \;
|
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/ |
H A D | mem_profiler_decorator.h | 35 bool startup = false) override;
|
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/ |
H A D | mem_profiler_collector.h | 39 std::string processName, int duration, int sampleInterval, bool startup = false) = 0;
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | mem_profiler_collector_impl.cpp | 133 std::string processName, int duration, int sampleInterval, bool startup) in Start() 151 config->startupMode_ = startup; in Start() 132 Start(int fd, ProfilerType type, std::string processName, int duration, int sampleInterval, bool startup) Start() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
H A D | module.c | 56 module->startup(); in ModuleStartup()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp.c | 92 .startup = AVDT_Startup,
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp.c | 119 .startup = AVCT_Startup,
|
/base/startup/appspawn/test/unittest/ |
H A D | gencoverage.sh | 83 ohos_init="${ohos_root}/base/startup" 119 find ${ohos_root}/out/${product_name}/obj/base/startup/ -name "*.gcno" -type f -exec cp {} . \;
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/ |
H A D | hvigorw.bat | 4 @rem Hvigor startup script for Windows
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/ |
H A D | hvigorw.bat | 17 @rem Hvigor startup script for Windows
|
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/ |
H A D | hvigorw.bat | 18 @rem Hvigor startup script for Windows, version 1.0.0
|
/foundation/communication/bluetooth_service/test/example/bluetoothtest/ |
H A D | hvigorw.bat | 18 @rem Hvigor startup script for Windows
|
/foundation/communication/wifi/wifi/application/wifi_direct_demo/ |
H A D | gradlew.bat | 19 @rem Gradle startup script for Windows
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_init.c | 328 .startup = ATT_StartUp,
|
/base/time/time_service/framework/js/napi/system_date_time/src/ |
H A D | napi_system_date_time.cpp | 40 napi_value startup = nullptr; in SystemDateTimeInit() local 42 NAPI_CALL(env, napi_create_int32(env, STARTUP, &startup)); in SystemDateTimeInit() 45 NAPI_CALL(env, napi_set_named_property(env, timeType, "STARTUP", startup)); in SystemDateTimeInit()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_api.c | 979 .startup = RFCOMM_Startup,
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_if.c | 773 .startup = L2CIF_Startup,
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap.c | 1381 .startup = GapEnable,
|