/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_debug_deal.cpp | 50 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 D | ability_debug_deal.h | 39 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 D | abilitydebugdeal_fuzzer.cpp | 83 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 D | mock_ability_debug_response_stub.h | 31 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 D | ability_debug_response_interface.h | 37 virtual void OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) = 0;
|
H A D | ability_debug_response_proxy.h | 40 void OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) override;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_response_proxy_test/ |
H A D | ability_debug_response_proxy_test.cpp | 94 EXPECT_CALL(*mockStub, OnAbilitysDebugStoped(_)).Times(1);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_deal_test/ |
H A D | ability_debug_deal_test.cpp | 115 deal_->OnAbilitysDebugStoped(tokens_);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | ability_debug_response_stub.cpp | 71 OnAbilitysDebugStoped(tokens); in HandleOnAbilitysDebugStoped()
|
H A D | ability_debug_response_proxy.cpp | 46 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 D | abilitydebugresponseproxy_fuzzer.cpp | 75 proxy->OnAbilitysDebugStoped(tokens); // branch in AbilityDebugResponseProxyFuzztest1()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/ |
H A D | abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp | 74 infosProxy->OnAbilitysDebugStoped(tokens); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 6636 abilityDebugResponse_->OnAbilitysDebugStoped(tokens); in NotifyAppFaultBySA()
|