Home
last modified time | relevance | path

Searched refs:OnAbilitysAssertDebugChange (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_debug_deal.h46 void OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug);
65 void OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) override;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_debug_deal.cpp63 void AbilityDebugDeal::OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) in OnAbilitysAssertDebugChange() function in OHOS::AAFwk::AbilityDebugDeal
107 void AbilityDebugResponse::OnAbilitysAssertDebugChange( in OnAbilitysAssertDebugChange() function in OHOS::AAFwk::AbilityDebugResponse
120 deal->OnAbilitysAssertDebugChange(tokens, isAssertDebug); in OnAbilitysAssertDebugChange()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dability_debug_response_interface.h44 virtual void OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) = 0;
H A Dability_debug_response_proxy.h47 void OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) override;
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/mock/include/
H A Dmock_ability_debug_response_stub.h32 MOCK_METHOD2(OnAbilitysAssertDebugChange, void(const std::vector<sptr<IRemoteObject>> &, bool));
/foundation/ability/ability_runtime/test/unittest/ability_debug_response_stub_test/
H A Dmock_ability_debug_response_stub.h32 MOCK_METHOD2(OnAbilitysAssertDebugChange, void(const std::vector<sptr<IRemoteObject>> &, bool));
/foundation/ability/ability_runtime/test/fuzztest/abilitydebugdeal_fuzzer/
H A Dabilitydebugdeal_fuzzer.cpp84 abilityDebugDeal->OnAbilitysAssertDebugChange(tokens, boolParam); in DoSomethingInterestingWithMyAPI()
90 abilityDebugResponse->OnAbilitysAssertDebugChange(tokens, boolParam); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitydebugresponseproxy_fuzzer/
H A Dabilitydebugresponseproxy_fuzzer.cpp76 proxy->OnAbilitysAssertDebugChange(tokens, boolParam); // branch in AbilityDebugResponseProxyFuzztest1()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_debug_response_stub.cpp93 OnAbilitysAssertDebugChange(tokens, isAssertDebug); in HandleOnAbilitysAssertDebugChange()
H A Dability_debug_response_proxy.cpp52 void AbilityDebugResponseProxy::OnAbilitysAssertDebugChange( in OnAbilitysAssertDebugChange() function in OHOS::AppExecFwk::AbilityDebugResponseProxy
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/
H A Dabilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp76 infosProxy->OnAbilitysAssertDebugChange(tokens, isAssertDebug); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6729 abilityDebugResponse_->OnAbilitysAssertDebugChange(abilityTokens, isAssertDebug); in NotifyAppFaultBySA()

Completed in 15 milliseconds