Home
last modified time | relevance | path

Searched refs:OnInsert (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_callback_test.cpp32 …virtual void OnInsert(const std::string &deviceId, const std::string &key, const std::string &valu…
43 void DistributedDatabaseCallbackTest::OnInsert( in OnInsert() function in OHOS::Notification::DistributedDatabaseCallbackTest
60 .OnInsert = std::bind(&DistributedDatabaseCallbackTest::OnInsert,
79 databaseCallback_->callback_.OnInsert = nullptr;
96 .OnInsert = std::bind(&DistributedDatabaseCallbackTest::OnInsert,
132 .OnInsert = std::bind(&DistributedDatabaseCallbackTest::OnInsert,
H A Ddistributed_database_test.cpp33 …virtual void OnInsert(const std::string &deviceId, const std::string &key, const std::string &valu…
49 .OnInsert = std::bind(&DistributedDatabaseTest::OnInsert, in SetUp()
83 void DistributedDatabaseTest::OnInsert(const std::string &deviceId, const std::string &key, const s… in OnInsert() function in OHOS::Notification::DistributedDatabaseTest
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_database_callback.cpp32 if (callback_.OnInsert != nullptr) { in OnChange()
36 …callback_.OnInsert(changeNotification.GetDeviceId(), entry.key.ToString(), entry.value.ToString()); in OnChange()
H A Ddistributed_notification_manager.cpp37 .OnInsert = std::bind(&DistributedNotificationManager::OnDatabaseInsert, in DistributedNotificationManager()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_stub.h32 int32_t OnInsert(MessageParcel& data, MessageParcel& reply);
59 &DataShareServiceStub::OnInsert,
H A Ddata_share_service_stub.cpp43 int32_t DataShareServiceStub::OnInsert(MessageParcel &data, MessageParcel &reply) in OnInsert() function in OHOS::DataShare::DataShareServiceStub
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Ddistributed_database_branch_test.cpp45 …virtual void OnInsert(const std::string &deviceId, const std::string &key, const std::string &valu…
60 .OnInsert = std::bind(&DistributedDatabaseBranchTest::OnInsert, in SetUp()
94 void DistributedDatabaseBranchTest::OnInsert( in OnInsert() function in OHOS::Notification::DistributedDatabaseBranchTest
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_database_callback.h31 …tion<void(const std::string &deviceId, const std::string &key, const std::string &value)> OnInsert; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_stub_test.cpp103 auto result = dataShareServiceStub->OnInsert(request, reply);