Home
last modified time | relevance | path

Searched refs:REQUEST_SEND_ASYNC (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/
H A Dres_sched_exe_constants.h25 REQUEST_SEND_ASYNC, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/
H A Dres_sched_exe_service_test.cpp377 …res = resSchedExeServiceStub_->OnRemoteRequest(ResIpcType::REQUEST_SEND_ASYNC, reply, reply, optio…
391 …res = resSchedExeServiceStub_->OnRemoteRequest(ResIpcType::REQUEST_SEND_ASYNC, reply, reply, optio… in RemoteRequestTask()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_service_proxy.cpp64 int32_t error = SendRequestToRemote(ResIpcType::REQUEST_SEND_ASYNC, data, response, option); in SendRequestAsync()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service_stub.cpp192 case ResIpcType::REQUEST_SEND_ASYNC: in OnRemoteRequest()