Home
last modified time | relevance | path

Searched refs:REQUEST_SEND_DEBUG (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.h27 REQUEST_SEND_DEBUG, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/
H A Dres_sched_exe_service_test.cpp379 …res = resSchedExeServiceStub_->OnRemoteRequest(ResIpcType::REQUEST_SEND_DEBUG, reply, reply, optio…
393 …res = resSchedExeServiceStub_->OnRemoteRequest(ResIpcType::REQUEST_SEND_DEBUG, 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.cpp125 int32_t error = SendRequestToRemote(ResIpcType::REQUEST_SEND_DEBUG, data, response, option); in SendDebugCommand()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service_stub.cpp196 case ResIpcType::REQUEST_SEND_DEBUG: in OnRemoteRequest()