Home
last modified time | relevance | path

Searched defs:NotifyDataChange (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ipc/
H A Dcloud_sync_service_proxy_mock.cpp55 int32_t CloudSyncServiceProxy::NotifyDataChange(const std::string &accoutId, const std::string &bun… in NotifyDataChange() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.h185 void NotifyDataChange(int32_t index, int32_t count) override {}; in NotifyDataChange() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_service_proxy.cpp96 int32_t CloudServiceProxy::NotifyDataChange(const std::string &id, const std::string &bundleName) in NotifyDataChange() function in OHOS::CloudData::CloudServiceProxy
131 int32_t CloudServiceProxy::NotifyDataChange(const std::string &eventId, const std::string &extraDat… in NotifyDataChange() function in OHOS::CloudData::CloudServiceProxy
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h84 int32_t NotifyDataChange(const std::string &accoutId, const std::string &bundleName) override in NotifyDataChange() function
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp195 int32_t CloudSyncServiceProxy::NotifyDataChange(const std::string &accoutId, const std::string &bun… in NotifyDataChange() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp184 int32_t CloudSyncManagerImpl::NotifyDataChange(const std::string &accoutId, const std::string &bund… in NotifyDataChange() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl
H A Dcloud_sync_service_proxy.cpp472 int32_t CloudSyncServiceProxy::NotifyDataChange(const std::string &accoutId, const std::string &bun… in NotifyDataChange() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/
H A Dcloud_sync_manager_n_exporter.cpp192 napi_value NotifyDataChange(napi_env env, napi_callback_info info) in NotifyDataChange() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_config.cpp265 napi_value JsConfig::NotifyDataChange(napi_env env, napi_callback_info info) in NotifyDataChange() function in JsConfig
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkvdb_service_client.cpp191 Status KVDBServiceClient::NotifyDataChange(const AppId &appId, const StoreId &storeId, uint64_t del… in NotifyDataChange() function in OHOS::DistributedKv::KVDBServiceClient
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.cpp703 void WaterFlowLayoutInfoSW::NotifyDataChange(int32_t index, int32_t count) in NotifyDataChange() function in OHOS::Ace::NG::WaterFlowLayoutInfoSW
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp368 int32_t CloudServiceImpl::NotifyDataChange(const std::string &id, const std::string &bundleName) in NotifyDataChange() function in OHOS::CloudData::CloudServiceImpl
380 int32_t CloudServiceImpl::NotifyDataChange(const std::string &eventId, const std::string &extraData… in NotifyDataChange() function in OHOS::CloudData::CloudServiceImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp687 void WaterFlowPattern::NotifyDataChange(int32_t index, int32_t count) in NotifyDataChange() function in OHOS::Ace::NG::WaterFlowPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp709 void ListItemGroupPattern::NotifyDataChange(int32_t index, int32_t count) in NotifyDataChange() function in OHOS::Ace::NG::ListItemGroupPattern
H A Dlist_pattern.cpp2619 void ListPattern::NotifyDataChange(int32_t index, int32_t count) in NotifyDataChange() function in OHOS::Ace::NG::ListPattern
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp464 int32_t CloudSyncService::NotifyDataChange(const std::string &accoutId, const std::string &bundleNa… in NotifyDataChange() function in OHOS::FileManagement::CloudSync::CloudSyncService
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_service_proxy.cpp515 int32_t RdbServiceProxy::NotifyDataChange(const RdbSyncerParam &param, const RdbChangedData &rdbCha… in NotifyDataChange() function in OHOS::DistributedRdb::RdbServiceProxy
H A Drdb_store_impl.cpp276 void RdbStoreImpl::NotifyDataChange() in NotifyDataChange() function in OHOS::NativeRdb::RdbStoreImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h641 virtual void NotifyDataChange(int32_t index, int32_t count) {}; in NotifyDataChange() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp271 Status KVDBServiceImpl::NotifyDataChange(const AppId &appId, const StoreId &storeId, uint64_t delay) in NotifyDataChange() function in OHOS::DistributedKv::KVDBServiceImpl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp1061 int32_t RdbServiceImpl::NotifyDataChange(const RdbSyncerParam &param, const RdbChangedData &rdbChan… in NotifyDataChange() function in OHOS::DistributedRdb::RdbServiceImpl