/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/context/ |
H A D | context.js | 145 get bundleCodeDir() { 146 return this.__context_impl__.bundleCodeDir;
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | application-context-stage.md | 90 | 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 D | application_context.js | 256 get bundleCodeDir() { 257 return this.__context_impl__.bundleCodeDir;
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | application-context-stage.md | 92 | 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 D | runtime.h | 42 std::string bundleCodeDir; member
|
/ohos5.0/docs/zh-cn/application-dev/file-management/ |
H A D | app-sandbox-directory.md | 67 …| bundle | bundleCodeDir | 安装文件路径 | 应用安装后的App的HAP资源包所在目录;随应用卸载而清理。<br>不能拼接路径访问资源文件,请使用[资源管理接口](../…
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_lite.cpp | 405 childOptions_->bundleCodeDir = options.bundleCodeDir; in SetChildOptions()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-context.md | 30 | bundleCodeDir | string | 否 | 否 | 安装包目录。不能拼接路径访问资源文件,请使用[资源管理接口](../apis-localization-…
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | resource-categories-and-access.md | 533 …overlay资源路径需经过元能力的getContext().bundleCodeDir获取此应用对应的沙箱根目录,由应用的沙箱根目录+overlay资源包名称组成。如:let path = ge…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-context.md | 30 | 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 D | js-apidiff-ability.md | 54 | context | Context | bundleCodeDir : string; | 新增 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-ability_api-9-canary.md | 49 | context | Context | bundleCodeDir : string; | 新增 |
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | app-sandbox-directory.md | 71 …| 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 D | js-apidiff-ability.md | 54 | context | Context | bundleCodeDir : string; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/ |
H A D | js-apidiff-ability.md | 190 |model有变化|方法名 or 属性名:bundleCodeDir<br>model:@stagemodelonly|方法名 or 属性名:bundleCodeDir<br>model:@Stag…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | resource-categories-and-access.md | 546 …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 D | js-apidiff-ability.md | 190 …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 D | js-apis-resource-manager.md | 5170 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 D | js-apis-arkui-UIContext.md | 403 Text("bundleCodeDir='"+this.uiContext?.getHostContext()?.bundleCodeDir+"'").fontSize(25)
|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-resource-manager.md | 5167 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 D | js-apidiff-ability.md | 1129 |跨平台能力有变化|类名:Context;<br>方法or属性:bundleCodeDir: string;<br>旧版本信息:|类名:Context;<br>方法or属性:bundleCodeDi…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-relationalStore.md | 567 …动态库名需为完整路径,用于被sqlite加载。<br/>样例:[context.bundleCodeDir+ "/libs/arm64/" + libtokenizer.so],其中context…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-UIContext.md | 403 Text("bundleCodeDir='"+this.uiContext?.getHostContext()?.bundleCodeDir+"'").fontSize(25)
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-ability.md | 519 |新增|NA|类名:Context;<br>方法or属性:bundleCodeDir: string;|Context.d.ts|
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-relationalStore.md | 562 …ed by SQLite.<br>Example: **context.bundleCodeDir + "/libs/arm64/" + libtokenizer.so**, where **co…
|