Searched refs:SendRequestToRemote (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/ |
H A D | res_sched_exe_service_proxy.cpp | 40 int32_t error = SendRequestToRemote(ResIpcType::REQUEST_SEND_SYNC, data, response, option); in SendRequestSync() 64 int32_t error = SendRequestToRemote(ResIpcType::REQUEST_SEND_ASYNC, data, response, option); in SendRequestAsync() 81 int32_t error = SendRequestToRemote(ResIpcType::REQUEST_KILL_PROCESS, data, response, option); in KillProcess() 90 int32_t ResSchedExeServiceProxy::SendRequestToRemote(const int32_t code, in SendRequestToRemote() function in OHOS::ResourceSchedule::ResSchedExeServiceProxy 125 int32_t error = SendRequestToRemote(ResIpcType::REQUEST_SEND_DEBUG, data, response, option); in SendDebugCommand()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_service_proxy.cpp | 29 int32_t ResSchedServiceProxy::SendRequestToRemote(const uint32_t code, MessageParcel &data, Message… in SendRequestToRemote() function in OHOS::ResourceSchedule::ResSchedServiceProxy 48 error = SendRequestToRemote(static_cast<uint32_t>(ResourceScheduleInterfaceCode::REPORT_DATA), in ReportData() 64 …int32_t ret = SendRequestToRemote(static_cast<uint32_t>(ResourceScheduleInterfaceCode::REPORT_SYNC… in ReportSyncEvent() 119 error = SendRequestToRemote(static_cast<uint32_t>(ResourceScheduleInterfaceCode::KILL_PROCESS), in KillProcess() 137 …error = SendRequestToRemote(static_cast<uint32_t>(ResourceScheduleInterfaceCode::REGISTER_SYSTEMLO… in RegisterSystemloadNotifier() 191 error = SendRequestToRemote( in UnRegisterSystemloadNotifier() 208 …error = SendRequestToRemote(static_cast<uint32_t>(ResourceScheduleInterfaceCode::GET_SYSTEMLOAD_LE… in GetSystemloadLevel()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/ |
H A D | res_sched_exe_service_proxy.h | 76 …int32_t SendRequestToRemote(const int32_t code, MessageParcel& data, MessageParcel& reply, Message…
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/ |
H A D | res_sched_service_proxy.h | 115 …int32_t SendRequestToRemote(const uint32_t code, MessageParcel &data, MessageParcel &reply, Messag…
|