Home
last modified time | relevance | path

Searched refs:Seek (Results 1 - 7 of 7) sorted by relevance

/developtools/profiler/device/services/profiler_service/src/
H A Dtrace_file_writer.h86 bool Seek(uint32_t offset);
H A Dtrace_file_writer.cpp77 return writeCtx->write->Seek(offset); in TraceFileWriter()
502 bool TraceFileWriter::Seek(uint32_t offset) in Seek() function in TraceFileWriter
/developtools/profiler/device/services/shared_memory/include/
H A Dshare_memory_block.h66 bool Seek(uint32_t pos);
/developtools/profiler/device/services/shared_memory/src/
H A Dshare_memory_block.cpp92 return smbCtx->block->Seek(offset); in CreateBlockWithFd()
538 bool ShareMemoryBlock::Seek(uint32_t pos) in Seek() function in ShareMemoryBlock
/developtools/hdc/hdc_rust/src/common/
H A Dhdctransfer.rs19 use std::io::{Read, Seek, Write, Error};
/developtools/profiler/device/services/shared_memory/test/unittest/
H A Dshared_memory_block_test.cpp517 ret = shareMemoryBlock.Seek(NUM_FIVE); in HWTEST_F()
/developtools/profiler/proto_encoder/test/unittest/
H A Dbase_message_unittest.cpp44 bool Seek(RandomWriteCtx* ctx, uint32_t offset) in Seek() function
54 static RandomWriteCtx g_writeCtx = {GetMemory, Seek};

Completed in 7 milliseconds