Home
last modified time | relevance | path

Searched refs:StopDebug (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_debug_manager.h34 void StopDebug(const std::vector<AppDebugInfo> &infos);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappdebugmanager_fuzzer/
H A Dabilityappdebugmanager_fuzzer.cpp45 manager->StopDebug(infos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_debug_manager.cpp89 void AppDebugManager::StopDebug(const std::vector<AppDebugInfo> &infos) in StopDebug() function in OHOS::AppExecFwk::AppDebugManager
H A Dapp_mgr_service_inner.cpp6433 appDebugManager_->StopDebug(debugInfos); in NotifyAppFaultBySA()
7412 flag ? appDebugManager_->StartDebug(debugInfos) : appDebugManager_->StopDebug(debugInfos); in NotifyAppFaultBySA()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp145 manager_->StopDebug(debugInfos);