Searched refs:ConfigInterface (Results 1 – 4 of 4) sorted by relevance
76 struct ConfigInterface { struct81 explicit ConfigInterface() = default;82 ConfigInterface(const ConfigInterface&) = delete;83 ConfigInterface& operator=(const ConfigInterface&) = delete; argument84 virtual ~ConfigInterface() = default;136 ConfigInterface* config;152 ConfigInterface* configInterface, CodecInterface* msbcCodec, in CoreInterface()
80 struct MockConfigInterface : public ConfigInterface {
46 struct MockConfigInterface : public bluetooth::core::ConfigInterface {
189 struct ConfigInterfaceImpl : bluetooth::core::ConfigInterface {190 ConfigInterfaceImpl() : bluetooth::core::ConfigInterface(){}; in ConfigInterfaceImpl()