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 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
|
/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
|
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/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/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/ |
H A D | res_sched_exe_service_test.cpp | 255 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 D | napi_remote_proxy.cpp | 97 napi_value SendRequestAsync(napi_env env, sptr<IRemoteObject> target, uint32_t code, in SendRequestAsync() function
|