Searched refs:StartDebug (Results 1 – 5 of 5) sorted by relevance
33 void StartDebug(const std::vector<AppDebugInfo> &infos);
44 manager->StartDebug(infos); in DoSomethingInterestingWithMyAPI()
71 void AppDebugManager::StartDebug(const std::vector<AppDebugInfo> &infos) in StartDebug() function in OHOS::AppExecFwk::AppDebugManager
3523 appDebugManager_->StartDebug(debugInfos); in ProcessAppDebug()6408 appDebugManager_->StartDebug(debugInfos); in NotifyAppFaultBySA()7412 flag ? appDebugManager_->StartDebug(debugInfos) : appDebugManager_->StopDebug(debugInfos); in NotifyAppFaultBySA()
121 manager_->StartDebug(debugInfos);