Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/include/
DTestWakeupClientServiceImpl.h147 grpc::Status GetAllPendingScheduledTasks(grpc::ServerContext* context,
296 grpc::Status GetAllPendingScheduledTasks( in GetAllPendingScheduledTasks() function
299 return mImpl->GetAllPendingScheduledTasks(context, request, response); in GetAllPendingScheduledTasks()
/hardware/interfaces/automotive/remoteaccess/hal/default/fuzzer/
Dfuzzer.cpp78 Status GetAllPendingScheduledTasks(ClientContext* context, in GetAllPendingScheduledTasks() function in android::hardware::automotive::remoteaccess::MockGrpcClientStub
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
DTestWakeupClientServiceImplUnitTest.cpp320 status = getStub()->GetAllPendingScheduledTasks(&context, request, &response); in TEST_F()
329 status = getStub()->GetAllPendingScheduledTasks(&context2, request2, &response2); in TEST_F()
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
Dwakeup_client.proto102 rpc GetAllPendingScheduledTasks(GetAllPendingScheduledTasksRequest) rpc
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp98 MOCK_METHOD(Status, GetAllPendingScheduledTasks,
643 EXPECT_CALL(*getGrpcWakeupClientStub(), GetAllPendingScheduledTasks) in TEST_F()
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/
DTestWakeupClientServiceImpl.cpp485 Status ServiceImpl::GetAllPendingScheduledTasks(ServerContext* context, in GetAllPendingScheduledTasks() function in android::hardware::automotive::remoteaccess::ServiceImpl
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp481 Status status = mGrpcStub->GetAllPendingScheduledTasks(&context, request, &response); in getAllPendingScheduledTasks()