Home
last modified time | relevance | path

Searched refs:bundleCodeDir (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/context/
H A Dcontext.js145 get bundleCodeDir() {
146 return this.__context_impl__.bundleCodeDir;
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dapplication-context-stage.md90 | bundleCodeDir | <路径前缀>/el1/bundle |
128 let bundleCodeDir = applicationContext.bundleCodeDir;
155 | bundleCodeDir | <路径前缀>/el1/bundle |
192 let bundleCodeDir = this.context.bundleCodeDir;
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/application_context/
H A Dapplication_context.js256 get bundleCodeDir() {
257 return this.__context_impl__.bundleCodeDir;
/ohos5.0/docs/en/application-dev/application-models/
H A Dapplication-context-stage.md92 | bundleCodeDir | \<Path prefix>/el1/bundle|
130 let bundleCodeDir = applicationContext.bundleCodeDir;
157 | bundleCodeDir | \<Path prefix>/el1/bundle|
194 let bundleCodeDir = this.context.bundleCodeDir;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h42 std::string bundleCodeDir; member
/ohos5.0/docs/zh-cn/application-dev/file-management/
H A Dapp-sandbox-directory.md67 …| bundle | bundleCodeDir | 安装文件路径 | 应用安装后的App的HAP资源包所在目录;随应用卸载而清理。<br>不能拼接路径访问资源文件,请使用[资源管理接口](../…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_lite.cpp405 childOptions_->bundleCodeDir = options.bundleCodeDir; in SetChildOptions()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-context.md30 | bundleCodeDir | string | 否 | 否 | 安装包目录。不能拼接路径访问资源文件,请使用[资源管理接口](../apis-localization-…
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dresource-categories-and-access.md533 …overlay资源路径需经过元能力的getContext().bundleCodeDir获取此应用对应的沙箱根目录,由应用的沙箱根目录+overlay资源包名称组成。如:let path = ge…
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-context.md30 | bundleCodeDir | string | No | No | Bundle code directory. Do not access resource files …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-ability.md54 | context | Context | bundleCodeDir : string; | 新增 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-ability_api-9-canary.md49 | context | Context | bundleCodeDir : string; | 新增 |
/ohos5.0/docs/en/application-dev/file-management/
H A Dapp-sandbox-directory.md71 …| bundle | bundleCodeDir | Installation file directory| Directory for saving the HAPs after an app…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-ability.md54 | context | Context | bundleCodeDir : string; | Added|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-ability.md190 |model有变化|方法名 or 属性名:bundleCodeDir<br>model:@stagemodelonly|方法名 or 属性名:bundleCodeDir<br>model:@Stag…
/ohos5.0/docs/en/application-dev/quick-start/
H A Dresource-categories-and-access.md546 …through **getContext().bundleCodeDir**) and the overlay resource bundle name. For example, **let p…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-ability.md190 …el changed|Method or attribute name: bundleCodeDir<br>Model: @stagemodelonly|Method or attribute n…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/
H A Djs-apis-resource-manager.md5170 let path = getContext().bundleCodeDir + "/library1-default-signed.hsp";
5209 let path = getContext().bundleCodeDir + "/library1-default-signed.hsp";
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-UIContext.md403 Text("bundleCodeDir='"+this.uiContext?.getHostContext()?.bundleCodeDir+"'").fontSize(25)
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/
H A Djs-apis-resource-manager.md5167 let path = getContext().bundleCodeDir + "/library1-default-signed.hsp";
5206 let path = getContext().bundleCodeDir + "/library1-default-signed.hsp";
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-ability.md1129 |跨平台能力有变化|类名:Context;<br>方法or属性:bundleCodeDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:bundleCodeDi…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore.md567 …动态库名需为完整路径,用于被sqlite加载。<br/>样例:[context.bundleCodeDir+ "/libs/arm64/" + libtokenizer.so],其中context…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-UIContext.md403 Text("bundleCodeDir='"+this.uiContext?.getHostContext()?.bundleCodeDir+"'").fontSize(25)
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-ability.md519 |新增|NA|类名:Context;<br>方法or属性:bundleCodeDir: string;|Context.d.ts|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore.md562 …ed by SQLite.<br>Example: **context.bundleCodeDir + "/libs/arm64/" + libtokenizer.so**, where **co…

12