Home
last modified time | relevance | path

Searched refs:SetDebugApp (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_launch_data_test/
H A Dapp_launch_data_test.cpp63 launchData_->SetDebugApp(isDebugApp);
65 launchData_->SetDebugApp(noDebugApp);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h155 inline void SetDebugApp(bool debugApp) in SetDebugApp() function
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h623 void SetDebugApp(bool isDebugApp);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp483 launchData.SetDebugApp(isDebugApp_); in LaunchApplication()
1827 void AppRunningRecord::SetDebugApp(bool isDebugApp) in SetDebugApp() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp2408 appRecord->SetDebugApp(want->GetBoolParam(DEBUG_APP, false)); in CreateAppRunningRecord()
2411 appRecord->SetDebugApp(true); in CreateAppRunningRecord()
3527 appRecord->SetDebugApp(true); in ProcessAppDebug()
4291 appRecord->SetDebugApp(isDebug); in StartEmptyProcess()
4293 appRecord->SetDebugApp(true); in StartEmptyProcess()
4438 appRecord->SetDebugApp(wantPtr->GetBoolParam(DEBUG_APP, false)); in StartSpecifiedAbility()
4444 appRecord->SetDebugApp(true); in StartSpecifiedAbility()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3692 appRecord->SetDebugApp(false);
3712 appRecord->SetDebugApp(false);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp1729 launchData.SetDebugApp(appDebug);