Lines Matching refs:module

19 以异步方法设置当前应用中overlay特征module的禁用使能状态。使用Promise异步回调。成功返回null,失败返回对应错误信息。
27 | moduleName | string | 是 | overlay特征module的名称。 |
43 | 17700002 | The specified module name is not found. |
44 | 17700033 | The specified module is not an overlay module. |
73 以异步方法设置当前应用中overlay module的禁用使能状态。使用callback异步回调。成功返回null,失败返回对应错误信息。
81 | moduleName | string | 是 | overlay特征module的名称。 |
83 | callback | AsyncCallback\<void> | 是 | 回调函数,当设置指定module的overlay禁用使能状态成功时,err为null,否则为错误对象。 |
92 | 17700002 | The specified module name is not found. |
93 | 17700033 | The specified module is not an overlay module. |
123 以异步方法获取当前应用中指定的module的overlayModuleInfo信息。使用promise异步回调,成功返回null,失败返回对应错误信息。
131 | moduleName | string | 是 | 指定当前应用中的overlay module的名称。 |
146 | 17700002 | The specified module name is not found. |
147 | 17700032 | The specified bundle does not contain any overlay module. |
148 | 17700033 | The specified module is not an overlay module. |
174 以异步方法获取当前应用中指定的module的overlayModuleInfo信息。使用callback异步回调,成功返回null,失败返回对应错误信息。
182 | moduleName | string | 是 | 指定当前应用中的overlay特征module的名称。 |
183 …o](js-apis-bundleManager-overlayModuleInfo.md)> | 是 | 回调函数,当获取当前应用中指定的module的[OverlayModuleInfo…
192 | 17700002 | The specified module name is not found. |
193 | 17700032 | The specified bundle does not contain any overlay module. |
194 | 17700033 | The specified module is not an overlay module. |
223 以异步方法获取指定的目标module的OverlayModuleInfo。使用promise异步回调,成功返回null,失败返回对应错误信息。
231 | targetModuleName | string | 是 | 指定当前应用中的目标module的名称。 |
246 | 17700002 | The specified module name is not found. |
247 | 17700034 | The specified module is an overlay module. |
273 以异步方法获取指定的目标module的OverlayModuleInfo。使用callback异步回调,成功返回null,失败返回对应错误信息。
281 | targetModuleName | string | 是 | 指定当前应用中的目标module的名称。 |
282 …nfo](js-apis-bundleManager-overlayModuleInfo.md)>> | 是 | 回调函数,当获取指定的目标module的[OverlayModuleInfo…
291 | 17700002 | The specified module name is not found. |
292 | 17700034 | The specified module is an overlay module. |
332 overlay特征应用指的是应用中包含有overlay特征的module。该特征module一般是为设备上存在的非overlay特征的module提供额外的资源文件,以便于目标module在运行阶段…
334 **如何识别overlay特征的module**
335 在DevEco Studio中创建应用工程时, module的配置文件module.json5中包含targetModuleName和targetPriority字段时,该module将会在安装阶段…