Home
last modified time | relevance | path

Searched refs:isRebuild (Results 1 - 20 of 20) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/
H A Dset_searchable_event.h26 bool isRebuild; member
43 return info_.isRebuild; in GetIsRebuild()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar.cpp59 void DOMToolBar::AddChildNode(const RefPtr<DOMNode>& child, int32_t slot, bool isRebuild) in AddChildNode() argument
69 if (isRebuild) { in AddChildNode()
H A Ddom_tool_bar.h53 void AddChildNode(const RefPtr<DOMNode>& child, int32_t slot, bool isRebuild);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dlazy_foreach.h55 void NotifyDataChanged(size_t index, const RefPtr<NG::UINode>& lazyForEachNode, bool isRebuild = true) override {};
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dmock_lazy_for_each_builder.h58 void NotifyDataChanged(size_t index, const RefPtr<NG::UINode>& lazyForEachNode, bool isRebuild = true) override {};
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_stub.cpp116 bool isRebuild; in OnRemoteSetDistributedTables() local
117 if (!ITypesUtil::Unmarshal(data, param, tables, references, type, isRebuild)) { in OnRemoteSetDistributedTables()
123 auto status = SetDistributedTables(param, tables, references, isRebuild, type); in OnRemoteSetDistributedTables()
H A Drdb_service_impl.h58 const std::vector<Reference> &references, bool isRebuild, int32_t type = DISTRIBUTED_DEVICE) override;
H A Drdb_service_impl.cpp277 const std::vector<Reference> &references, bool isRebuild, int32_t type) in SetDistributedTables()
286 eventInfo.isRebuild = isRebuild; in SetDistributedTables()
276 SetDistributedTables(const RdbSyncerParam &param, const std::vector<std::string> &tables, const std::vector<Reference> &references, bool isRebuild, int32_t type) SetDistributedTables() argument
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_service.h45 const std::vector<Reference> &references, bool isRebuild, int32_t type = DISTRIBUTED_DEVICE) = 0;
H A Drdb_types.h111 bool isRebuild = false; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach_builder.h74 void NotifyDataChanged(size_t index, const RefPtr<NG::UINode>& lazyForEachNode, bool isRebuild) override
76 if (updateChangedNodeFlag_ && !isRebuild) {
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.h148 void NotifyDataChanged(size_t index, const RefPtr<UINode>& lazyForEachNode, bool isRebuild) override {}
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_service_proxy.h44 const std::vector<Reference> &references, bool isRebuild, int32_t type = DISTRIBUTED_DEVICE) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_nb_delegate.h64 bool isRebuild = false; member
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_service_proxy.cpp180 const std::vector<Reference> &references, bool isRebuild, int32_t type) in SetDistributedTables()
185 type, isRebuild); in SetDistributedTables()
179 SetDistributedTables(const RdbSyncerParam& param, const std::vector<std::string> &tables, const std::vector<Reference> &references, bool isRebuild, int32_t type) SetDistributedTables() argument
H A Drdb_store_impl.cpp303 distributedConfig.isRebuild, type); in SetDistributedTables()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp1337 status.isRebuild = conn_->IsRebuild(); in GetDatabaseStatus()
1338 LOGI("[KvStoreNbDelegate] rebuild %d", static_cast<int>(status.isRebuild)); in GetDatabaseStatus()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.h551 virtual void NotifyDataChanged(size_t index, const RefPtr<UINode>& lazyForEachNode, bool isRebuild = true) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_corrupt_test.cpp559 EXPECT_EQ(actualStatus.isRebuild, true); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp1086 return databaseStatus.isRebuild;

Completed in 23 milliseconds