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 D | app_mgr_stub.h | 174 int32_t OnRemoteRequestInnerSeventh(uint32_t code, MessageParcel &data,
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_manager_stub.h | 321 int OnRemoteRequestInnerSeventh(uint32_t code, MessageParcel &data,
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_stub.cpp | 86 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 D | ability_manager_stub.cpp | 275 int AbilityManagerStub::OnRemoteRequestInnerSeventh(uint32_t code, MessageParcel &data, in OnRemoteRequestInnerSeventh() function in OHOS::AAFwk::AbilityManagerStub 810 retCode = OnRemoteRequestInnerSeventh(code, data, reply, option); in HandleOnRemoteRequestInnerFirst()
|