Home
last modified time | relevance | path

Searched refs:modulename (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A D_o_h___native_bundle_element_name.md23 | [moduleName](#modulename) | 模块名称。 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A D_o_h___rdb___config.md24 | [moduleName](_r_d_b.md#modulename) | 应用模块名。 |
H A D_r_d_b.md231 | [OH_Rdb_Config::moduleName](#modulename) | 应用模块名。 |
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A D_o_h___native_bundle_element_name.md23 | [moduleName](#modulename) | Module name.|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A D_o_h___rdb___config.md24 | [moduleName](_r_d_b.md#modulename) | Module name. |
H A D_r_d_b.md231 | [OH_Rdb_Config::moduleName](#modulename) | Module name. |
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dmodule-configuration-file.md827 | moduleName | 标识原子化服务中当前模块被加载时,需预加载的模块名。不能配置自身modulename,且必须有对应的模块,取值为长度不超过31字节的字符串。 | 字符串 | 该标签不可…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2163 std::string modulename = data.ReadString(); in HandleGetFormsInfoByModule() local
2165 bool ret = GetFormsInfoByModule(bundlename, modulename, infos); in HandleGetFormsInfoByModule()