/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/ |
H A D | set_searchable_event.h | 26 bool isRebuild; member 43 return info_.isRebuild; in GetIsRebuild()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_tool_bar.cpp | 59 void DOMToolBar::AddChildNode(const RefPtr<DOMNode>& child, int32_t slot, bool isRebuild) in AddChildNode() argument 69 if (isRebuild) { in AddChildNode()
|
H A D | dom_tool_bar.h | 53 void AddChildNode(const RefPtr<DOMNode>& child, int32_t slot, bool isRebuild);
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | lazy_foreach.h | 55 void NotifyDataChanged(size_t index, const RefPtr<NG::UINode>& lazyForEachNode, bool isRebuild = true) override {};
|
/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | mock_lazy_for_each_builder.h | 58 void NotifyDataChanged(size_t index, const RefPtr<NG::UINode>& lazyForEachNode, bool isRebuild = true) override {};
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_stub.cpp | 116 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 D | rdb_service_impl.h | 58 const std::vector<Reference> &references, bool isRebuild, int32_t type = DISTRIBUTED_DEVICE) override;
|
H A D | rdb_service_impl.cpp | 277 const std::vector<Reference> &references, bool isRebuild, int32_t type) in SetDistributedTables() 286 eventInfo.isRebuild = isRebuild; in SetDistributedTables() 276 SetDistributedTables(const RdbSyncerParam ¶m, 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 D | rdb_service.h | 45 const std::vector<Reference> &references, bool isRebuild, int32_t type = DISTRIBUTED_DEVICE) = 0;
|
H A D | rdb_types.h | 111 bool isRebuild = false; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_lazy_foreach_builder.h | 74 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 D | node_adapter_impl.h | 148 void NotifyDataChanged(size_t index, const RefPtr<UINode>& lazyForEachNode, bool isRebuild) override {}
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_service_proxy.h | 44 const std::vector<Reference> &references, bool isRebuild, int32_t type = DISTRIBUTED_DEVICE) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_nb_delegate.h | 64 bool isRebuild = false; member
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_service_proxy.cpp | 180 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 D | rdb_store_impl.cpp | 303 distributedConfig.isRebuild, type); in SetDistributedTables()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 1337 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 D | lazy_for_each_builder.h | 551 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 D | distributeddb_interfaces_database_corrupt_test.cpp | 559 EXPECT_EQ(actualStatus.isRebuild, true); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 1086 return databaseStatus.isRebuild;
|