Home
last modified time | relevance | path

Searched defs:UnscheduleTask (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
H A Dwakeup_client.proto85 rpc UnscheduleTask(UnscheduleTaskRequest) returns (UnscheduleTaskResponse) {} rpc
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/include/
H A DTestWakeupClientServiceImpl.h279 grpc::Status UnscheduleTask(grpc::ServerContext* context, const UnscheduleTaskRequest* request, in UnscheduleTask() function
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/hal/default/fuzzer/
H A Dfuzzer.cpp63 Status UnscheduleTask(ClientContext* context, const UnscheduleTaskRequest& request, in UnscheduleTask() function in android::hardware::automotive::remoteaccess::MockGrpcClientStub
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/
H A DTestWakeupClientServiceImpl.cpp419 Status ServiceImpl::UnscheduleTask(ServerContext* context, const UnscheduleTaskRequest* request, in UnscheduleTask() function in android::hardware::automotive::remoteaccess::ServiceImpl