Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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.cc78 bool BtifConfigInterface::GetStr(const std::string& section, in GetStr() function in bluetooth::shim::BtifConfigInterface
99 std::optional<std::string> BtifConfigInterface::GetStr( in GetStr() function in bluetooth::shim::BtifConfigInterface
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_BtifConfigInterface.cc49 bool bluetooth::shim::BtifConfigInterface::GetStr( in GetStr() function in bluetooth::shim::BtifConfigInterface
54 std::optional<std::string> bluetooth::shim::BtifConfigInterface::GetStr( in GetStr() function in bluetooth::shim::BtifConfigInterface
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc269 return bluetooth::shim::BtifConfigInterface::GetStr(section, key, value, in btif_config_get_str()