Home
last modified time | relevance | path

Searched defs:isDebugStart (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_debug_info.h32 …bool isDebugStart = false; // Can only be used by app services, isAttachDebug is true when isDebug… member
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3691 bool isDebugStart = true; variable
3711 bool isDebugStart = true; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3494 const std::shared_ptr<AppRunningRecord> &appRecord, const bool &isDebugStart) in MakeAppDebugInfo()
3512 …nner::ProcessAppDebug(const std::shared_ptr<AppRunningRecord> &appRecord, const bool &isDebugStart) in ProcessAppDebug()
3520 auto startDebug = [this, appRecord](const bool &isDebugStart) { in ProcessAppDebug()
7408 auto isDebugStart = appRecord->IsDebugApp() || appRecord->isAttachDebug(); in NotifyAppFaultBySA() local