Home
last modified time | relevance | path

Searched refs:ON_ABILITYS_DEBUG_STARTED (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.h47 ON_ABILITYS_DEBUG_STARTED = 0, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_response_stub_test/
H A Dability_debug_response_stub_test.cpp77 …static_cast<uint32_t>(IAbilityDebugResponse::Message::ON_ABILITYS_DEBUG_STARTED), data, reply, opt…
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_debug_response_stub.cpp109 case static_cast<uint32_t>(IAbilityDebugResponse::Message::ON_ABILITYS_DEBUG_STARTED): in OnRemoteRequest()
H A Dability_debug_response_proxy.cpp43 SendRequest(IAbilityDebugResponse::Message::ON_ABILITYS_DEBUG_STARTED, tokens); in OnAbilitysDebugStarted()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/
H A Dabilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp82 …IAbilityDebugResponse::Message message = IAbilityDebugResponse::Message::ON_ABILITYS_DEBUG_STARTED; in DoSomethingInterestingWithMyAPI()