OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kClient
(Results
1 - 6
of
6
) sorted by null
/external/libweave/src/privet/
auth_manager_unittest.cc
195
auth_.GetRootClientAuthToken(RootClientTokenOwner::
kClient
)));
209
auth_.GetRootClientAuthToken(RootClientTokenOwner::
kClient
)));
216
Base64Encode(auth.GetRootClientAuthToken(RootClientTokenOwner::
kClient
)));
221
auth_.GetRootClientAuthToken(RootClientTokenOwner::
kClient
), nullptr));
226
auto token = auth.GetRootClientAuthToken(RootClientTokenOwner::
kClient
);
272
auto root = auth_.GetRootClientAuthToken(RootClientTokenOwner::
kClient
);
280
auto root = auth_.GetRootClientAuthToken(RootClientTokenOwner::
kClient
);
293
auto root = auth_.GetRootClientAuthToken(RootClientTokenOwner::
kClient
);
308
auto root = auth_.GetRootClientAuthToken(RootClientTokenOwner::
kClient
);
342
TestClaim(RootClientTokenOwner::
kClient
, RootClientTokenOwner::kNone)
[
all
...]
security_manager.cc
222
RootClientTokenOwner::
kClient
, error));
/system/core/fastboot/
socket.cpp
110
enum class Type {
kClient
, kServer };
251
return std::unique_ptr<UdpSocket>(new UdpSocket(UdpSocket::Type::
kClient
, sock));
/external/libweave/src/
config.h
26
kClient
,
config.cc
83
{RootClientTokenOwner::
kClient
, "client"},
config_unittest.cc
184
EXPECT_EQ(RootClientTokenOwner::
kClient
,
Completed in 176 milliseconds