Home
last modified time | relevance | path

Searched refs:appDebugInfo (Results 1 - 4 of 4) sorted by relevance

/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()
65 if (appDebugInfo == nullptr) { in HandleOnAppDebugStarted()
69 appDebugInfos.emplace_back(*appDebugInfo); in HandleOnAppDebugStarted()
86 std::unique_ptr<AppDebugInfo> appDebugInfo(data.ReadParcelable<AppDebugInfo>()); in HandleOnAppDebugStoped()
87 if (appDebugInfo == nullptr) { in HandleOnAppDebugStoped()
91 appDebugInfos.emplace_back(*appDebugInfo); in HandleOnAppDebugStoped()
/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()
/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp73 AppDebugInfo appDebugInfo; in HWTEST_F() local
74 manager_->debugInfos_.push_back(appDebugInfo); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3698 auto appDebugInfo = appMgrServiceInner->MakeAppDebugInfo(appRecord, isDebugStart); in HWTEST_F() local
3699 EXPECT_EQ(appDebugInfo.bundleName, ""); in HWTEST_F()
3700 EXPECT_EQ(appDebugInfo.pid, APP_DEBUG_INFO_PID); in HWTEST_F()
3701 EXPECT_EQ(appDebugInfo.isDebugStart, true); in HWTEST_F()

Completed in 10 milliseconds