Home
last modified time | relevance | path

Searched refs:SetStr (Results 1 – 3 of 3) sorted by relevance

/system/bt/main/shim/
Dconfig.h45 static bool SetStr(const std::string& section, const std::string& key,
Dconfig.cc108 bool BtifConfigInterface::SetStr(const std::string& section, in SetStr() function in bluetooth::shim::BtifConfigInterface
/system/bt/btif/src/
Dbtif_config.cc479 return bluetooth::shim::BtifConfigInterface::SetStr(section, key, value); in btif_config_set_str()