HomeSort by relevance Sort by last modified time
    Searched defs:CreateProfile (Results 1 - 11 of 11) sorted by null

  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 28 def CreateProfile(self, profile):
34 self.add_method_call('CreateProfile', profile)
  /system/connectivity/shill/test-rpc-proxy/
proxy_rpc_server.cc 41 XmlRpc::XmlRpcValue CreateProfile(
48 return shill_wifi_client->CreateProfile(profile_name);
198 bool is_success = shill_wifi_client->CreateProfile(kTestProfileName);
522 RegisterRpcMethod("create_profile", base::Bind(&CreateProfile));
proxy_dbus_client.cc 364 bool ProxyDbusClient::CreateProfile(const std::string& profile_name) {
367 return shill_manager_proxy_.CreateProfile(
proxy_dbus_shill_wifi_client.cc 356 bool ProxyDbusShillWifiClient::CreateProfile(const std::string& profile_name) {
357 return dbus_client_->CreateProfile(profile_name);
  /system/connectivity/shill/test-scripts/
flimflam.py 352 def CreateProfile(self, ident):
353 path = self.manager.CreateProfile(ident)
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.cc 143 bool ChromeosManagerDBusAdaptor::CreateProfile(brillo::ErrorPtr* error,
149 manager_->CreateProfile(name, &path, &e);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netprov.h 158 virtual HRESULT WINAPI CreateProfile(BSTR bstrXMLWirelessConfigProfile,BSTR bstrXMLConnectionConfigProfile,GUID *pAdapterInstanceGuid,ULONG *pulStatus) = 0;
166 HRESULT (WINAPI *CreateProfile)(IProvisioningProfileWireless *This,BSTR bstrXMLWirelessConfigProfile,BSTR bstrXMLConnectionConfigProfile,GUID *pAdapterInstanceGuid,ULONG *pulStatus);
176 #define IProvisioningProfileWireless_CreateProfile(This,bstrXMLWirelessConfigProfile,bstrXMLConnectionConfigProfile,pAdapterInstanceGuid,pulStatus) (This)->lpVtbl->CreateProfile(This,bstrXMLWirelessConfigProfile,bstrXMLConnectionConfigProfile,pAdapterInstanceGuid,pulStatus)
msimcsdk.h 230 virtual HRESULT WINAPI CreateProfile(BSTR bstrProfile,IDispatch **ppProfile) = 0;
248 HRESULT (WINAPI *CreateProfile)(IMSIMHost *This,BSTR bstrProfile,IDispatch **ppProfile);
268 #define IMSIMHost_CreateProfile(This,bstrProfile,ppProfile) (This)->lpVtbl->CreateProfile(This,bstrProfile,ppProfile)
    [all...]
rtccore.h     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 407 void* CCodec_IccModule::CreateProfile(ICodec_IccModule::IccParam* pIccParam,
478 void* pInputProfile = CreateProfile(pInputParam, Icc_CLASS_INPUT, &key);
482 void* pOutputProfile = CreateProfile(pOutputParam, Icc_CLASS_OUTPUT, &key);
495 pProofProfile = CreateProfile(pProofParam, Icc_CLASS_PROOF, &key);
    [all...]
  /system/connectivity/shill/
manager.cc 374 void Manager::CreateProfile(const string& name, string* path, Error* error) {
    [all...]

Completed in 1246 milliseconds