Searched refs:InterfaceLoader (Results 1 – 3 of 3) sorted by relevance
23 InterfaceLoader::InterfaceLoader(const std::string& libPath, const std::vector<std::string>& symbol… in InterfaceLoader() function in OHOS::PowerMgr::InterfaceLoader35 InterfaceLoader::~InterfaceLoader() noexcept in ~InterfaceLoader()40 bool InterfaceLoader::Init() in Init()50 void InterfaceLoader::DeInit() in DeInit()58 void* InterfaceLoader::QueryInterface(const std::string& symbol) const in QueryInterface()71 bool InterfaceLoader::LoadAllInterfaces() in LoadAllInterfaces()
26 class InterfaceLoader : public LibraryLoader {28 InterfaceLoader(const std::string& libPath, const std::vector<std::string>& symbolArr);29 virtual ~InterfaceLoader() noexcept;
58 InterfaceLoader intfLoader_;