Home
last modified time | relevance | path

Searched refs:HandleKillProcessWithAccount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_stub.h57 int32_t HandleKillProcessWithAccount(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dams_mgr_stub.cpp107 return HandleKillProcessWithAccount(data, reply); in OnRemoteRequestInnerFirst()
352 ErrCode AmsMgrStub::HandleKillProcessWithAccount(MessageParcel &data, MessageParcel &reply) in HandleKillProcessWithAccount() function in OHOS::AppExecFwk::AmsMgrStub