Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_stub.h95 int32_t HandleGetAbilityRecordsByProcessID(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp149 return HandleGetAbilityRecordsByProcessID(data, reply); in OnRemoteRequestInnerSecond()
855 int32_t AppMgrStub::HandleGetAbilityRecordsByProcessID(MessageParcel &data, MessageParcel &reply) in HandleGetAbilityRecordsByProcessID() function in OHOS::AppExecFwk::AppMgrStub