Home
last modified time | relevance | path

Searched refs:GetDebugApp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_launch_data_test/
H A Dapp_launch_data_test.cpp78 EXPECT_EQ(launchData_->GetDebugApp(), isDebugApp);
80 EXPECT_EQ(launchData_->GetDebugApp(), noDebugApp);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h160 inline bool GetDebugApp() const in GetDebugApp() function
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp664 appThread->HandleInitAssertFaultTask(data.GetDebugApp(), data.GetApplicationInfo().debug); in ScheduleLaunchApplication()
1307 if (appLaunchData.GetDebugApp() && watchdog_ != nullptr && !watchdog_->IsStopWatchdog()) { in HandleLaunchApplication()
1490 appLaunchData.GetDebugApp(), appInfo.debug, appLaunchData.isNativeStart()); in HandleLaunchApplication()
1492 appLaunchData.GetDebugApp(), appInfo.debug, appLaunchData.isNativeStart()); in HandleLaunchApplication()
1507 if (appInfo.debug && appLaunchData.GetDebugApp()) { in HandleLaunchApplication()
1528 debugOption.isStartWithDebug = appLaunchData.GetDebugApp(); in HandleLaunchApplication()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp1730 EXPECT_EQ(launchData.GetDebugApp(), appDebug);