Searched refs:ConfigInterface (Results 1 – 4 of 4) sorted by relevance
66 struct ConfigInterface { struct71 explicit ConfigInterface() = default;72 ConfigInterface(const ConfigInterface&) = delete;73 ConfigInterface& operator=(const ConfigInterface&) = delete; argument74 virtual ~ConfigInterface() = default;122 ConfigInterface* config;136 CoreInterface(EventCallbacks* eventCallbacks, ConfigInterface* configInterface, in CoreInterface()
73 struct MockConfigInterface : public ConfigInterface {
47 struct MockConfigInterface : public bluetooth::core::ConfigInterface {
176 struct ConfigInterfaceImpl : bluetooth::core::ConfigInterface {177 ConfigInterfaceImpl() : bluetooth::core::ConfigInterface() {} in ConfigInterfaceImpl()