Home
last modified time | relevance | path

Searched refs:InitNotificationRequest (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp942 EXPECT_EQ(rrc->InitNotificationRequest(), true);
955 EXPECT_EQ(rrc->InitNotificationRequest(), true);
1209 EXPECT_EQ(rrc->InitNotificationRequest(), true);
1431 EXPECT_EQ(rrc->InitNotificationRequest(), true);
1450 EXPECT_EQ(rrc->InitNotificationRequest(), true);
1469 EXPECT_EQ(rrc->InitNotificationRequest(), true);
1488 EXPECT_EQ(rrc->InitNotificationRequest(), true);
1507 EXPECT_EQ(rrc->InitNotificationRequest(), true);
1527 EXPECT_EQ(rrc->InitNotificationRequest(), true);
1551 EXPECT_EQ(rrc->InitNotificationRequest(), true);
[all …]
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H A Dreminderrequestannex_fuzzer.cpp66 reminderRequest.InitNotificationRequest(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h906 bool InitNotificationRequest();
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1361 reminder->InitNotificationRequest();
1380 reminder->InitNotificationRequest();
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1282 if (!InitNotificationRequest()) { in ReadFromParcel()
1288 bool ReminderRequest::InitNotificationRequest() in InitNotificationRequest() function in OHOS::Notification::ReminderRequest
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp358 reminder->InitNotificationRequest(); // must set before wantAgent & maxScreenWantAgent in RecoverFromDb()