Searched refs:GetAllPendingScheduledTasks (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/include/ |
D | TestWakeupClientServiceImpl.h | 147 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/ |
D | fuzzer.cpp | 78 Status GetAllPendingScheduledTasks(ClientContext* context, in GetAllPendingScheduledTasks() function in android::hardware::automotive::remoteaccess::MockGrpcClientStub
|
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/ |
D | TestWakeupClientServiceImplUnitTest.cpp | 320 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/ |
D | wakeup_client.proto | 102 rpc GetAllPendingScheduledTasks(GetAllPendingScheduledTasksRequest) rpc
|
/hardware/interfaces/automotive/remoteaccess/hal/default/test/ |
D | RemoteAccessServiceUnitTest.cpp | 98 MOCK_METHOD(Status, GetAllPendingScheduledTasks, 643 EXPECT_CALL(*getGrpcWakeupClientStub(), GetAllPendingScheduledTasks) in TEST_F()
|
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/ |
D | TestWakeupClientServiceImpl.cpp | 485 Status ServiceImpl::GetAllPendingScheduledTasks(ServerContext* context, in GetAllPendingScheduledTasks() function in android::hardware::automotive::remoteaccess::ServiceImpl
|
/hardware/interfaces/automotive/remoteaccess/hal/default/src/ |
D | RemoteAccessService.cpp | 481 Status status = mGrpcStub->GetAllPendingScheduledTasks(&context, request, &response); in getAllPendingScheduledTasks()
|