Home
last modified time | relevance | path

Searched defs:isDebug (Results 1 – 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dquick_fix_checker.cpp91 bool isDebug = bundleInfo.applicationInfo.debug && in CheckPatchWithInstalledBundle() local
169 bool isDebug = bundleInfo.applicationInfo.debug && in CheckHotReloadWithInstalledBundle() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
Dbundle_mgr_interface.h1105 virtual ErrCode SetDebugMode(bool isDebug) in SetDebugMode()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
Dbms_bundle_kit_service_test.cpp6555 bool isDebug = false; variable
6568 bool isDebug = true; variable
6581 bool isDebug = true; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_mgr_host_impl.cpp2515 ErrCode BundleMgrHostImpl::SetDebugMode(bool isDebug) in SetDebugMode()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dbundle_mgr_proxy.cpp3139 ErrCode BundleMgrProxy::SetDebugMode(bool isDebug) in SetDebugMode()
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_mgr_service_inner.cpp2679 auto isDebug = want.GetBoolParam("debugApp", false); in StartEmptyProcess() local