19 #ifndef CORE_TRUST_RESOLVE_H_
20 #define CORE_TRUST_RESOLVE_H_
46 const std::shared_ptr<core::dbus::Bus>& bus,
47 const std::string& name);
56 const std::string& name);
60 #endif // CORE_TRUST_RESOLVE_H_
CORE_TRUST_DLL_PUBLIC std::shared_ptr< Store > resolve_store_in_session_with_name(const std::string &name)
Resolves an existing store instance within the current user session.
CORE_TRUST_DLL_PUBLIC std::shared_ptr< Store > resolve_store_on_bus_with_name(const std::shared_ptr< core::dbus::Bus > &bus, const std::string &name)
Resolves an existing store instance within the current user session.
#define CORE_TRUST_DLL_PUBLIC