Searched refs:GetNativeModuleHandle (Results 1 – 3 of 3) sorted by relevance
112 LIBHANDLE GetNativeModuleHandle(const std::string &moduleKey) const;
133 LIBHANDLE NativeModuleManager::GetNativeModuleHandle(const std::string &moduleKey) const in GetNativeModuleHandle() function in NativeModuleManager156 LIBHANDLE handle = GetNativeModuleHandle(moduleKey); in UnloadNativeModule()645 lib = GetNativeModuleHandle(moduleKey); in LoadModuleLibrary()
323 EXPECT_EQ(moduleManager->GetNativeModuleHandle(moduleKey1), nullptr);