Home
last modified time | relevance | path

Searched refs:CreateMemoryBlockLocal (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_allocator_test.cpp69 HWTEST_F(SharedMemoryAllocatorTest, CreateMemoryBlockLocal, TestSize.Level1)
71 ASSERT_TRUE(ShareMemoryAllocator::GetInstance().CreateMemoryBlockLocal("testname", 0) ==
74 ASSERT_TRUE(ShareMemoryAllocator::GetInstance().CreateMemoryBlockLocal("testname", 1) ==
77 …ASSERT_TRUE(ShareMemoryAllocator::GetInstance().CreateMemoryBlockLocal("testname", 4096) != nullpt…
78 ASSERT_TRUE(ShareMemoryAllocator::GetInstance().CreateMemoryBlockLocal("testname", 4096) ==
133 …ASSERT_TRUE(ShareMemoryAllocator::GetInstance().CreateMemoryBlockLocal("testname", 4096) != nullpt…
/developtools/profiler/device/services/shared_memory/include/
Dshare_memory_allocator.h29 EXPORT_API ShareMemoryBlockPtr CreateMemoryBlockLocal(std::string name, uint32_t size);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhook_service_test.cpp46 …auto shareMemoryBlock = ShareMemoryAllocator::GetInstance().CreateMemoryBlockLocal("hooknativesmb"…
/developtools/profiler/device/services/shared_memory/src/
Dshare_memory_allocator.cpp59 ShareMemoryBlockPtr ShareMemoryAllocator::CreateMemoryBlockLocal(std::string name, uint32_t size) in CreateMemoryBlockLocal() function in ShareMemoryAllocator
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_manager_test.cpp163 ShareMemoryAllocator::GetInstance().CreateMemoryBlockLocal("test", DEFAULT_BUFFER_SIZE);
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_standalone.cpp85 …g_shareMemoryBlock = ShareMemoryAllocator::GetInstance().CreateMemoryBlockLocal(g_smbName, hookDat… in StartHook()
Dhook_manager.cpp208 …shareMemoryBlock_ = ShareMemoryAllocator::GetInstance().CreateMemoryBlockLocal(smbName_, bufferSiz… in CreatePluginSession()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp124 auto smb = ShareMemoryAllocator::GetInstance().CreateMemoryBlockLocal(pluginName, bufferSize); in CreatePluginSession()