Home
last modified time | relevance | path

Searched refs:ChangeNotification (Results 1 – 25 of 78) sorted by relevance

1234

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_change_notification.cpp20 ChangeNotification::ChangeNotification(std::vector<Entry> &&insertEntries, std::vector<Entry> &&upd… in ChangeNotification() function in OHOS::DistributedKv::ChangeNotification
29 ChangeNotification::~ChangeNotification() in ~ChangeNotification()
32 const std::vector<Entry> &ChangeNotification::GetInsertEntries() const in GetInsertEntries()
37 const std::vector<Entry> &ChangeNotification::GetUpdateEntries() const in GetUpdateEntries()
42 const std::vector<Entry> &ChangeNotification::GetDeleteEntries() const in GetDeleteEntries()
47 const std::string &ChangeNotification::GetDeviceId() const in GetDeviceId()
52 bool ChangeNotification::IsClear() const in IsClear()
57 bool ChangeNotification::Marshalling(Parcel &parcel) const in Marshalling()
H A Dmock_single_kv_store.cpp59 ChangeNotification change( in InsertDataToDoCallback()
76 ChangeNotification change( in UpdateDataToDoCallback()
95 ChangeNotification change( in DeleteDataToDoCallback()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_change_notification.cpp20 ChangeNotification::ChangeNotification(std::vector<Entry> &&insertEntries, std::vector<Entry> &&upd… in ChangeNotification() function in OHOS::DistributedKv::ChangeNotification
29 ChangeNotification::~ChangeNotification() in ~ChangeNotification()
32 const std::vector<Entry> &ChangeNotification::GetInsertEntries() const in GetInsertEntries()
37 const std::vector<Entry> &ChangeNotification::GetUpdateEntries() const in GetUpdateEntries()
42 const std::vector<Entry> &ChangeNotification::GetDeleteEntries() const in GetDeleteEntries()
47 const std::string &ChangeNotification::GetDeviceId() const in GetDeviceId()
52 bool ChangeNotification::IsClear() const in IsClear()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dchange_notification.cpp24 ChangeNotification::ChangeNotification(std::vector<Entry> &&insertEntries, std::vector<Entry> &&upd… in ChangeNotification() function in OHOS::DistributedKv::ChangeNotification
30 ChangeNotification::~ChangeNotification() in ~ChangeNotification()
33 const std::vector<Entry> &ChangeNotification::GetInsertEntries() const in GetInsertEntries()
38 const std::vector<Entry> &ChangeNotification::GetUpdateEntries() const in GetUpdateEntries()
43 const std::vector<Entry> &ChangeNotification::GetDeleteEntries() const in GetDeleteEntries()
48 const std::string &ChangeNotification::GetDeviceId() const in GetDeviceId()
53 bool ChangeNotification::IsClear() const in IsClear()
H A Dikvstore_observer.cpp48 void KvStoreObserverProxy::OnChange(const ChangeNotification &changeNotification) in OnChange()
119 ChangeNotification notification({}, {}, {}, "", false); in OnRemoteRequest()
137ChangeNotification change(std::move(inserts), std::move(updates), std::move(deletes), deviceId, in OnRemoteRequest()
H A Dkvstore_observer_client.h33 void OnChange(const ChangeNotification &changeNotification) override;
H A Dkvstore_observer_client.cpp34 void KvStoreObserverClient::OnChange(const ChangeNotification &changeNotification) in OnChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dchange_notification.h24 class ChangeNotification final {
34 …API_EXPORT ChangeNotification(std::vector<Entry> &&insertEntries, std::vector<Entry> &&updateEntri…
40 API_EXPORT ~ChangeNotification();
H A Dkvstore_observer.h50 API_EXPORT virtual void OnChange(const ChangeNotification &changeNotification) {} in OnChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h30 using ChangeNotification = DistributedKv::ChangeNotification; variable
69 API_EXPORT bool Marshalling(const ChangeNotification &notification, MessageParcel &parcel);
71 API_EXPORT bool Unmarshalling(ChangeNotification &output, MessageParcel &parcel);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dikvstore_observer.h38 virtual void OnChange(const ChangeNotification &changeNotification) = 0;
55 void OnChange(const ChangeNotification &changeNotification) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dobserver_bridge.cpp88ChangeNotification notice(std::move(inserted), std::move(updated), std::move(deleted), deviceId, f… in OnChange()
97 void ObserverBridge::ObserverClient::OnChange(const ChangeNotification &data) in OnChange()
106ChangeNotification notice(std::move(inserted), std::move(updated), std::move(deleted), deviceId, f… in OnChange()
H A Dkv_types_util.cpp84 bool Marshalling(const ChangeNotification &notification, MessageParcel &parcel) in Marshalling()
91 bool Unmarshalling(ChangeNotification &output, MessageParcel &parcel) in Unmarshalling()
101 …output = ChangeNotification(std::move(inserts), std::move(updates), std::move(deletes), deviceId, … in Unmarshalling()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_callback_test.cpp83 DistributedKv::ChangeNotification changeNotification(
119 DistributedKv::ChangeNotification changeNotification(
155 DistributedKv::ChangeNotification changeNotification(
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_util.h44 using ChangeNotification = OHOS::DistributedKv::ChangeNotification; variable
119 … static napi_status GetValue(napi_env env, napi_value in, ChangeNotification& out, bool hasSchema);
120 …static napi_status SetValue(napi_env env, const ChangeNotification& in, napi_value& out, bool hasS…
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/capabilityinfomanager_fuzzer/
H A Dcapabilityinfomanager_fuzzer.cpp26 if ((data == nullptr) || (size <= sizeof(DistributedKv::ChangeNotification))) { in CapabilityInfoManagerFuzzTest()
47 …DistributedKv::ChangeNotification changeIn(std::move(inserts), std::move(updates), std::move(delet… in CapabilityInfoManagerFuzzTest()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddistributed_mission_info_test.cpp160 …DistributedKv::ChangeNotification changeNotification(std::move(insertEntries), std::move(updateEnt…
174 …DistributedKv::ChangeNotification changeNotification1(std::move(insertEntries), std::move(updateEn…
210 …DistributedKv::ChangeNotification changeNotification(std::move(insertEntries), std::move(updateEnt…
461 DistributedKv::ChangeNotification changeNotification(std::move(insertEntries),
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_util.h68 using ChangeNotification = OHOS::DistributedKv::ChangeNotification; variable
147 static StatusMsg GetValue(napi_env env, napi_value in, ChangeNotification& out, bool hasSchema);
148 …static StatusMsg SetValue(napi_env env, const ChangeNotification& in, napi_value& out, bool hasSch…
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/dbadapter/src/
H A Dmock_db_change_listener.cpp27 void MockDBChangeListener::OnChange(const DistributedKv::ChangeNotification &changeNotification) in OnChange()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-distributed-data.md76 …ata | DeviceKVStore | off(event:'dataChange', listener?: Callback\<ChangeNotification>): void; | 新…
77 …| on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void; | 新…
78 …ta | SingleKVStore | off(event: 'dataChange', listener?: Callback\<ChangeNotification>): void; | 新…
79 …| on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void; | 新…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_data_change_listener.h29 void OnChange(const DistributedKv::ChangeNotification &changeNotification) override;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/dbadapter/include/
H A Dmock_db_change_listener.h29 void OnChange(const DistributedKv::ChangeNotification &changeNotification) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dtypes_util_test.cpp91 HWTEST_F(TypesUtilTest, ChangeNotification, TestSize.Level1)
105ChangeNotification changeIn(std::move(inserts), std::move(updates), std::move(deleteds), std::stri…
108 ChangeNotification changeOut({}, {}, {}, "", false);
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-distributed-data.md76 …ata | DeviceKVStore | off(event:'dataChange', listener?: Callback\<ChangeNotification>): void; | A…
77 …| on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void; | A…
78 …ata | SingleKVStore | off(event:'dataChange', listener?: Callback\<ChangeNotification>): void; | A…
79 …| on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void; | A…
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/typesutil_fuzzer/
H A Dtypesutil_fuzzer.cpp113ChangeNotification changeIn(std::move(inserts), std::move(updates), std::move(deleteds), strBase, … in ChangeNotificationFuzz()
117 ChangeNotification changeOut(std::move(empty), {}, {}, "", !boolBase); in ChangeNotificationFuzz()

1234