Home
last modified time | relevance | path

Searched refs:UnscheduleTask (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/include/
DTestWakeupClientServiceImpl.h136 grpc::Status UnscheduleTask(grpc::ServerContext* context, const UnscheduleTaskRequest* request,
279 grpc::Status UnscheduleTask(grpc::ServerContext* context, const UnscheduleTaskRequest* request, in UnscheduleTask() function
281 return mImpl->UnscheduleTask(context, request, response); in UnscheduleTask()
/hardware/interfaces/automotive/remoteaccess/hal/default/fuzzer/
Dfuzzer.cpp63 Status UnscheduleTask(ClientContext* context, const UnscheduleTaskRequest& request, in UnscheduleTask() function in android::hardware::automotive::remoteaccess::MockGrpcClientStub
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
Dwakeup_client.proto85 rpc UnscheduleTask(UnscheduleTaskRequest) returns (UnscheduleTaskResponse) {} rpc
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp89 MOCK_METHOD(Status, UnscheduleTask,
588 EXPECT_CALL(*getGrpcWakeupClientStub(), UnscheduleTask) in TEST_F()
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
DTestWakeupClientServiceImplUnitTest.cpp234 status = getStub()->UnscheduleTask(&context, request, &response); in TEST_F()
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/
DTestWakeupClientServiceImpl.cpp419 Status ServiceImpl::UnscheduleTask(ServerContext* context, const UnscheduleTaskRequest* request, in UnscheduleTask() function in android::hardware::automotive::remoteaccess::ServiceImpl
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp424 Status status = mGrpcStub->UnscheduleTask(&context, request, &response); in unscheduleTask()