/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | application-package-overview.md | 27 …型的Module可以被其他的Module多次引用,合理地使用该类型的Module,能够降低开发和维护成本。Library类型的Module分为Static和Shared两种类型,编译后会生成共享包。 29 - Shared Library:动态共享库。编译后会生成一个以.hsp为后缀的文件,即动态共享包HSP(Harmony Shared Package)。 33 …> 实际上,Shared Library编译后除了会生成一个.hsp文件,还会生成一个.har文件。这个.har文件中包含了HSP对外导出的接口,应用中的其他模块需要通过.har文件来引用HSP的…
|
/ohos5.0/build/rust/tests/test_cxx/src/ |
H A D | lib.rs | 21 struct Shared { struct 27 fn r_return_shared() -> Shared; in r_return_shared() 36 fn r_return_shared() -> ffi::Shared { in r_return_shared() argument 38 ffi::Shared { z: 1996 } in r_return_shared()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | blocking_pool.rs | 53 shared: Mutex::new(Shared { in new() 109 shared: Mutex<Shared>, 140 struct Shared { struct 261 fn wait_permanent(&'a self, mut shared: MutexGuard<'a, Shared>) -> (bool, MutexGuard<Shared>) { in wait_permanent() argument 276 mut shared: MutexGuard<'a, Shared>, in wait_temporary() argument 278 ) -> (WaitState, MutexGuard<Shared>) { in wait_temporary() argument 310 mut shared: MutexGuard<'a, Shared>, in wait() argument 312 ) -> (bool, MutexGuard<Shared>) { in wait() argument
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | transition-animation.md | 76 - Shared elements 78 - Shared containers 80 - Shared motions 83 ### Shared Elements 85 Shared elements, which are persistent elements described earlier, are elements that are displayed b… 92 ### Shared Containers 101 ### Shared Motions 107 | Shared scaling motion| Shared rotation motion (large screen demo)|
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-sendable-module.md | 1 # Shared Module 28 …Shared modules can be shared among concurrent instances. Therefore, all objects exported by a modu… 37 // Shared module 55 // Shared module sharedModule.ets 61 // Shared module. SingletonA is globally unique.
|
H A D | Readme-EN.md | 36 - [Shared Container](arkts-collections-introduction.md) 37 - [Shared Module](arkts-sendable-module.md)
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | reduce-package-size.md | 10 …- 应用存在多包(HAP、HSP)的场景时,可以使用[HSP(Harmony Shared Package)](../quick-start/in-app-hsp.md)动态共享包在应用的多个包(… 42 当前系统提供了两种共享包,[HAR(Harmony Archive)](../quick-start/har-package.md)静态共享包和[HSP(Harmony Shared Package…
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c_utils_guide_rust_ashmem.md | 1 # Rust侧-匿名共享内存(Ashmem, Anonymous Shared Memory) 4 提供Rust侧对应c_utils中[使用匿名共享内存(Ashmem, Anonymous Shared Memory)](https://gitee.com/openharmony/commonli… 103 请参考[使用匿名共享内存(Ashmem, Anonymous Shared Memory)](https://gitee.com/openharmony/commonlibrary_c_utils/…
|
H A D | c-utils-guide-ashmem.md | 1 # 使用匿名共享内存(Ashmem, Anonymous Shared Memory)
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-bindgen-cxx-guide.md | 122 struct Shared { 128 fn r_return_shared() -> Shared; 137 fn r_return_shared() -> ffi::Shared { 138 println!("Here is a message from Rust,test for ffi::Shared:"); 139 ffi::Shared { z: 1996 } 325 // Shared structs with fields visible to both languages.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | errorcode-image.md | 61 Shared memory does not exist. 77 Shared memory data abnormal.
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-bindgen-cxx-guide.md | 122 struct Shared { 128 fn r_return_shared() -> Shared; 137 fn r_return_shared() -> ffi::Shared { 138 println!("Here is a message from Rust,test for ffi::Shared:"); 139 ffi::Shared { z: 1996 } 325 // Shared structs with fields visible to both languages.
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-bundles-share.md | 6 VDSO(Virtual Dynamic Shared Object,虚拟动态共享库)相对于普通的动态共享库,区别在于其so文件不保存在文件系统中,存在于系统镜像中,由内核在运行时确定并提供给应用程…
|
H A D | kernel-mini-extend-dynamic-loading.md | 47 Elf file type is DYN (Shared object file)
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | application-package-overview.md | 29 …- Shared: dynamic shared library. This type of library is built into a Harmony Shared Package (HSP… 36 | Shared Package Type| Build and Running | Release and Reference|
|
/ohos5.0/docs/zh-cn/application-dev/security/ |
H A D | hapsigntool-overview.md | 33 HSP(OpenHarmony Shared Package)是动态共享包,按照使用场景可以分为应用内HSP和应用间HSP。
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | Readme-EN.md | 10 - [@ohos.data.sendablePreferences (Shared User Preferences)](js-apis-data-sendablePreferences.md) 12 - [@ohos.data.sendableRelationalStore (Shared RDB Store)](js-apis-data-sendableRelationalStore.md)
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-prepare.md | 59 comment = Shared Folder # Information about the sharing 60 path = /home/share # Shared directory
|
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-pkg-prepare.md | 57 comment = Shared Folder #共享信息说明
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-transition-animation-geometrytransition-sys.md | 1 # Implicit Shared Element Transition (geometryTransition) (System API) 11 …provided by the module. For details about its public APIs, see [Implicit Shared Element Transition…
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | readme-EN.md | 14 - [Reasonably Using Multithreaded Shared Memory](thread_memory_shared.md)
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | errorcode-image.md | 57 ## 62980098 Shared Memory Error 61 Shared memory does not exist. 73 ## 62980099 Data Error in the Shared Memory 77 Shared memory data abnormal.
|
/ohos5.0/drivers/interface/sensor/v2_0/ |
H A D | SensorTypes.idl | 156 int ddrSize; /**< Shared memory Size */ 159 unsigned long memAddr; /**< Shared memory address */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/foo/sensor/v2_0/ |
H A D | SensorTypes.idl | 154 int ddrSize; /**< Shared memory Size */ 157 unsigned long memAddr; /**< Shared memory address */
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.36/ |
H A D | changelogs-arkcompiler.md | 3 ## cl.arkcompiler.1 Compilation Check Enhanced for ArkTS Sendable and Shared Syntax Rules 31 Constraints on export of the Shared Module
|