Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A 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
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappdebuginfo_fuzzer/
H A Dabilityappdebuginfo_fuzzer.cpp55 std::shared_ptr<AppDebugInfo>appDebugInfo = std::make_shared<AppDebugInfo>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp73 AppDebugInfo appDebugInfo; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3713 auto appDebugInfo = appMgrServiceInner->MakeAppDebugInfo(appRecord, isDebugStart); variable