/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_change_notification.cpp | 20 ChangeNotification::ChangeNotification(std::vector<Entry> &&insertEntries, std::vector<Entry> &&upd… in ChangeNotification() function in OHOS::DistributedKv::ChangeNotification
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | change_notification.cpp | 24 ChangeNotification::ChangeNotification(std::vector<Entry> &&insertEntries, std::vector<Entry> &&upd… in ChangeNotification() function in OHOS::DistributedKv::ChangeNotification
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_change_notification.cpp | 20 ChangeNotification::ChangeNotification(std::vector<Entry> &&insertEntries, std::vector<Entry> &&upd… in ChangeNotification() function in OHOS::DistributedKv::ChangeNotification
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | kv_types_util.h | 30 using ChangeNotification = DistributedKv::ChangeNotification; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_util.h | 44 using ChangeNotification = OHOS::DistributedKv::ChangeNotification; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_util.h | 68 using ChangeNotification = OHOS::DistributedKv::ChangeNotification; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | DeviceKvStoreKVPromiseJsTest.js | 2441 kvStore.on('dataChange', 0, function (ChangeNotification) { argument 2469 kvStore.on('dataChange', 0, function (ChangeNotification) { argument 2497 kvStore.on('dataChange', 0, function (ChangeNotification) { argument
|
H A D | SingleKvStoreKVPromiseJsTest.js | 2535 kvStore.on('dataChange', 0, function (ChangeNotification) { argument 2563 kvStore.on('dataChange', 0, function (ChangeNotification) { argument 2591 kvStore.on('dataChange', 0, function (ChangeNotification) { argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | SingleKvStoreDataPromiseJsTest.js | 2736 kvStore.on('dataChange', 0, function(ChangeNotification){ argument 2762 kvStore.on('dataChange', 0, function(ChangeNotification){ argument 2788 kvStore.on('dataChange', 0, function(ChangeNotification){ argument
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-distributedKVStore.md | 86 ## ChangeNotification section
|
H A D | js-apis-distributed-data.md | 2927 ## ChangeNotification section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-distributedKVStore.md | 86 ## ChangeNotification section
|
H A D | js-apis-distributed-data.md | 2927 ## ChangeNotification section
|