Home
last modified time | relevance | path

Searched refs:SendRequestSync (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service.cpp40 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 Dres_sched_exe_service_stub.cpp130 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 Dres_sched_exe_client.cpp45 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 Dres_sched_exe_service_proxy.cpp28 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 Dires_sched_exe_service.h37 virtual int32_t SendRequestSync(uint32_t resType, int64_t value,
H A Dres_sched_exe_service_proxy.h43 int32_t SendRequestSync(uint32_t resType, int64_t value,
H A Dres_sched_exe_client.h50 …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 Dres_sched_exe_service_test.cpp148 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 Dres_sched_exe_mgr_test.cpp89 …int32_t ret = ResSchedExeMgr::GetInstance().SendRequestSync(ResExeType::RES_TYPE_DEBUG, 0, context…
H A Dres_sched_exe_client_test.cpp88 … ResSchedExeClient::GetInstance().SendRequestSync(ResExeType::RES_TYPE_DEBUG, 0, context, reply);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/include/
H A Dres_sched_exe_service.h44 int32_t SendRequestSync(uint32_t resType, int64_t value,
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/include/
H A Dres_sched_exe_mgr.h51 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 Dlibresschedexeclient.versionscript18 *ResSchedExeClient*SendRequestSync*;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
H A Dprocess_group_util.cpp107 ResourceSchedule::ResSchedExeClient::GetInstance().SendRequestSync( in ReadFileToStringForVFSFromExecutor()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/
H A Dressched_utils.cpp157 ResourceSchedule::ResSchedExeClient::GetInstance().SendRequestSync( in CheckTidIsInPid()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dres_sched_mgr.cpp194 …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 Dres_sched_exe_mgr.cpp63 int32_t ResSchedExeMgr::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() function in OHOS::ResourceSchedule::ResSchedExeMgr