OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendState
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/vpn/
openvpn_management_server.h
94
FRIEND_TEST(OpenVPNManagementServerTest,
SendState
);
107
void
SendState
(const std::string& state);
openvpn_management_server.cc
189
SendState
("on");
442
void OpenVPNManagementServer::
SendState
(const string& state) {
openvpn_management_server_unittest.cc
483
TEST_F(OpenVPNManagementServerTest,
SendState
) {
486
server_.
SendState
("off");
Completed in 71 milliseconds