Searched defs:GetID (Results 1 – 7 of 7) sorted by relevance
/system/connectivity/shill/ | ||
D | crypto_rot47.cc | 27 string CryptoROT47::GetID() { in GetID() function in shill::CryptoROT47 |
D | crypto_rot47_unittest.cc | 39 TEST_F(CryptoROT47Test, GetID) { in TEST_F() argument |
D | crypto_des_cbc.cc | 38 string CryptoDESCBC::GetID() { in GetID() function in shill::CryptoDESCBC |
D | crypto_des_cbc_unittest.cc | 52 TEST_F(CryptoDESCBCTest, GetID) { in TEST_F() argument |
/system/webservd/webservd/ | ||
D | protocol_handler.h | 80 const std::string& GetID() const { return id_; } in GetID() function |
D | request.h | 96 const std::string& GetID() const { return id_; } in GetID() function |
/system/weaved/libweaved/ | ||
D | command.cc | 60 std::string Command::GetID() const { in GetID() function in weaved::Command |