Home
last modified time | relevance | path

Searched refs:abilityDebugResponse_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_debug_deal.cpp27 abilityDebugResponse_ = new (std::nothrow) AbilityDebugResponse(weak_from_this()); in RegisterAbilityDebugResponse()
28 if (abilityDebugResponse_ == nullptr) { in RegisterAbilityDebugResponse()
34 …elayedSingleton<AppScheduler>::GetInstance()->RegisterAbilityDebugResponse(abilityDebugResponse_)); in RegisterAbilityDebugResponse()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_deal_test/
H A Dability_debug_deal_test.cpp63 EXPECT_EQ(deal_->abilityDebugResponse_, nullptr);
65 EXPECT_NE(deal_->abilityDebugResponse_, nullptr);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_debug_deal.h54 sptr<AppExecFwk::IAbilityDebugResponse> abilityDebugResponse_;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1659 sptr<IAbilityDebugResponse> abilityDebugResponse_; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6621 abilityDebugResponse_ = response; in NotifyAppFaultBySA()
6627 if (appRunningManager_ == nullptr || abilityDebugResponse_ == nullptr) { in NotifyAppFaultBySA()
6635 isAppDebug ? abilityDebugResponse_->OnAbilitysDebugStarted(tokens) : in NotifyAppFaultBySA()
6636 abilityDebugResponse_->OnAbilitysDebugStoped(tokens); in NotifyAppFaultBySA()
6645 if (appRecord == nullptr || abilityDebugResponse_ == nullptr) { in NotifyAppFaultBySA()
6657 abilityDebugResponse_->OnAbilitysAssertDebugChange(abilityTokens, isAssertDebug); in NotifyAppFaultBySA()