Home
last modified time | relevance | path

Searched refs:AbilityDebugResponse (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_debug_deal.h57 class AbilityDebugResponse : public AppExecFwk::AbilityDebugResponseStub { class
59 explicit AbilityDebugResponse(const std::weak_ptr<AbilityDebugDeal> &deal) : abilityDebugDeal_(deal) {} in AbilityDebugResponse() function in OHOS::AAFwk::AbilityDebugResponse
60 virtual ~AbilityDebugResponse() = default;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_debug_deal.cpp27 abilityDebugResponse_ = new (std::nothrow) AbilityDebugResponse(weak_from_this()); in RegisterAbilityDebugResponse()
77 void AbilityDebugResponse::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted()
92 void AbilityDebugResponse::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped()
107 void AbilityDebugResponse::OnAbilitysAssertDebugChange( in OnAbilitysAssertDebugChange()
/foundation/ability/ability_runtime/test/fuzztest/abilitydebugdeal_fuzzer/
H A Dabilitydebugdeal_fuzzer.cpp87 auto abilityDebugResponse = std::make_shared<AbilityDebugResponse>(deal); in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds