Home
last modified time | relevance | path

Searched refs:debugApp (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dhdc_register_test.cpp58 bool debugApp = true; in HWTEST_F() local
61 pHdcRegister.StartHdcRegister(bundleName, processName, debugApp, nullptr); in HWTEST_F()
89 bool debugApp = true; in HWTEST_F() local
91 pHdcRegister.StartHdcRegister(bundleName, processName, debugApp, nullptr); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dhdc_register.cpp39 void HdcRegister::StartHdcRegister(const std::string& bundleName, const std::string& processName, bool debugApp, in StartHdcRegister() argument
54 startRegister(processName, bundleName, debugApp, callback); in StartHdcRegister()
H A Dhdc_register.h29 void StartHdcRegister(const std::string& bundleName, const std::string& processName, bool debugApp,
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h155 inline void SetDebugApp(bool debugApp) in SetDebugApp() argument
157 debugApp_ = debugApp; in SetDebugApp()
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_runtime_test.cpp148 bool debugApp = true; in HWTEST_F() local
153 debugOption.isDebugApp = debugApp; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dhdc_register.cpp26 const std::string& processName, const std::string& pkgName, bool debugApp, Callback callback);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp61 const std::string DEBUG_APP = "debugApp";
174 debugApp = want.GetBoolParam(DEBUG_APP, false); in Update()
2703 want_.SetParam(DEBUG_APP, launchDebugInfo_.debugApp); in SetWant()
2750 return launchDebugInfo_.debugApp; in IsDebugApp()
2756 if (launchDebugInfo_.debugApp || launchDebugInfo_.nativeDebug || in IsDebug()
3703 launchDebugInfo_.debugApp = true; in SetDebugAppByWaitingDebugFlag()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h361 bool debugApp = false; member

Completed in 10 milliseconds