Home
last modified time | relevance | path

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

/system/bt/main/shim/
Dconfig.h41 static bool GetStr(const std::string& section, const std::string& key,
43 static std::optional<std::string> GetStr(const std::string& section,
Dconfig.cc83 bool BtifConfigInterface::GetStr(const std::string& section, in GetStr() function in bluetooth::shim::BtifConfigInterface
103 std::optional<std::string> BtifConfigInterface::GetStr( in GetStr() function in bluetooth::shim::BtifConfigInterface
/system/bt/btif/src/
Dbtif_config.cc459 return bluetooth::shim::BtifConfigInterface::GetStr(section, key, value, in btif_config_get_str()
740 bluetooth::shim::BtifConfigInterface::GetStr(INFO_SECTION, FILE_SOURCE); in btif_debug_config_dump()