OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeClient
(Results
1 - 5
of
5
) sorted by null
/external/syzkaller/dashboard/app/
app_test.go
228
apiClient1 := c.
makeClient
(client1, key1, false)
229
apiClient2 := c.
makeClient
(client2, key2, false)
239
c.expectFail("unauthorized", c.
makeClient
(client1, "", false).Query("upload_build", build, nil))
240
c.expectFail("unauthorized", c.
makeClient
("unknown", key1, false).Query("upload_build", build, nil))
241
c.expectFail("unauthorized", c.
makeClient
(client1, key2, false).Query("upload_build", build, nil))
util_test.go
67
c.client = c.
makeClient
(client1, key1, true)
68
c.client2 = c.
makeClient
(client2, key2, true)
239
func (c *Ctx)
makeClient
(client, key string, failOnErrors bool) *apiClient {
access_test.go
181
client := c.
makeClient
(clientName, clientKey, true)
/frameworks/av/services/camera/libcameraservice/
CameraService.h
[
all
...]
CameraService.cpp
635
Status CameraService::
makeClient
(const sp<CameraService>& cameraService,
[
all
...]
Completed in 1870 milliseconds