/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/ |
H A D | res_sched_exe_mgr_test.cpp | 102 …ResSchedExeMgr::GetInstance().SendRequestAsync(ResExeType::RES_TYPE_EXECUTOR_PLUGIN_INIT, 0, conte… 104 ResSchedExeMgr::GetInstance().SendRequestAsync(ResExeType::RES_TYPE_DEBUG, 0, context);
|
H A D | res_sched_exe_service_test.cpp | 183 resSchedExeService_->SendRequestAsync(0, 0, payload); 192 resSchedExeService_->SendRequestAsync(0, 0, payload); in SendRequestAsyncTask() 255 void SendRequestAsync(uint32_t restype, int64_t value, const nlohmann::json& context) override in SendRequestAsync() function in OHOS::ResourceSchedule::TestResSchedExeServiceStub
|
H A D | res_sched_exe_client_test.cpp | 104 ResSchedExeClient::GetInstance().SendRequestAsync(ResExeType::RES_TYPE_DEBUG, 0, context);
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/ |
H A D | res_sched_exe_service.cpp | 46 void ResSchedExeService::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& co… in SendRequestAsync() function in OHOS::ResourceSchedule::ResSchedExeService 48 ResSchedExeMgr::GetInstance().SendRequestAsync(resType, value, context); in SendRequestAsync()
|
H A D | res_sched_exe_service_stub.cpp | 132 SendRequestAsync(resType, value, context); 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 | 51 void ResSchedExeClient::SendRequestAsync(uint32_t resType, int64_t value, in SendRequestAsync() function in OHOS::ResourceSchedule::ResSchedExeClient 83 proxy->SendRequestAsync(resType, value, context); in SendRequestInner()
|
H A D | res_sched_exe_service_proxy.cpp | 53 void ResSchedExeServiceProxy::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::jso… in SendRequestAsync() 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 | 47 … virtual void SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& payload) = 0;
|
H A D | res_sched_exe_service_proxy.h | 53 void SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& context) override;
|
H A D | res_sched_exe_client.h | 59 void SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& context);
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/include/ |
H A D | res_sched_exe_service.h | 54 void SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& context) override;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/include/ |
H A D | res_sched_exe_mgr.h | 61 void SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& payload = nullptr);
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/ |
H A D | libresschedexeclient.versionscript | 19 *ResSchedExeClient*SendRequestAsync*;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/ |
H A D | res_sched_exe_mgr.cpp | 88 void ResSchedExeMgr::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& payloa… in SendRequestAsync() function in OHOS::ResourceSchedule::ResSchedExeMgr
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/ |
H A D | napi_remote_proxy.cpp | 97 napi_value SendRequestAsync(napi_env env, sptr<IRemoteObject> target, uint32_t code, in SendRequestAsync() function 230 return SendRequestAsync(env, target, code, data->GetMessageParcel(), in NAPI_RemoteProxy_sendRequest() 326 return SendRequestAsync(env, target, code, data->GetMessageParcel(), in NAPI_RemoteProxy_sendMessageRequest()
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_thread_wrap.cpp | 268 ResourceSchedule::ResSchedExeClient::GetInstance().SendRequestAsync( in ReportToRssExe()
|