Home
last modified time | relevance | path

Searched refs:HandleDetachAppDebug (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.h63 int32_t HandleDetachAppDebug(MessageParcel &data, MessageParcel &reply);
H A Dams_mgr_stub.h79 int32_t HandleDetachAppDebug(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp140 return HandleDetachAppDebug(data, reply); in OnRemoteRequestInnerThird()
439 int32_t AppSchedulerHost::HandleDetachAppDebug(MessageParcel &data, MessageParcel &reply) in HandleDetachAppDebug() function in OHOS::AppExecFwk::AppSchedulerHost
H A Dams_mgr_stub.cpp153 return HandleDetachAppDebug(data, reply); in OnRemoteRequestInnerSecond()
657 int32_t AmsMgrStub::HandleDetachAppDebug(MessageParcel &data, MessageParcel &reply) in HandleDetachAppDebug() function in OHOS::AppExecFwk::AmsMgrStub