Home
last modified time | relevance | path

Searched defs:SendRequestAsync (Results 1 – 6 of 6) sorted by relevance

/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
/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
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/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/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/
H A Dres_sched_exe_service_test.cpp255 void SendRequestAsync(uint32_t restype, int64_t value, const nlohmann::json& context) override in SendRequestAsync() function in OHOS::ResourceSchedule::TestResSchedExeServiceStub
/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