Home
last modified time | relevance | path

Searched refs:CheckForHandleLaunchApplication (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h704 bool CheckForHandleLaunchApplication(const AppLaunchData &appLaunchData);
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp797 * @tc.desc: CheckForHandleLaunchApplication.
811 EXPECT_TRUE(mainThread_->CheckForHandleLaunchApplication(appLaunchData)); in HWTEST_F()
817 * @tc.desc: CheckForHandleLaunchApplication.
831 EXPECT_TRUE(mainThread_->CheckForHandleLaunchApplication(appLaunchData)); in HWTEST_F()
837 * @tc.desc: CheckForHandleLaunchApplication.
850 EXPECT_FALSE(mainThread_->CheckForHandleLaunchApplication(appLaunchData)); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp978 bool MainThread::CheckForHandleLaunchApplication(const AppLaunchData &appLaunchData) in CheckForHandleLaunchApplication() function in OHOS::AppExecFwk::MainThread
1288 if (!CheckForHandleLaunchApplication(appLaunchData)) { in HandleLaunchApplication()
1289 TAG_LOGE(AAFwkTag::APPKIT, "CheckForHandleLaunchApplication failed"); in HandleLaunchApplication()

Completed in 11 milliseconds