Home
last modified time | relevance | path

Searched refs:IllegalChar (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/vpn/
Dvpn_service.cc118 replace_if(id.begin(), id.end(), &Service::IllegalChar, '_'); in CreateStorageIdentifier()
/system/connectivity/shill/wimax/
Dwimax_service.cc306 replace_if(storage_id.begin(), storage_id.end(), &Service::IllegalChar, '_'); in CreateStorageIdentifier()
/system/connectivity/shill/cellular/
Dcellular_service.cc377 &Service::IllegalChar, '_'); in SetStorageIdentifier()
Dcellular_unittest.cc1052 static bool IllegalChar(char a) { in IllegalChar() function
1069 std::replace_if(prefix.begin(), prefix.end(), &IllegalChar, '_'); in TEST_F()
/system/connectivity/shill/
Dservice.h554 static bool IllegalChar(char a) { return !LegalChar(a); } in IllegalChar() function