Home
last modified time | relevance | path

Searched refs:GetIncrementAppDebugInfos (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_debug_manager.cpp76 GetIncrementAppDebugInfos(infos, incrementInfos); in StartDebug()
128 void AppDebugManager::GetIncrementAppDebugInfos( in GetIncrementAppDebugInfos() function in OHOS::AppExecFwk::AppDebugManager
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp200 manager_->GetIncrementAppDebugInfos(debugInfos, increment);
208 manager_->GetIncrementAppDebugInfos(debugInfos, increment);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_debug_manager.h39 …void GetIncrementAppDebugInfos(const std::vector<AppDebugInfo> &infos, std::vector<AppDebugInfo> &…
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappdebugmanager_fuzzer/
H A Dabilityappdebugmanager_fuzzer.cpp51 manager->GetIncrementAppDebugInfos(infos, incrementInfos); in DoSomethingInterestingWithMyAPI()