Searched refs:debugApp (Results 1 - 8 of 8) sorted by relevance
| /foundation/ability/ability_runtime/test/unittest/runtime_test/ |
| H A D | hdc_register_test.cpp | 58 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 D | hdc_register.cpp | 39 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 D | hdc_register.h | 29 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 D | app_launch_data.h | 155 inline void SetDebugApp(bool debugApp) in SetDebugApp() argument 157 debugApp_ = debugApp; in SetDebugApp()
|
| /foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
| H A D | cj_runtime_test.cpp | 148 bool debugApp = true; in HWTEST_F() local 153 debugOption.isDebugApp = debugApp; in HWTEST_F()
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | hdc_register.cpp | 26 const std::string& processName, const std::string& pkgName, bool debugApp, Callback callback);
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | ability_record.cpp | 61 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 D | ability_record.h | 361 bool debugApp = false; member
|
Completed in 10 milliseconds