Searched refs:RefreshPluginSession (Results 1 – 7 of 7) sorted by relevance
43 bool RefreshPluginSession();
90 bool RefreshPluginSession(const std::string& pluginName);
144 bool retval = pluginService->RefreshPluginSession(pluginConfig_.name()); in Refresh()
256 bool PluginService::RefreshPluginSession(const std::string& pluginName) in RefreshPluginSession() function in PluginService428 pluginSessionManager_->RefreshPluginSession(); in ReadShareMemoryOffline()
190 bool PluginSessionManager::RefreshPluginSession() in RefreshPluginSession() function in PluginSessionManager
224 HWTEST_F(UnitTestPluginService, RefreshPluginSession, TestSize.Level1)226 ASSERT_FALSE(pluginService_->RefreshPluginSession("abc.so"));234 EXPECT_TRUE(pluginService_->RefreshPluginSession("abc6.so"));1049 EXPECT_TRUE(pluginSessionMgr_->RefreshPluginSession());
200 bool PluginService::RefreshPluginSession(const std::string& pluginName) in RefreshPluginSession() function in PluginService