Home
last modified time | relevance | path

Searched refs:IsBelongToSameApp (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H A Dreminderdatamanager_fuzzer.cpp122 manager->IsBelongToSameApp(option, option); in DoSomethingInterestingWithReminder()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp637 EXPECT_TRUE(manager->IsBelongToSameApp(option1, option2)); in HWTEST_F()
640 EXPECT_FALSE(manager->IsBelongToSameApp(option1, option2)); in HWTEST_F()
644 EXPECT_FALSE(manager->IsBelongToSameApp(option1, option2)); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h465 bool IsBelongToSameApp(const sptr<NotificationBundleOption> &bundleOption,
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1374 if (notificationId == (*it)->GetNotificationId() && IsBelongToSameApp(bundleOption, option1)) { in HandleSameNotificationIdShowing()
1532 bool ReminderDataManager::IsBelongToSameApp(const sptr<NotificationBundleOption> &bundleOption, in IsBelongToSameApp() function in OHOS::Notification::ReminderDataManager

Completed in 7 milliseconds