/ohos5.0/docs/en/application-dev/reference/apis-drm-kit/ |
H A D | errorcode-drm.md | 38 2. Invalid instances are not destroyed in time to release the memory. 42 1. Destroy the existing instances. 72 The number of **MediaKeySystem** instances reaches the upper limit. 76 Invalid **MediaKeySystem** instances are not released in time. 80 Release **MediaKeySystem** instances that are no longer used. 90 The number of **MediaKeySession** instances reaches the upper limit. 94 Invalid **MediaKeySession** instances are not released in time. 98 Release **MediaKeySession** instances that are no longer used.
|
H A D | native__mediakeysession_8h.md | 26 …such as media key expiry or change, without returning media key session instances. It applies to t… 27 …n for events such as media key expiry or change, with media key session instances returned. It app… 36 …such as media key expiry or change, without returning media key session instances. It applies to t… 39 …n for events such as media key expiry or change, with media key session instances returned. It app…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_default_acceleration_structure_staging.cpp | 92 auto& geoms = stagingBuild_.instances; in BuildAccelerationStructure() 136 const BASE_NS::array_view<const StagingAccelerationStructureInstance> instances) in CopyAccelerationStructureInstanceData() argument 141 if ((!instances.empty()) && buffer) { in CopyAccelerationStructureInstanceData() 142 auto& ins = stagingInstance_.instances; in CopyAccelerationStructureInstanceData() 144 const uint32_t count = static_cast<uint32_t>(instances.size()); in CopyAccelerationStructureInstanceData() 146 for (const auto& instancesRef : instances) { in CopyAccelerationStructureInstanceData()
|
H A D | render_data_store_default_acceleration_structure_staging.h | 44 BASE_NS::vector<StagingAccelerationStructureGeometryInstancesData> instances; member 54 BASE_NS::vector<StagingAccelerationStructureInstance> instances; member 85 const BASE_NS::array_view<const StagingAccelerationStructureInstance> instances) override;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_default_acceleration_structure_staging.cpp | 72 const auto& instances = stagingBuildData.instances; in ExecuteFrame() local 96 (startIndex + count <= static_cast<uint32_t>(instances.size()))) { in ExecuteFrame() 97 const auto& instanceRef = instances[startIndex]; in ExecuteFrame() 127 … const auto& instanceRef = stagingInstanceData.instances[dataRef.startIndex + idx]; in ExecuteFrameProcessInstanceData()
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-sendable.md | 13 …instances attempt to update Sendable data at the same time, data contention occurs, for example, m… 15 The Sendable object provides efficient communication between concurrent instances, that is, the ref… 21 …hereinafter referred to as Sendable objects) can be transferred between ArkTS concurrent instances. 23 By default, sendable data is passed by reference between ArkTS concurrent instances (including the … 88 > - The transfer of JS built-in objects between concurrent instances complies with the structured c… 90 > - Object literals and array literals are passed between concurrent instances in compliance with t… 95 …nt concurrent instances, the Sendable shared object is allocated in the shared heap to implement m… 97 …multiple concurrent instances. Whether the Sendable shared object is alive depends on whether the … 103 …redHeap is a process-level heap and can be referenced by all concurrent instances. However, Shared…
|
H A D | sendable-guide.md | 2 Sendable objects can be passed by reference between concurrent instances. Compared with the seriali… 4 - Transferring a large amount of data (for example, more than 100 KB) across concurrent instances 6 - Passing a class instance object carrying methods across concurrent instances 8 ## Big data transmission across concurrent instances 10 …instances increases linearly with the data volume. When a large amount of data is transmitted (100… 107 ## Passing a class instance object carrying methods across concurrent instances
|
H A D | shared-arraybuffer-object.md | 3 …instances. However, the Atomics class must be used for access and modification to prevent data com…
|
H A D | arkts-overview.md | 11 … objects between concurrent instances, improving the communication performance of ArkTS objects be…
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/__test__/ |
H A D | index.test.js | 394 expect(onInit.mock.instances[0]).toBe(vm); 395 expect(onDataChange.mock.instances[0]).toBe(vm); 396 expect(onReady.mock.instances[0]).toBe(vm); 397 expect(onShow.mock.instances[0]).toBe(vm); 398 expect(onDestroy.mock.instances[0]).toBe(vm);
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | uiextensionability.md | 26 When multiple UIExtensionAbility instances exist in an application, these instances can run in inde… 29 | One process for all UIExtensionAbility instances in the same bundle|bundle| The UIExtensionAbilit… 30 | One process for all UIExtensionAbility instances with the same name| type |The UIExtensionAbility… 31 | One process for each UIExtensionAbility instance| instance | The UIExtensionAbility instances com… 33 …instances of the same bundle are configured in a process. This makes communication between multipl… 127 …e UIExtensionAbility instances of the same type are configured in the same process so that your ap… 221 …y instance has an independent process. In this mode, UIExtensionAbility instances can communicate …
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c-utils-guide-singleton.md | 50 cout << "Delayed singleton instances construct success!" << endl; 57 cout << "Delayed singleton instances destroy success!" << endl;
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | errorcode-intelligentVoice.md | 20 2. Invalid instances are not destroyed in time to release the memory. 25 2. Clear invalid instances to free up memory, and then create new instances as needed. If the probl…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.2/ |
H A D | changelog-web.md | 7 …ess** API is inappropriate. This API should take effect for all **Web** instances. In light of thi… 25 … to **WebviewController**. It sets whether to enable web debugging works for all **Web** instances.
|
/ohos5.0/docs/en/application-dev/media/drm/ |
H A D | native-drm-mediakeysession-management.md | 3 … and media decryption. **MediaKeySession** instances are created and destroyed by **MediaKeySystem… 38 // This callback applies to the scenario where there are multiple MediaKeySystem instances. 60 // This callback applies to the scenario where there are multiple MediaKeySystem instances.
|
/ohos5.0/docs/en/application-dev/form/ |
H A D | arkts-ui-widget-working-principles.md | 16 …endering service: a service that manages widget rendering instances. Widget rendering instances ar… 23 …service. Rendering instances of a widget provider run in the same ArkTS virtual machine operating …
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | multiInstance.md | 6 Relationship between multiple application instances: 7 - The application icons of multiple instances are the same.
|
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_ap_iface.cpp | 25 const std::string& ifname, const std::vector<std::string>& instances, in WifiApIface() argument 29 instances_(instances), in WifiApIface()
|
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | wifi_ap_iface_test.cpp | 33 std::vector<std::string> instances = {AP_IFNAME}; in SetUp() local 39 … apIface = new (std::nothrow) WifiApIface(AP_IFNAME, instances, wifiVendorHalTest, ifaceUtil); in SetUp()
|
H A D | wifi_chip_test.cpp | 108 std::vector<std::string> instances; variable 112 sptr<IChipIface> apIface = new (std::nothrow) WifiApIface(TEST_AP_IFNAME, instances, vendorHal,
|
/ohos5.0/foundation/ability/ability_lite/ |
H A D | README.md | 17 …ent functionality. An application can contain one or more **Ability** instances. There are two t… 47 …rdinate the running relationships and lifecycle states of **Ability** instances. It consists of … 50 …agement** sub-module starts and destroys processes where **Ability** instances are running, and… 55 …his service has high permissions. It sets permissions for **Ability** instances and pre-loads so…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | _data.md | 58 …ata_asset_createmultiple) (uint32_t count) | Creates multiple [Data_Asset](#data_asset) instances.| 59 …(#data_asset) \*\*assets, uint32_t count) | Destroys multiple [Data_Asset](#data_asset) instances.| 115 Creates multiple [Data_Asset](#data_asset) instances. 163 Destroys multiple [Data_Asset](#data_asset) instances. 171 | assets | Pointer to the [Data_Asset](#data_asset) instances to destroy.| 172 | count | Number of the [Data_Asset](#data_asset) instances to destroy.|
|
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/ |
H A D | errorcode-audio.md | 38 2. Invalid instances are not destroyed in time to release the memory. 42 1. Destroy the existing instances.
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-sendableContextManager.md | 12 This module is used to transfer data between concurrent ArkTS instances (including the main thread … 19 …instances hold different application-side Context instances that correspond to the same underlying… 20 …lity-application.md#applicationcreatemodulecontext12): ArkTS concurrent instances hold different a…
|
/ohos5.0/docs/en/application-dev/reference/apis-sensor-service-kit/ |
H A D | _sensor.md | 55 …nfos)(uint32_t count) | Creates an array of [Sensor_Info](#sensor_info) instances with the given n… 56 …ors, uint32_t count) | Destroys an array of [Sensor_Info](#sensor_info) instances and reclaims mem… 271 Creates an array of [Sensor_Info](#sensor_info) instances with the given number. 279 | count | Number of [Sensor_Info](#sensor_info) instances to create.| 283 Returns the double pointer to the array of [Sensor_Info](#sensor_info) instances if the operation i… 299 Returns the pointer to the [Sensor_Subscriber](#sensor_subscriber) instances if the operation is su… 315 Returns the pointer to the [Sensor_SubscriptionAttribute](#sensor_subscriptionattribute) instances … 331 Returns the pointer to the [Sensor_SubscriptionId](#sensor_subscriptionid) instances if the operati… 341 Destroys an array of [Sensor_Info](#sensor_info) instances and reclaims memory. 349 | sensors | Double pointer to the array of [Sensor_Info](#sensor_info) instances.| [all …]
|