Home
last modified time | relevance | path

Searched refs: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
65 if (appDebugInfo == nullptr) { in HandleOnAppDebugStarted()
69 appDebugInfos.emplace_back(*appDebugInfo); in HandleOnAppDebugStarted()
86 std::unique_ptr<AppDebugInfo> appDebugInfo(data.ReadParcelable<AppDebugInfo>()); in HandleOnAppDebugStoped() local
87 if (appDebugInfo == nullptr) { in HandleOnAppDebugStoped()
91 appDebugInfos.emplace_back(*appDebugInfo); in HandleOnAppDebugStoped()
/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
56 if (appDebugInfo == nullptr) { in DoSomethingInterestingWithMyAPI()
60 appDebugInfo->ReadFromParcel(parcel); in DoSomethingInterestingWithMyAPI()
61 appDebugInfo->Marshalling(parcel); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp73 AppDebugInfo appDebugInfo; variable
74 manager_->debugInfos_.push_back(appDebugInfo);
/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
3714 EXPECT_EQ(appDebugInfo.bundleName, "");
3715 EXPECT_EQ(appDebugInfo.pid, APP_DEBUG_INFO_PID);
3716 EXPECT_EQ(appDebugInfo.isDebugStart, true);