Searched defs:appDebugInfo (Results 1 – 4 of 4) sorted by relevance
64 std::unique_ptr<AppDebugInfo> appDebugInfo(data.ReadParcelable<AppDebugInfo>()); in HandleOnAppDebugStarted() local86 std::unique_ptr<AppDebugInfo> appDebugInfo(data.ReadParcelable<AppDebugInfo>()); in HandleOnAppDebugStoped() local
55 std::shared_ptr<AppDebugInfo>appDebugInfo = std::make_shared<AppDebugInfo>(); in DoSomethingInterestingWithMyAPI() local
73 AppDebugInfo appDebugInfo; variable
3713 auto appDebugInfo = appMgrServiceInner->MakeAppDebugInfo(appRecord, isDebugStart); variable