/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/ |
H A D | res_sched_exe_service.cpp | 40 int32_t ResSchedExeService::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() function in OHOS::ResourceSchedule::ResSchedExeService 43 return ResSchedExeMgr::GetInstance().SendRequestSync(resType, value, context, reply); in SendRequestSync()
|
H A D | res_sched_exe_service_stub.cpp | 130 ret = SendRequestSync(resType, value, context, result); in ReportRequestInner()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/ |
H A D | res_sched_exe_client.cpp | 45 int32_t ResSchedExeClient::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() function in OHOS::ResourceSchedule::ResSchedExeClient 81 return proxy->SendRequestSync(resType, value, context, reply); in SendRequestInner()
|
H A D | res_sched_exe_service_proxy.cpp | 28 int32_t ResSchedExeServiceProxy::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() function in OHOS::ResourceSchedule::ResSchedExeServiceProxy
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/ |
H A D | ires_sched_exe_service.h | 37 virtual int32_t SendRequestSync(uint32_t resType, int64_t value,
|
H A D | res_sched_exe_service_proxy.h | 43 int32_t SendRequestSync(uint32_t resType, int64_t value,
|
H A D | res_sched_exe_client.h | 50 …int32_t SendRequestSync(uint32_t resType, int64_t value, const nlohmann::json& context, nlohmann::…
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/ |
H A D | res_sched_exe_service_test.cpp | 148 resSchedExeService_->SendRequestSync(0, 0, payload, reply); 158 resSchedExeService_->SendRequestSync(0, 0, payload, reply); in SendRequestSyncTask() 259 int32_t SendRequestSync(uint32_t restype, int64_t value, in SendRequestSync() function in OHOS::ResourceSchedule::TestResSchedExeServiceStub
|
H A D | res_sched_exe_mgr_test.cpp | 89 …int32_t ret = ResSchedExeMgr::GetInstance().SendRequestSync(ResExeType::RES_TYPE_DEBUG, 0, context…
|
H A D | res_sched_exe_client_test.cpp | 88 … ResSchedExeClient::GetInstance().SendRequestSync(ResExeType::RES_TYPE_DEBUG, 0, context, reply);
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/include/ |
H A D | res_sched_exe_service.h | 44 int32_t SendRequestSync(uint32_t resType, int64_t value,
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/include/ |
H A D | res_sched_exe_mgr.h | 51 int32_t SendRequestSync(uint32_t resType, int64_t value,
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/ |
H A D | libresschedexeclient.versionscript | 18 *ResSchedExeClient*SendRequestSync*;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/ |
H A D | process_group_util.cpp | 107 ResourceSchedule::ResSchedExeClient::GetInstance().SendRequestSync( in ReadFileToStringForVFSFromExecutor()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/ |
H A D | ressched_utils.cpp | 157 ResourceSchedule::ResSchedExeClient::GetInstance().SendRequestSync( in CheckTidIsInPid()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | res_sched_mgr.cpp | 194 …ResSchedExeClient::GetInstance().SendRequestSync(ResExeType::RES_TYPE_EXECUTOR_PLUGIN_INIT, 0, pay… in InitExecutorPlugin()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/ |
H A D | res_sched_exe_mgr.cpp | 63 int32_t ResSchedExeMgr::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() function in OHOS::ResourceSchedule::ResSchedExeMgr
|