Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp430 std::shared_ptr<NotificationFlags> notiFlags = notificationRequest.GetFlags(); in CheckCaseFifteenResult() local
431 if (notiFlags != nullptr) { in CheckCaseFifteenResult()
439 std::shared_ptr<NotificationFlags> notiFlags = notificationRequest.GetFlags(); in CheckCaseSixteenResult() local
440 if (notiFlags != nullptr) { in CheckCaseSixteenResult()
455 std::shared_ptr<NotificationFlags> notiFlags = notificationRequest.GetFlags(); in CheckCaseTwentyOneResult() local
456 if (notiFlags != nullptr) { in CheckCaseTwentyOneResult()
1472 EXPECT_NE(notiFlags, nullptr);
1473 notiFlags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE);
1474 notiFlags->SetVibrationEnabled(NotificationConstant::FlagStatus::OPEN);
1475 GTEST_LOG_(INFO) << "ANS_Interface_MT_Publish_04000::flags::" << notiFlags->Dump();
[all …]