Home
last modified time | relevance | path

Searched refs:OnUpdate (Results 1 - 25 of 33) sorted by relevance

12

/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_callback_test.cpp33 virtual void OnUpdate(const std::string &deviceId, const std::string &key, const std::string &value);
46 void DistributedDatabaseCallbackTest::OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedDatabaseCallbackTest
65 .OnUpdate = std::bind(&DistributedDatabaseCallbackTest::OnUpdate, in HWTEST_F()
91 * @tc.desc : test OnChange function and callback_.OnUpdate is nullptr .
101 .OnUpdate = std::bind(&DistributedDatabaseCallbackTest::OnUpdate, in HWTEST_F()
115 databaseCallback_->callback_.OnUpdate = nullptr; in HWTEST_F()
137 .OnUpdate = std::bind(&DistributedDatabaseCallbackTest::OnUpdate, in HWTEST_F()
[all...]
H A Ddistributed_database_test.cpp34 virtual void OnUpdate(const std::string &deviceId, const std::string &key, const std::string &value);
54 .OnUpdate = std::bind(&DistributedDatabaseTest::OnUpdate, in SetUp()
86 void DistributedDatabaseTest::OnUpdate(const std::string &deviceId, const std::string &key, const std::string &value) in OnUpdate() function in OHOS::Notification::DistributedDatabaseTest
H A Ddistributed_notification_manager_test.cpp35 virtual void OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedNotificationManagerTest
190 .OnUpdate = std::bind(&DistributedNotificationManagerTest::OnUpdate, in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_database_callback.cpp40 if (callback_.OnUpdate != nullptr) { in OnChange()
44 callback_.OnUpdate(changeNotification.GetDeviceId(), entry.key.ToString(), entry.value.ToString()); in OnChange()
H A Ddistributed_notification_manager.cpp41 .OnUpdate = std::bind(&DistributedNotificationManager::OnDatabaseUpdate, in DistributedNotificationManager()
293 if (callback_.OnUpdate) { in UpdateCallback()
294 callback_.OnUpdate(deviceId, bundleName, request); in UpdateCallback()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Ddistributed_notification_manager_branch_test.cpp39 virtual void OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedNotificationManagerBranchTest
120 .OnUpdate = std::bind(&DistributedNotificationManagerBranchTest::OnUpdate, in HWTEST_F()
142 * @tc.desc : test UpdateCallback function and callback_.OnUpdate is not nullptr.
152 .OnUpdate = std::bind(&DistributedNotificationManagerBranchTest::OnUpdate, in HWTEST_F()
184 .OnUpdate = std::bind(&DistributedNotificationManagerBranchTest::OnUpdate, in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_database_callback.h32 std::function<void(const std::string &deviceId, const std::string &key, const std::string &value)> OnUpdate; member
H A Ddistributed_notification_manager.h45 OnUpdate; member
/base/accesscontrol/sandbox_manager/services/common/database/include/
H A Dsqlite_helper.h43 virtual void OnUpdate() = 0;
/base/security/access_token/services/common/database/include/
H A Dsqlite_helper.h52 virtual void OnUpdate(int32_t version) = 0;
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_subscriber.h69 virtual void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) = 0;
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Ddistributed_database_branch_test.cpp46 virtual void OnUpdate(const std::string &deviceId, const std::string &key, const std::string &value);
65 .OnUpdate = std::bind(&DistributedDatabaseBranchTest::OnUpdate, in SetUp()
97 void DistributedDatabaseBranchTest::OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedDatabaseBranchTest
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_event_manager.h82 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override;
/base/security/access_token/services/privacymanager/include/database/
H A Dpermission_used_record_db.h58 void OnUpdate(int32_t version) override;
/base/accesscontrol/sandbox_manager/services/common/database/src/
H A Dsqlite_helper.cpp62 OnUpdate(); in Open()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h55 virtual void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_listener.cpp146 subscriber->OnUpdate(std::make_shared<NotificationSortingMap>(*notificationMap)); in OnUpdated()
/base/security/access_token/services/common/database/src/
H A Dsqlite_helper.cpp68 OnUpdate(version); in Open()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_subscriber_manager_test.cpp57 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override
H A Dadvanced_notification_utils_test.cpp104 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override
H A Dadvanced_notification_service_branch_test.cpp113 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp70 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp340 void ReminderEventManager::ReminderNotificationSubscriber::OnUpdate( in OnUpdate() function in OHOS::Notification::ReminderEventManager::ReminderNotificationSubscriber
/base/security/access_token/services/privacymanager/src/database/
H A Dpermission_used_record_db.cpp65 void PermissionUsedRecordDb::OnUpdate(int32_t version) in OnUpdate() function in OHOS::Security::AccessToken::PermissionUsedRecordDb
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp87 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override

Completed in 17 milliseconds

12