Searched refs:isCancel (Results 1 – 3 of 3) sorted by relevance
598 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable599 EXPECT_TRUE(isCancel);636 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable637 EXPECT_FALSE(isCancel);695 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable696 EXPECT_TRUE(isCancel);716 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable717 EXPECT_TRUE(isCancel);755 bool isCancel = DisplayPowerMgrClient::GetInstance().CancelBoostBrightness(); variable756 EXPECT_FALSE(isCancel);[all …]
729 int32_t notificationId, sptr<Notification> ¬ification, bool isCancel = false);731 bool isCancel, int32_t removeReason);
1205 … const std::string &label, int32_t notificationId, sptr<Notification> ¬ification, bool isCancel) in RemoveFromNotificationList() argument1216 if (!isCancel && !record->notification->IsRemoveAllowed()) { in RemoveFromNotificationList()1221 if (!isCancel) { in RemoveFromNotificationList()1233 const std::string &key, sptr<Notification> ¬ification, bool isCancel, int32_t removeReason) in RemoveFromNotificationList() argument1237 if (!isCancel && !record->notification->IsRemoveAllowed()) { in RemoveFromNotificationList()1242 if (!isCancel && removeReason != NotificationConstant::CLICK_REASON_DELETE) { in RemoveFromNotificationList()