HomeSort by relevance Sort by last modified time
    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 73 milliseconds