Searched refs:GetStr (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/main/shim/ | ||
D | config.h | 41 static bool GetStr(const std::string& section, const std::string& key, |
D | config.cc | 78 bool BtifConfigInterface::GetStr(const std::string& section, in GetStr() function in bluetooth::shim::BtifConfigInterface |
/packages/modules/Bluetooth/system/test/mock/ | ||
D | mock_main_shim_BtifConfigInterface.cc | 49 bool bluetooth::shim::BtifConfigInterface::GetStr( in GetStr() function in bluetooth::shim::BtifConfigInterface |
/packages/modules/Bluetooth/system/btif/src/ | ||
D | btif_config.cc | 269 return bluetooth::shim::BtifConfigInterface::GetStr(section, key, value, in btif_config_get_str() |