Searched refs:IsInProgress (Results 1 – 9 of 9) sorted by relevance
52 bool IsInProgress() const in IsInProgress() function
50 bool IsInProgress() const;
106 bool UpdaterUiFacade::IsInProgress() const in IsInProgress() function in Updater::UpdaterUiFacade149 if (IsInProgress() || !res) { in ShowProgressPage()
34 request.IsInProgress(); in DoSomethingInterestingWithMyAPI()
190 bool IsInProgress() const;
114 if (request->IsInProgress() && in Publish()
137 napi_get_boolean(env, request->IsInProgress(), &value); in SetNotificationRequestByBool()
77 bool NotificationRequest::IsInProgress() const in IsInProgress() function in OHOS::Notification::NotificationRequest
370 EXPECT_EQ(false, notificationRequest.IsInProgress()); in CheckCaseEightResult()