Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_main_shim_BtifConfigInterface.cc49 bool bluetooth::shim::BtifConfigInterface::GetStr(const std::string& section, in GetStr() function in bluetooth::shim::BtifConfigInterface
55 std::optional<std::string> bluetooth::shim::BtifConfigInterface::GetStr( in GetStr() function in bluetooth::shim::BtifConfigInterface
/aosp12/system/bt/main/shim/
H A 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
/aosp12/hardware/qcom/sm7250/display/sdm/libs/utils/
H A Dfence.cpp141 string Fence::GetStr(const shared_ptr<Fence> &fence) { in GetStr() function in sdm::Fence