Searched refs:PutWithPayloadTimeout (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/device/services/shared_memory/include/ |
| D | share_memory_block.h | 35 …bool PutWithPayloadTimeout(const int8_t* header, uint32_t headerSize, const int8_t* payload, uint3…
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | stack_writer.cpp | 84 return shareMemoryBlock_->PutWithPayloadTimeout( in WriteWithPayloadTimeout()
|
| /developtools/profiler/device/services/shared_memory/test/unittest/ |
| D | shared_memory_block_test.cpp | 321 HWTEST_F(SharedMemoryBlockTest, PutWithPayloadTimeout, TestSize.Level1) 331 shareMemoryBlock.PutWithPayloadTimeout(header, ARRAYSIZE, data, ARRAYSIZE);
|
| /developtools/profiler/device/services/shared_memory/src/ |
| D | share_memory_block.cpp | 268 bool ShareMemoryBlock::PutWithPayloadTimeout(const int8_t* header, uint32_t headerSize, in PutWithPayloadTimeout() function in ShareMemoryBlock
|