Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dability_debug_response_interface.h48 ON_ABILITYS_DEBUG_STOPED, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_response_stub_test/
H A Dability_debug_response_stub_test.cpp105 …static_cast<uint32_t>(IAbilityDebugResponse::Message::ON_ABILITYS_DEBUG_STOPED), data, reply, opti…
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_debug_response_stub.cpp111 case static_cast<uint32_t>(IAbilityDebugResponse::Message::ON_ABILITYS_DEBUG_STOPED): in OnRemoteRequest()
H A Dability_debug_response_proxy.cpp49 SendRequest(IAbilityDebugResponse::Message::ON_ABILITYS_DEBUG_STOPED, tokens); in OnAbilitysDebugStoped()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/
H A Dabilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp84 message = IAbilityDebugResponse::Message::ON_ABILITYS_DEBUG_STOPED; in DoSomethingInterestingWithMyAPI()