OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RpcDataSource
(Results
1 - 10
of
10
) sorted by null
/external/autotest/frontend/client/src/autotest/tko/
TestViewDataSource.java
3
import autotest.common.table.
RpcDataSource
;
10
class TestViewDataSource extends
RpcDataSource
{
TestGroupDataSource.java
5
import autotest.common.table.
RpcDataSource
;
16
public class TestGroupDataSource extends
RpcDataSource
{
TkoUtils.java
7
import autotest.common.table.
RpcDataSource
;
91
static void doCsvRequest(
RpcDataSource
dataSource, Query query, JSONObject extraParams) {
TableView.java
8
import autotest.common.table.
RpcDataSource
;
103
private
RpcDataSource
testDataSource = new TestViewDataSource();
229
private
RpcDataSource
getDataSource() {
571
TkoUtils.doCsvRequest((
RpcDataSource
) table.getDataSource(), table.getCurrentQuery(),
/external/autotest/frontend/client/src/autotest/afe/
HostDataSource.java
6
import autotest.common.table.
RpcDataSource
;
16
public class HostDataSource extends
RpcDataSource
{
JobTable.java
6
import autotest.common.table.
RpcDataSource
;
42
super(jobColumns, new
RpcDataSource
("get_jobs_summary", "get_num_jobs"));
JobStatusDataSource.java
5
import autotest.common.table.
RpcDataSource
;
20
* Custom
RpcDataSource
to process the list of host queue entries for a job and
23
class JobStatusDataSource extends
RpcDataSource
{
HostDetailView.java
16
import autotest.common.table.
RpcDataSource
;
59
private static class HostQueueEntryDataSource extends
RpcDataSource
{
79
new
RpcDataSource
("get_host_queue_entries_and_special_tasks",
JobDetailView.java
11
import autotest.common.table.
RpcDataSource
;
/external/autotest/frontend/client/src/autotest/common/table/
RpcDataSource.java
19
public class
RpcDataSource
implements DataSource {
81
public
RpcDataSource
(String dataMethodName, String countMethodName) {
Completed in 2123 milliseconds