/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_scheduler_stub.h | 80 int OnRemoteRequestInnerThird(
|
H A D | ability_manager_stub.h | 313 int OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data,
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_host.h | 75 int32_t OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data,
|
H A D | ams_mgr_stub.h | 97 int32_t OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data,
|
H A D | app_mgr_stub.h | 166 int32_t OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data,
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 63 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 D | ams_mgr_stub.cpp | 75 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 D | app_mgr_stub.cpp | 70 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 D | ability_scheduler_stub.cpp | 61 retCode = OnRemoteRequestInnerThird(code, data, reply, option); in OnRemoteRequestInner() 145 int AbilitySchedulerStub::OnRemoteRequestInnerThird( in OnRemoteRequestInnerThird() function in OHOS::AAFwk::AbilitySchedulerStub
|
H A D | ability_manager_stub.cpp | 122 int AbilityManagerStub::OnRemoteRequestInnerThird(uint32_t code, MessageParcel &data, in OnRemoteRequestInnerThird() function in OHOS::AAFwk::AbilityManagerStub 794 retCode = OnRemoteRequestInnerThird(code, data, reply, option); in HandleOnRemoteRequestInnerFirst()
|