Home
last modified time | relevance | path

Searched refs:rebuilt (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/docs/en/application-dev/reference/common/
H A Dmemory.md114 …dify function, which is used for further modification after the purgeable memory data is rebuilt.|
145 …is ready; returns a failure message if purgeable memory has been reclaimed and fails to be rebuilt.
171 …is ready; returns a failure message if purgeable memory has been reclaimed and fails to be rebuilt.
/ohos5.0/docs/en/application-dev/database/
H A Ddata-backup-and-restore.md239 …data/js-apis-data-relationalStore.md#storeconfig) to **true**. The newly rebuilt RDB store is empt…
241 …true** before the database is corrupted, the database will be automatically rebuilt when corrupted.
243 …et or is set to **false**, set **allowRebuild** to **true** and open the rebuilt RDB store. <br>Ex…
352 // Open the rebuilt RDB store and create tables.
H A Ddata-persistence-by-rdb-store.md57 If error code 14800011 is reported, the RDB store is corrupted and needs to be rebuilt. For details…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp565 int RdbStore::GetRebuilt(RebuiltType &rebuilt) in GetRebuilt() argument
567 (void)rebuilt; in GetRebuilt()
H A Drdb_store_impl.cpp2260 int RdbStoreImpl::GetRebuilt(RebuiltType &rebuilt) in GetRebuilt() argument
2262 rebuilt = static_cast<RebuiltType>(rebuild_); in GetRebuilt()
/ohos5.0/commonlibrary/memory_utils/
H A DREADME.md65 …overy. When the application is used again, the purgeable memory that has been freed can be rebuilt.
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreCorruptJsunit.test.js167 expect(rdbStore.rebuilt).assertEqual(data_relationalStore.RebuildType.REBUILT);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dclouddisk_rdbstore_mock.h176 MOCK_METHOD1(GetRebuilt, int(RebuiltType &rebuilt));
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Drdb_store_mock.h175 MOCK_METHOD1(GetRebuilt, int(RebuiltType &rebuilt));
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h70 int GetRebuilt(RebuiltType &rebuilt) override;
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darraybuffer-object.md9 …yBuffer object. In cross-thread scenarios, only the JS shell needs to be rebuilt, and the native m…
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h296 int GetRebuilt(RebuiltType& rebuilt) override in GetRebuilt() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h301 virtual int GetRebuilt(RebuiltType &rebuilt) in GetRebuilt() argument
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store.h661 virtual int GetRebuilt(RebuiltType &rebuilt);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h135 int GetRebuilt(RebuiltType &rebuilt) override;
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-rendering-control-lazyforeach.md487rebuilt. **LazyForEach** compares the keys of all original data items with those of all new data i…
673 When **LazyForEach** is used for UI re-renders, a child component needs to be destroyed and rebuilt
1182 …stead, all data items generate new keys. As a result, all data items are rebuilt. This method has …
1262 …ause, with the **LazyForEach** update mechanism, the entire list item is rebuilt. As the **Image**…
1793 …hat the data item with the specified index has changed and the child component needs to be rebuilt.
H A Dproperly-use-state-management-to-develope.md1223rebuilt. After **message** is changed, the key of the corresponding list item in **LazyForEach** c…
1364 …nd no log is generated, which indicates that the **Text** and **Image** components are not rebuilt.
H A Darkts-custom-components-freeze.md233 …hat the data item with the specified index has changed and the child component needs to be rebuilt.
685 …hat the data item with the specified index has changed and the child component needs to be rebuilt.
857 …hat the data item with the specified index has changed and the child component needs to be rebuilt.
H A Darkts-reusable.md1173 …hat the data item with the specified index has changed and the child component needs to be rebuilt.
1236 …hat the data item with the specified index has changed and the child component needs to be rebuilt.
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp333 virtual int GetRebuilt(RebuiltType &rebuilt) in GetRebuilt() argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp1274 auto rebuilt = RebuiltType::NONE; in GetRebuilt() local
1275 rdbStoreProxy->GetInstance()->GetRebuilt(rebuilt); in GetRebuilt()
1276 return JSUtils::Convert2JSValue(env, (uint32_t)rebuilt); in GetRebuilt()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-mini-appx-code.md10 - Clear: The code should be easy to understand, maintain, and rebuilt. Avoid obscure syntax.
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore.md803 | NONE | 0 | The RDB store is not rebuilt. …
804 | REBUILT | 1 | The RDB store is rebuilt, and an empty database is created. You need to create t…
2107 | rebuilt<sup>12+</sup> | [RebuildType](#rebuildtype12) | Yes| No| Whether the RDB store has been r…
2138 // Whether the RDB store has been rebuilt.
2139 console.info(`RdbStore rebuilt is ${store.rebuilt}`);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-router.md1027 …s set, the application returns to the previous page, and the page is not rebuilt. The page in the …
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-compile-rule.md1199 … of the component generated by this method is different from that of the rebuilt components withou…

12