Home
last modified time | relevance | path

Searched defs:appDebugInfo (Results 1 – 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapp_debug_listener_stub.cpp64 std::unique_ptr<AppDebugInfo> appDebugInfo(data.ReadParcelable<AppDebugInfo>()); in HandleOnAppDebugStarted() local
86 std::unique_ptr<AppDebugInfo> appDebugInfo(data.ReadParcelable<AppDebugInfo>()); in HandleOnAppDebugStoped() local
/foundation/ability/ability_runtime/test/fuzztest/abilityappdebuginfo_fuzzer/
Dabilityappdebuginfo_fuzzer.cpp55 std::shared_ptr<AppDebugInfo>appDebugInfo = std::make_shared<AppDebugInfo>(); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
Dapp_debug_manager_test.cpp73 AppDebugInfo appDebugInfo; variable
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
Dapp_mgr_service_inner_test.cpp3713 auto appDebugInfo = appMgrServiceInner->MakeAppDebugInfo(appRecord, isDebugStart); variable