Searched refs:ReleaseMemoryBlockLocal (Results 1 – 5 of 5) sorted by relevance
73 ASSERT_FALSE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("testname"));76 ASSERT_FALSE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("testname"));80 ASSERT_TRUE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("testname"));81 ASSERT_FALSE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("testname"));135 ASSERT_TRUE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("testname"));143 HWTEST_F(SharedMemoryAllocatorTest, ReleaseMemoryBlockLocal, TestSize.Level1)145 … ASSERT_FALSE(ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal("or")); // 释放不存在的内存块返回-1
33 EXPORT_API bool ReleaseMemoryBlockLocal(std::string name);
39 bool ShareMemoryAllocator::ReleaseMemoryBlockLocal(std::string name) in ReleaseMemoryBlockLocal() function in ShareMemoryAllocator
241 ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal(pluginName); in DestroyPluginSession()277 ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal(pluginName); in RemovePluginSessionCtx()
338 ShareMemoryAllocator::GetInstance().ReleaseMemoryBlockLocal(smbName_); in DestroyPluginSession()