Home
last modified time | relevance | path

Searched refs:SendRequestAsync (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/
H A Dres_sched_exe_mgr_test.cpp102 …ResSchedExeMgr::GetInstance().SendRequestAsync(ResExeType::RES_TYPE_EXECUTOR_PLUGIN_INIT, 0, conte…
104 ResSchedExeMgr::GetInstance().SendRequestAsync(ResExeType::RES_TYPE_DEBUG, 0, context);
H A Dres_sched_exe_service_test.cpp183 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 Dres_sched_exe_client_test.cpp104 ResSchedExeClient::GetInstance().SendRequestAsync(ResExeType::RES_TYPE_DEBUG, 0, context);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service.cpp46 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 Dres_sched_exe_service_stub.cpp132 SendRequestAsync(resType, value, context); in ReportRequestInner()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_client.cpp51 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 Dres_sched_exe_service_proxy.cpp53 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 Dires_sched_exe_service.h47 … virtual void SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& payload) = 0;
H A Dres_sched_exe_service_proxy.h53 void SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& context) override;
H A Dres_sched_exe_client.h59 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 Dres_sched_exe_service.h54 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 Dres_sched_exe_mgr.h61 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 Dlibresschedexeclient.versionscript19 *ResSchedExeClient*SendRequestAsync*;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp88 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 Dnapi_remote_proxy.cpp97 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 Dsocperf_thread_wrap.cpp268 ResourceSchedule::ResSchedExeClient::GetInstance().SendRequestAsync( in ReportToRssExe()