Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_debug_manager.h33 void StartDebug(const std::vector<AppDebugInfo> &infos);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappdebugmanager_fuzzer/
H A Dabilityappdebugmanager_fuzzer.cpp44 manager->StartDebug(infos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_debug_manager.cpp71 void AppDebugManager::StartDebug(const std::vector<AppDebugInfo> &infos) in StartDebug() function in OHOS::AppExecFwk::AppDebugManager
H A Dapp_mgr_service_inner.cpp3523 appDebugManager_->StartDebug(debugInfos); in ProcessAppDebug()
6408 appDebugManager_->StartDebug(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.cpp121 manager_->StartDebug(debugInfos);