OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:push_profile
(Results
1 - 5
of
5
) sorted by null
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/
network_WiFi_ProfileBasic.py
28
self._wifi_client.shill.
push_profile
(self.profile_name)]):
94
if not self.context.client.shill.
push_profile
(bottom.profile_name):
141
if not self.context.client.shill.
push_profile
(top.profile_name):
/external/autotest/server/cros/network/
wpa_cli_proxy.py
214
def
push_profile
(self, _):
member in class:WpaCliProxy
221
logging.info('Skipping
push_profile
on %s', self.__class__.__name__)
/external/autotest/client/cros/networking/
shill_xmlrpc_server.py
68
def
push_profile
(self, profile_name):
member in class:ShillXmlRpcDelegate
241
worked = self.
push_profile
(self.DEFAULT_TEST_PROFILE_NAME)
android_xmlrpc_server.py
237
def
push_profile
(self, profile_name):
member in class:AndroidXmlRpcDelegate
/system/connectivity/shill/test-rpc-proxy/
proxy_rpc_server.cc
524
RegisterRpcMethod("
push_profile
", base::Bind(&PushProfile));
Completed in 1059 milliseconds