Home
last modified time | relevance | path

Searched refs:PerformBackground (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_impl.h63 * @return Returns true if PerformBackground is scheduled successfully;
66 bool PerformBackground();
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_impl.cpp88 * @return Returns true if PerformBackground is scheduled successfully;
91 bool ApplicationImpl::PerformBackground() in PerformBackground() function in OHOS::AppExecFwk::ApplicationImpl
H A Dmain_thread.cpp2245 if (!applicationImpl_->PerformBackground()) { in HandleBackgroundApplication()
2246 TAG_LOGE(AAFwkTag::APPKIT, "applicationImpl_->PerformBackground() failed"); in HandleBackgroundApplication()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dapplication_impl_test.cpp171 * @tc.name: PerformBackground
184 bool ret = applicationImpl_->PerformBackground(); in HWTEST_F()
192 * @tc.name: PerformBackground
205 bool ret = applicationImpl_->PerformBackground(); in HWTEST_F()

Completed in 7 milliseconds