Searched refs:StopDebug (Results 1 – 5 of 5) sorted by relevance
34 void StopDebug(const std::vector<AppDebugInfo> &infos);
45 manager->StopDebug(infos); in DoSomethingInterestingWithMyAPI()
89 void AppDebugManager::StopDebug(const std::vector<AppDebugInfo> &infos) in StopDebug() function in OHOS::AppExecFwk::AppDebugManager
6433 appDebugManager_->StopDebug(debugInfos); in NotifyAppFaultBySA()7412 flag ? appDebugManager_->StartDebug(debugInfos) : appDebugManager_->StopDebug(debugInfos); in NotifyAppFaultBySA()
145 manager_->StopDebug(debugInfos);