Home
last modified time | relevance | path

Searched refs:OnAbilitysDebugStoped (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_debug_deal.cpp50 void AbilityDebugDeal::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped() function in OHOS::AAFwk::AbilityDebugDeal
92 void AbilityDebugResponse::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped() function in OHOS::AAFwk::AbilityDebugResponse
104 deal->OnAbilitysDebugStoped(tokens); in OnAbilitysDebugStoped()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_debug_deal.h39 void OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens);
64 void OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) override;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitydebugdeal_fuzzer/
H A Dabilitydebugdeal_fuzzer.cpp83 abilityDebugDeal->OnAbilitysDebugStoped(tokens); in DoSomethingInterestingWithMyAPI()
89 abilityDebugResponse->OnAbilitysDebugStoped(tokens); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_response_stub_test/
H A Dmock_ability_debug_response_stub.h31 MOCK_METHOD1(OnAbilitysDebugStoped, void(const std::vector<sptr<IRemoteObject>> &tokens));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dability_debug_response_interface.h37 virtual void OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) = 0;
H A Dability_debug_response_proxy.h40 void OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) override;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_response_proxy_test/
H A Dability_debug_response_proxy_test.cpp94 EXPECT_CALL(*mockStub, OnAbilitysDebugStoped(_)).Times(1);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_deal_test/
H A Dability_debug_deal_test.cpp115 deal_->OnAbilitysDebugStoped(tokens_);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_debug_response_stub.cpp71 OnAbilitysDebugStoped(tokens); in HandleOnAbilitysDebugStoped()
H A Dability_debug_response_proxy.cpp46 void AbilityDebugResponseProxy::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &token… in OnAbilitysDebugStoped() function in OHOS::AppExecFwk::AbilityDebugResponseProxy
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitydebugresponseproxy_fuzzer/
H A Dabilitydebugresponseproxy_fuzzer.cpp75 proxy->OnAbilitysDebugStoped(tokens); // branch in AbilityDebugResponseProxyFuzztest1()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/
H A Dabilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp74 infosProxy->OnAbilitysDebugStoped(tokens); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6636 abilityDebugResponse_->OnAbilitysDebugStoped(tokens); in NotifyAppFaultBySA()