Home
last modified time | relevance | path

Searched refs:IsInProgress (Results 1 - 13 of 13) sorted by relevance

/base/update/updater/test/unittest/updater_ui_test/
H A Dupdater_ui_facade_unittest.cpp61 EXPECT_FALSE(UPDATER_UI_INSTANCE.IsInProgress()); in HWTEST_F()
76 EXPECT_TRUE(UPDATER_UI_INSTANCE.IsInProgress()); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/advanced_notification_publish/
H A Dcommon_notification_publish_process.cpp47 if (request->IsInProgress() && in PublishNotificationByApp()
H A Dlive_publish_process.cpp84 if (request->IsInProgress() && in PublishNotificationByApp()
/base/update/updater/services/ui/
H A Dupdater_ui_empty.h52 bool IsInProgress() const in IsInProgress() function in Updater::UpdaterUiEmpty
H A Dupdater_ui_facade.h50 bool IsInProgress() const;
H A Dupdater_ui_facade.cpp115 bool UpdaterUiFacade::IsInProgress() const in IsInProgress() function in Updater::UpdaterUiFacade
158 if (IsInProgress() || !res) { in ShowProgressPage()
/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H A Dnotificationrequest_fuzzer.cpp34 request.IsInProgress(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h203 bool IsInProgress() const;
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp1364 (*iter).first->notification->GetNotificationRequest().IsInProgress()) { in RemoveSystemLiveViewNotificationsOfSa()
1379 item->notification->GetNotificationRequest().IsInProgress()) { in RemoveSystemLiveViewNotificationsOfSa()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp145 napi_get_boolean(env, request->IsInProgress(), &value); in SetNotificationRequestByBool()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp986 notificationRequest.isOngoing = request->IsInProgress(); in SetNotificationRequestByBool()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp381 EXPECT_EQ(false, notificationRequest.IsInProgress()); in CheckCaseEightResult()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp80 bool NotificationRequest::IsInProgress() const in IsInProgress() function in OHOS::Notification::NotificationRequest

Completed in 19 milliseconds