Home
last modified time | relevance | path

Searched refs:OnRemoteRequestInnerThird (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_scheduler_stub.h80 int OnRemoteRequestInnerThird(
H A Dability_manager_stub.h313 int OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data,
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_host.h75 int32_t OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data,
H A Dams_mgr_stub.h97 int32_t OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data,
H A Dapp_mgr_stub.h166 int32_t OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data,
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp63 retCode = OnRemoteRequestInnerThird(code, data, reply, option); in OnRemoteRequestInner()
131 int32_t AppSchedulerHost::OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data, in OnRemoteRequestInnerThird() function in OHOS::AppExecFwk::AppSchedulerHost
H A Dams_mgr_stub.cpp75 retCode = OnRemoteRequestInnerThird(code, data, reply, option); in OnRemoteRequestInner()
166 int32_t AmsMgrStub::OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data, in OnRemoteRequestInnerThird() function in OHOS::AppExecFwk::AmsMgrStub
H A Dapp_mgr_stub.cpp70 retCode = OnRemoteRequestInnerThird(code, data, reply, option); in OnRemoteRequestInner()
178 int32_t AppMgrStub::OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data, in OnRemoteRequestInnerThird() function in OHOS::AppExecFwk::AppMgrStub
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_stub.cpp61 retCode = OnRemoteRequestInnerThird(code, data, reply, option); in OnRemoteRequestInner()
145 int AbilitySchedulerStub::OnRemoteRequestInnerThird( in OnRemoteRequestInnerThird() function in OHOS::AAFwk::AbilitySchedulerStub
H A Dability_manager_stub.cpp122 int AbilityManagerStub::OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data, in OnRemoteRequestInnerThird() function in OHOS::AAFwk::AbilityManagerStub
794 retCode = OnRemoteRequestInnerThird(code, data, reply, option); in HandleOnRemoteRequestInnerFirst()