Searched defs:isDebugStart (Results 1 – 3 of 3) sorted by relevance
32 …bool isDebugStart = false; // Can only be used by app services, isAttachDebug is true when isDebug… member
3691 bool isDebugStart = true; variable3711 bool isDebugStart = true; variable
3494 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