Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_stub.h174 int32_t OnRemoteRequestInnerSeventh(uint32_t code, MessageParcel &data,
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h321 int OnRemoteRequestInnerSeventh(uint32_t code, MessageParcel &data,
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp86 retCode = OnRemoteRequestInnerSeventh(code, data, reply, option); in OnRemoteRequestInner()
308 int32_t AppMgrStub::OnRemoteRequestInnerSeventh(uint32_t code, MessageParcel &data, in OnRemoteRequestInnerSeventh() function in OHOS::AppExecFwk::AppMgrStub
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp275 int AbilityManagerStub::OnRemoteRequestInnerSeventh(uint32_t code, MessageParcel &data, in OnRemoteRequestInnerSeventh() function in OHOS::AAFwk::AbilityManagerStub
810 retCode = OnRemoteRequestInnerSeventh(code, data, reply, option); in HandleOnRemoteRequestInnerFirst()