Home
last modified time | relevance | path

Searched refs:TakeData (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_block_test.cpp256 HWTEST_F(SharedMemoryBlockTest, TakeData, TestSize.Level1)
265 EXPECT_FALSE(shareMemoryBlock.TakeData(function));
273 EXPECT_FALSE(shareMemoryBlock.TakeData(function));
280 EXPECT_FALSE(shareMemoryBlock.TakeData(function));
287 EXPECT_FALSE(shareMemoryBlock.TakeData(functionErr));
294 EXPECT_TRUE(shareMemoryBlock.TakeData(function));
/developtools/profiler/device/services/shared_memory/include/
Dshare_memory_block.h41 EXPORT_API bool TakeData(const DataHandler& func);
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp419 … bool ret = context.shareMemoryBlock->TakeData([&](const int8_t data[], uint32_t size) -> bool { in ReadShareMemoryOffline()
457 … bool ret = context.shareMemoryBlock->TakeData([&](const int8_t data[], uint32_t size) -> bool { in ReadShareMemoryOnline()
/developtools/profiler/device/services/shared_memory/src/
Dshare_memory_block.cpp327 bool ShareMemoryBlock::TakeData(const DataHandler& func) in TakeData() function in ShareMemoryBlock
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp278 bool ret = shareMemoryBlock_->TakeData([&](const int8_t data[], uint32_t size) -> bool { in ReadShareMemory()