Home
last modified time | relevance | path

Searched refs:HandleAttachAppDebug (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_host.h62 int32_t HandleAttachAppDebug(MessageParcel &data, MessageParcel &reply);
H A Dams_mgr_stub.h78 int32_t HandleAttachAppDebug(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp138 return HandleAttachAppDebug(data, reply); in OnRemoteRequestInnerThird()
432 int32_t AppSchedulerHost::HandleAttachAppDebug(MessageParcel &data, MessageParcel &reply) in HandleAttachAppDebug() function in OHOS::AppExecFwk::AppSchedulerHost
H A Dams_mgr_stub.cpp151 return HandleAttachAppDebug(data, reply); in OnRemoteRequestInnerSecond()
640 int32_t AmsMgrStub::HandleAttachAppDebug(MessageParcel &data, MessageParcel &reply) in HandleAttachAppDebug() function in OHOS::AppExecFwk::AmsMgrStub