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
3685 bool isDebugStart = true; variable3705 bool isDebugStart = true; variable
3266 const std::shared_ptr<AppRunningRecord> &appRecord, const bool &isDebugStart) in MakeAppDebugInfo()3284 …nner::ProcessAppDebug(const std::shared_ptr<AppRunningRecord> &appRecord, const bool &isDebugStart) in ProcessAppDebug()3292 auto startDebug = [this, appRecord](const bool &isDebugStart) { in ProcessAppDebug()7178 auto isDebugStart = appRecord->IsDebugApp() || appRecord->isAttachDebug(); in NotifyAppFaultBySA() local