Home
last modified time | relevance | path

Searched refs:GetMemory (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/device/services/shared_memory/test/unittest/
H A Dshared_memory_block_test.cpp362 * @tc.desc: Shared memory GetMemory test with no write data.
365 HWTEST_F(SharedMemoryBlockTest, GetMemory, TestSize.Level1) in HWTEST_F()
379 auto ret = shareMemoryBlock.GetMemory(fieldSize, &memory, &offset); in HWTEST_F()
386 ret = shareMemoryBlock.GetMemory(NUM_FOUR, &memory, &offset); in HWTEST_F()
394 * @tc.desc: Shared memory GetMemory test with write data.
416 ret = shareMemoryBlock.GetMemory(len, &memory, &offset); in HWTEST_F()
436 ret = shareMemoryBlock.GetMemory(fieldSize1, &memory, &offset); in HWTEST_F()
447 ret = shareMemoryBlock.GetMemory(fieldSize2, &memory, &offset); in HWTEST_F()
482 ret = shareMemoryBlock.GetMemory(len, &memory, &offset); in HWTEST_F()
509 ret = shareMemoryBlock.GetMemory( in HWTEST_F()
[all...]
/developtools/profiler/device/services/profiler_service/src/
H A Dtrace_file_writer.h85 bool GetMemory(uint32_t size, uint8_t** memory, uint32_t* offset);
H A Dtrace_file_writer.cpp73 return writeCtx->write->GetMemory(size, memory, offset); in TraceFileWriter()
488 bool TraceFileWriter::GetMemory(uint32_t size, uint8_t** memory, uint32_t* offset) in GetMemory() function in TraceFileWriter
/developtools/profiler/device/services/shared_memory/include/
H A Dshare_memory_block.h65 bool GetMemory(uint32_t size, uint8_t** memory, uint32_t* offset);
/developtools/profiler/device/services/shared_memory/src/
H A Dshare_memory_block.cpp88 return smbCtx->block->GetMemory(size, memory, offset); in CreateBlockWithFd()
460 bool ShareMemoryBlock::GetMemory(uint32_t size, uint8_t** memory, uint32_t* offset) in GetMemory() function in ShareMemoryBlock
/developtools/profiler/proto_encoder/test/unittest/
H A Dbase_message_unittest.cpp33 bool GetMemory(RandomWriteCtx* ctx, uint32_t size, uint8_t** memory, uint32_t* offset) in GetMemory() function
54 static RandomWriteCtx g_writeCtx = {GetMemory, Seek};

Completed in 7 milliseconds