Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Ddeadlock_helpers.cpp34 …string CreateFullLockInfosMessage(tid_t targetTid, std::vector<AsyncLockDependency> &&dependencies, in CreateFullLockInfosMessage() argument
39 for (auto &maybeHeld : dependencies) { in CreateFullLockInfosMessage()
44 for (auto &maybeWaiting : dependencies) { in CreateFullLockInfosMessage()
57 DeadlockInfo CheckDeadlocks(const std::vector<AsyncLockDependency> &dependencies) in CheckDeadlocks() argument
60 for (auto &dep : dependencies) { in CheckDeadlocks()
H A Ddeadlock_helpers.h29 …string CreateFullLockInfosMessage(tid_t targetTid, std::vector<AsyncLockDependency> &&dependencies,
31 DeadlockInfo CheckDeadlocks(const std::vector<AsyncLockDependency> &dependencies);
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Darkts-dynamic-import.md46 "dependencies": {
123 "dependencies": {
148 "dependencies": {
173 "dependencies": {
198 "dependencies": {
214 "dependencies": {
230 "dependencies": {
269 "dependencies": {
556 "dependencies": {
581 "dependencies": {
[all …]
H A Djs-apis-load-native-module.md47 1.在加载本地so库时,首先需要在oh-package.json5文件中配置dependencies
51 "dependencies": {
H A Darkoptions-guide.md32 如果在types字段中填写包名或者包所在位置的相对路径,需要在工程文件/entry/oh-package.json5中dependencies作如下配置,
34 "dependencies": {
/ohos5.0/build/ohos/sa_profile/sa_info_process/
H A Dsort_sa_by_bootphase.py88 … def check_depend(cur_systemability: str, deps_count: int, dependencies: list, depend_path: list):
91 cur_dependency = dependencies[index]
116 dependencies = systemability_deps_dict.get(cur_systemability)
117 if dependencies is None:
118 dependencies = []
119 deps_count = len(dependencies)
123 check_depend(cur_systemability, deps_count, dependencies, depend_path)
291 dependencies = self.systemability_deps_dict.get(systemability)
292 for dependency in dependencies:
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-dynamic-import.md46 "dependencies": {
123 "dependencies": {
148 "dependencies": {
173 "dependencies": {
198 "dependencies": {
214 "dependencies": {
230 "dependencies": {
269 "dependencies": {
556 "dependencies": {
581 "dependencies": {
[all …]
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-napi-load-module-with-info.md116 1. 在oh-package.json5文件中配置dependencies项。
120 "dependencies": {
168 1. 在oh-package.json5文件中配置dependencies项。
172 "dependencies": {
214 1. 在oh-package.json5文件中配置dependencies项。
218 "dependencies": {
309 1. 在oh-package.json5文件中配置dependencies项。
313 "dependencies": {
372 1. 在har1中的oh-package.json5文件中配置dependencies项。
376 "dependencies": {
/ohos5.0/docs/zh-cn/device-dev/hpm-part/
H A Dhpm-part-reference.md113 "dependencies": {
127 - dependencies:定义Part的依赖Part。
168 || hpm&nbsp;dependencies | 生成当前HPM&nbsp;Part依赖关系数据(在hpm&nbsp;ui也集成了该命令的调用,可以图形化的展示) |
199 "dependencies": {
214 "dependencies": {
226 "dependencies": {
290 "dependencies": {
H A Dhpm-part-development.md166 "dependencies": {
197 "dependencies": {
342 2. 使用hpm install &lt;name&gt;命令安装依赖(依赖写入bundle.json的dependencies字段)。
374 "dependencies": {
385 "dependencies": {
/ohos5.0/docs/en/device-dev/hpm-part/
H A Dhpm-part-reference.md113 "dependencies": {
127 - **dependencies**: dependent HPM Parts.
168dependencies | Generates the dependency relationship data of the HPM Part. (This command is also i…
176 | Packing | hpm&nbsp;pack | Packs dependencies of local HPM Parts.|
191 HPM Part dependencies are classified as mandatory and optional dependencies.
199 "dependencies": {
206 HPM Part dependencies can also be classified as compilation and development dependencies.
214 "dependencies": {
226 "dependencies": {
239 HPM Part dependencies (including indirect dependencies) can be displayed by running the **hpm list*…
[all …]
H A Dhpm-part-development.md6 …harmonyos.com) and import required resources to your projects through dependencies. If you cannot …
151 … (such as the author, code repository, code directories, scripts, and dependencies) in **bundle.js…
167 "dependencies": {
198 "dependencies": {
339 …HPM Parts to accelerate development of specific functions. Installing dependencies could be a good…
343 …reate a bundle description file named **bundle.json**, which contains dependencies and other metad…
345 … to install the dependency. The dependency will be written into the **dependencies** field in **bu…
372 …son** file. You will see that the HPM Part has been introduced to the dependencies of your project.
377 "dependencies": {
383 You can edit the dependencies of multiple HPM Parts in this file.
[all …]
/ohos5.0/docs/en/application-dev/ffrt/
H A Dffrt-overview.md5 … you to develop an application by creating tasks and describing their dependencies. It supports da…
9 … you to develop an application by creating tasks and describing their dependencies. Function Flow …
15 …eatures, decompose the application into tasks and describe their data dependencies during static p…
19 …cuted based on the input and output dependencies explicitly expressed during task creation. If the…
23 … you to develop an application by creating tasks and describing their dependencies. Its most outst…
43 Data-driven means that the dependency between tasks is expressed through data dependencies.
53 …ndency expression, FFRT can dynamically build different types of data dependencies between tasks a…
151 ### The number of input and output dependencies is limited.
153 For **submit()**, the total number of input dependencies and output dependencies of each task canno…
155 For **submit_h()**, the total number of input dependencies and output dependencies of each task can…
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_manager.cpp54 auto dependencies = iter.second->GetDependencies(); in BuildAutoStartupTaskManager() local
55 for (auto &dep : dependencies) { in BuildAutoStartupTaskManager()
92 auto dependencies = findResult->second->GetDependencies(); in BuildStartupTaskManager() local
93 for (auto &dep : dependencies) { in BuildStartupTaskManager()
220 auto dependencies = findResult->second->GetDependencies(); in AddStartupTask() local
221 for (auto &dep : dependencies) { in AddStartupTask()
H A Dstartup_topologysort.cpp87 std::vector<std::string> dependencies = startup->GetDependencies(); in SortZeroDeque() local
88 if (dependencies.empty()) { in SortZeroDeque()
92 for (auto &parentName : dependencies) { in SortZeroDeque()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16dependencies&&(0,bu.offlinePluginConversion)(yu.HVIGOR_PROJECT_ROOT_DIR,D.dependencies[u])===Ru.no… property in r.executeInstallPnpm.D
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-load-module-with-info.md42 … A, using **napi_load_module_with_info**, you must add module A in the dependencies of the HAP/HSP.
116 1. Configure **dependencies** in the **oh-package.json5** file.
120 "dependencies": {
168 1. Configure **dependencies** in the **oh-package.json5** file.
172 "dependencies": {
214 1. Configure **dependencies** in the **oh-package.json5** file.
218 "dependencies": {
309 1. Configure **dependencies** in the **oh-package.json5** file.
313 "dependencies": {
372 1. Configure **dependencies** in the **oh-package.json5** file in **har1**.
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dparallel_task_queue.cpp103 entry.dependencies.push_back(afterIdentifier); in SubmitAfter()
120 …entry.dependencies.insert(entry.dependencies.cend(), afterIdentifiers.begin(), afterIdentifiers.en… in SubmitAfter()
155 for (const auto& dep : entry.dependencies) { in QueueTasks()
/ohos5.0/docs/en/application-dev/reference/apis-ffrt-kit/
H A Dffrt__deps__t.md6 The **ffrt_dependence_t** struct describes dependencies.
18 | uint32_t [len](_f_f_r_t.md#len) | Number of dependencies.|
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-standard-sched-cpuisolation.md12 Enable related configuration items and dependencies.
14 …olation, you need to enable the corresponding configuration items and dependencies during kernel c…
21 Enable the following dependencies:
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-build-component-building-rules.md7 …t the components to build are configurable, reusable, and tailorable, with reasonable dependencies.
21 A component in the compiled state has the following dependencies:
32 …ghly cohesive. Exercise caution when adding external dependencies, and minimize static dependencie…
120 … including other components and third-party open-source software. The dependencies must be the sam…
129 The built-in variable values of the build target determine the content to compile, dependencies, an…
141 …**include_dirs** can contain only the header file paths of a component. The dependencies on other …
153 …**deps** can contain only dependencies between the modules in a component. Referencing a module in…
169 …**Public_deps** can contain only dependencies between the modules in a component. Referencing a mo…
234 Set **visibility** for the internal modules of a component to prevent them from being dependencies
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app_startup/startup_manager/
H A Djs_startup_manager.cpp224 …tupManager::GetDependencies(napi_env env, napi_value value, std::vector<std::string> &dependencies) in GetDependencies() argument
255 dependencies.push_back(startupTask); in GetDependencies()
279 std::vector<std::string> dependencies; in RunStartupTask() local
280 if (GetDependencies(env, info.argv[INDEX_ZERO], dependencies) != ERR_OK) { in RunStartupTask()
293 …2_t result = DelayedSingleton<StartupManager>::GetInstance()->BuildStartupTaskManager(dependencies, in RunStartupTask()
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dapp-startup.md55 "dependencies": [
65 "dependencies": [
74 "dependencies": [
89 "dependencies": [
122 | dependencies | 启动任务依赖的其他启动任务的类名数组。 | 对象数组 | 该标签可缺省,缺省值为空。 |
/ohos5.0/commonlibrary/rust/ylong_json/
H A DCargo.toml27 [dependencies]
31 [dev-dependencies]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/
H A DCargo.toml27 [dependencies]
31 [dev-dependencies]

12345678910>>...12