Home
last modified time | relevance | path

Searched refs:incrementInfos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_debug_manager.cpp75 std::vector<AppDebugInfo> incrementInfos; in StartDebug() local
76 GetIncrementAppDebugInfos(infos, incrementInfos); in StartDebug()
77 if (incrementInfos.empty()) { in StartDebug()
85 listener->OnAppDebugStarted(incrementInfos); in StartDebug()
129 const std::vector<AppDebugInfo> &infos, std::vector<AppDebugInfo> &incrementInfos) in GetIncrementAppDebugInfos() argument
138 incrementInfos.emplace_back(it); in GetIncrementAppDebugInfos()
146 debugInfos_.insert(debugInfos_.end(), incrementInfos.begin(), incrementInfos.end()); in GetIncrementAppDebugInfos()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappdebugmanager_fuzzer/
H A Dabilityappdebugmanager_fuzzer.cpp50 std::vector<AppDebugInfo> incrementInfos; in DoSomethingInterestingWithMyAPI() local
51 manager->GetIncrementAppDebugInfos(infos, incrementInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_debug_manager.h39 …ntAppDebugInfos(const std::vector<AppDebugInfo> &infos, std::vector<AppDebugInfo> &incrementInfos);