Home
last modified time | relevance | path

Searched refs:GetDeleteEntries (Results 1 - 24 of 24) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dchange_notification.cpp43 const std::vector<Entry> &ChangeNotification::GetDeleteEntries() const in GetDeleteEntries() function in OHOS::DistributedKv::ChangeNotification
H A Dikvstore_observer.cpp58 int64_t deleteSize = ITypesUtil::GetTotalSize(changeNotification.GetDeleteEntries()); in OnChange()
74 !ITypesUtil::MarshalToBuffer(changeNotification.GetDeleteEntries(), deleteSize, data)) { in OnChange()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dchange_notification.h55 API_EXPORT const std::vector<Entry> &GetDeleteEntries() const;
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp67 if (!changeNotification.GetDeleteEntries().empty() && in OnChange()
68 changeNotification.GetDeleteEntries().size() <= MAX_DB_RECORD_SIZE) { in OnChange()
69 HandleDeleteChange(changeNotification.GetDeleteEntries()); in OnChange()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dtypes_util_test.cpp116 ASSERT_EQ(changeOut.GetDeleteEntries().size(), 1UL); in HWTEST_F()
117 EXPECT_EQ(changeOut.GetDeleteEntries().front().key.ToString(), std::string("delete")); in HWTEST_F()
118 EXPECT_EQ(changeOut.GetDeleteEntries().front().value.ToString(), std::string("delete_value")); in HWTEST_F()
H A Dblob_test.cpp327 int64_t deleteSize = ITypesUtil::GetTotalSize(changeIn.GetDeleteEntries()); in HWTEST_F()
330 ASSERT_TRUE(ITypesUtil::MarshalToBuffer(changeIn.GetDeleteEntries(), deleteSize, parcel)); in HWTEST_F()
H A Dsingle_kvstore_client_test.cpp113 deleteEntries_ = changeNotification.GetDeleteEntries(); in OnChange()
H A Ddevice_kvstore_test.cpp130 deleteEntries_ = changeNotification.GetDeleteEntries(); in OnChange()
H A Dlocal_subscribe_store_test.cpp125 deleteEntries_ = changeNotification.GetDeleteEntries(); in OnChange()
H A Dlocal_subscribe_device_store_test.cpp115 deleteEntries_ = changeNotification.GetDeleteEntries(); in OnChange()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dversion_info_manager.cpp271 if (!changeNotification.GetDeleteEntries().empty() && in OnChange()
272 changeNotification.GetDeleteEntries().size() <= MAX_DB_RECORD_SIZE) { in OnChange()
274 HandleVersionDeleteChange(changeNotification.GetDeleteEntries()); in OnChange()
H A Dcapability_info_manager.cpp346 if (!changeNotification.GetDeleteEntries().empty() && in OnChange()
347 changeNotification.GetDeleteEntries().size() <= MAX_DB_RECORD_SIZE) { in OnChange()
349 HandleCapabilityDeleteChange(changeNotification.GetDeleteEntries()); in OnChange()
H A Dmeta_info_manager.cpp384 if (!changeNotification.GetDeleteEntries().empty() && in OnChange()
385 changeNotification.GetDeleteEntries().size() <= MAX_DB_RECORD_SIZE) { in OnChange()
387 HandleMetaCapabilityDeleteChange(changeNotification.GetDeleteEntries()); in OnChange()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_change_listener.cpp80 const vector<Entry>& deletes = changeNotification.GetDeleteEntries(); in OnChange()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dobserver_bridge.cpp105 auto deleted = ObserverBridge::ConvertDB(data.GetDeleteEntries(), deviceId, convert_); in OnChange()
H A Dkv_types_util.cpp87 notification.GetDeleteEntries(), notification.GetDeviceId(), notification.IsClear()); in Marshalling()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_change_handler.cpp81 const auto& deletedEntries = changeNotification.GetDeleteEntries(); in OnChange()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store.cpp650 notification.GetDeleteEntries().size()); in OnChange()
H A Djs_util.cpp926 status = SetValue(env, in.GetDeleteEntries(), deleteEntries, hasSchema); in SetValue()
927 CHECK_RETURN((status == napi_ok) || (deleteEntries == nullptr), "GetDeleteEntries failed!", status); in SetValue()
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp402 std::vector<Entry> deleteEntries = c.GetDeleteEntries(); in ChangeNotificationToCChangeNotification()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp49 delete_ = notification.GetDeleteEntries();
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util.cpp996 statusMsg = SetValue(env, in.GetDeleteEntries(), deleteEntries, hasSchema); in SetValue()
997 ASSERT((statusMsg.status == napi_ok) || (deleteEntries == nullptr), "GetDeleteEntries failed!", statusMsg); in SetValue()
H A Djs_single_kv_store.cpp855 notification.GetDeleteEntries().size()); in OnChange()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp960 status = SetValue(env, in.GetDeleteEntries(), deleteEntries, hasSchema); in SetValue()
961 CHECK_RETURN((status == napi_ok) || (deleteEntries == nullptr), "GetDeleteEntries failed!", status); in SetValue()

Completed in 33 milliseconds