Searched refs:notiFlags (Results 1 – 1 of 1) sorted by relevance
430 std::shared_ptr<NotificationFlags> notiFlags = notificationRequest.GetFlags(); in CheckCaseFifteenResult() local431 if (notiFlags != nullptr) { in CheckCaseFifteenResult()439 std::shared_ptr<NotificationFlags> notiFlags = notificationRequest.GetFlags(); in CheckCaseSixteenResult() local440 if (notiFlags != nullptr) { in CheckCaseSixteenResult()455 std::shared_ptr<NotificationFlags> notiFlags = notificationRequest.GetFlags(); in CheckCaseTwentyOneResult() local456 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 …]