Home
last modified time | relevance | path

Searched refs:OnUpdate (Results 1 – 25 of 29) sorted by relevance

12

/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_database_callback_test.cpp33 …virtual void OnUpdate(const std::string &deviceId, const std::string &key, const std::string &valu…
46 void DistributedDatabaseCallbackTest::OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedDatabaseCallbackTest
65 .OnUpdate = std::bind(&DistributedDatabaseCallbackTest::OnUpdate,
101 .OnUpdate = std::bind(&DistributedDatabaseCallbackTest::OnUpdate,
115 databaseCallback_->callback_.OnUpdate = nullptr;
137 .OnUpdate = std::bind(&DistributedDatabaseCallbackTest::OnUpdate,
Ddistributed_database_test.cpp33 …virtual void OnUpdate(const std::string &deviceId, const std::string &key, const std::string &valu…
52 .OnUpdate = std::bind(&DistributedDatabaseTest::OnUpdate, in SetUp()
84 void DistributedDatabaseTest::OnUpdate(const std::string &deviceId, const std::string &key, const s… in OnUpdate() function in OHOS::Notification::DistributedDatabaseTest
Ddistributed_notification_manager_test.cpp35 virtual void OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedNotificationManagerTest
190 .OnUpdate = std::bind(&DistributedNotificationManagerTest::OnUpdate,
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
Ddistributed_notification_manager_branch_test.cpp39 virtual void OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedNotificationManagerBranchTest
120 .OnUpdate = std::bind(&DistributedNotificationManagerBranchTest::OnUpdate,
152 .OnUpdate = std::bind(&DistributedNotificationManagerBranchTest::OnUpdate,
184 .OnUpdate = std::bind(&DistributedNotificationManagerBranchTest::OnUpdate,
/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_database_callback.cpp40 if (callback_.OnUpdate) { in OnChange()
44 …callback_.OnUpdate(changeNotification.GetDeviceId(), entry.key.ToString(), entry.value.ToString()); in OnChange()
Ddistributed_notification_manager.cpp42 .OnUpdate = std::bind(&DistributedNotificationManager::OnDatabaseUpdate, in DistributedNotificationManager()
318 if (callback_.OnUpdate) { in UpdateCallback()
319 callback_.OnUpdate(deviceId, bundleName, request); in UpdateCallback()
/base/notification/distributed_notification_service/services/distributed/include/
Ddistributed_database_callback.h32 …tion<void(const std::string &deviceId, const std::string &key, const std::string &value)> OnUpdate; member
Ddistributed_notification_manager.h45 OnUpdate; member
/base/security/access_token/services/common/database/include/
Dsqlite_helper.h45 virtual void OnUpdate() = 0;
/base/security/access_token/services/accesstokenmanager/main/cpp/include/database/
Dsqlite_storage.h53 void OnUpdate() override;
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
Ddistributed_database_branch_test.cpp46 …virtual void OnUpdate(const std::string &deviceId, const std::string &key, const std::string &valu…
65 .OnUpdate = std::bind(&DistributedDatabaseBranchTest::OnUpdate, in SetUp()
97 void DistributedDatabaseBranchTest::OnUpdate( in OnUpdate() function in OHOS::Notification::DistributedDatabaseBranchTest
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_subscriber.h69 virtual void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) = 0;
/base/security/access_token/services/privacymanager/include/database/
Dpermission_used_record_db.h55 void OnUpdate() override;
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dsubscribe.h55 virtual void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override;
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_subscriber_manager_test.cpp44 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() function in OHOS::Notification::NotificationSubscriberManagerTest::TestAnsSubscriber
Dadvanced_notification_service_branch_test.cpp95 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() function in OHOS::Notification::TestAnsSubscriber
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp95 subscriber_.OnUpdate(std::make_shared<NotificationSortingMap>(*notificationMap)); in OnUpdated()
/base/security/access_token/services/common/database/src/
Dsqlite_helper.cpp59 OnUpdate(); in Open()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp72 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() function in __anon3512b1eb0111::TestAnsSubscriber
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
Dsqlite_storage.cpp49 void SqliteStorage::OnUpdate() in OnUpdate() function in OHOS::Security::AccessToken::SqliteStorage
/base/security/access_token/services/privacymanager/src/database/
Dpermission_used_record_db.cpp51 void PermissionUsedRecordDb::OnUpdate() in OnUpdate() function in OHOS::Security::AccessToken::PermissionUsedRecordDb
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp82 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() function in OHOS::Notification::TestAnsSubscriber
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dsubscribe.cpp377 void SubscriberInstance::OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnUpdate() function in OHOS::NotificationNapi::SubscriberInstance
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp94 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() function in OHOS::Notification::TestAnsSubscriber
Dans_fw_module_test.cpp294 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() function in OHOS::Notification::TestAnsSubscriber

12