Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_impl.h55 * @return Returns true if PerformForeground is scheduled successfully;
58 bool PerformForeground();
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dapplication_impl_test.cpp104 * @tc.name: PerformForeground
117 bool ret = applicationImpl_->PerformForeground(); in HWTEST_F()
127 * @tc.name: PerformForeground
140 bool ret = applicationImpl_->PerformForeground(); in HWTEST_F()
148 * @tc.name: PerformForeground
161 bool ret = applicationImpl_->PerformForeground(); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_impl.cpp69 * @return Returns true if PerformForeground is scheduled successfully;
72 bool ApplicationImpl::PerformForeground() in PerformForeground() function in OHOS::AppExecFwk::ApplicationImpl
H A Dmain_thread.cpp2216 if (!applicationImpl_->PerformForeground()) { in HandleForegroundApplication()
2218 TAG_LOGE(AAFwkTag::APPKIT, "applicationImpl_->PerformForeground() failed"); in HandleForegroundApplication()

Completed in 7 milliseconds