Home
last modified time | relevance | path

Searched refs:Put (Results 1 - 9 of 9) sorted by relevance

/developtools/profiler/hiebpf/test/unittest/
H A Dringbuffer_test.cpp229 * @tc.desc: Test Ringbuffer Put and Write(char)
241 size_t ret = ringBuffer->Put(nullptr, 1); in HWTEST_F()
243 ret = ringBuffer->Put(testStr.c_str(), 0); in HWTEST_F()
245 auto len = ringBuffer->Put(testStr.c_str(), testStr.size()); in HWTEST_F()
261 * @tc.desc: Test Ringbuffer Put and Write(str)
272 size_t ret = ringBuffer->Put(""); in HWTEST_F()
274 ret = ringBuffer->Put("\0"); in HWTEST_F()
277 auto len = ringBuffer->Put(testStr); in HWTEST_F()
292 * @tc.desc: Test Ringbuffer Put and Get(str)
304 auto len = ringBuffer->Put(testSt in HWTEST_F()
[all...]
/developtools/profiler/hiebpf/include/
H A Dringbuffer.h99 int Put(const char* str, const std::size_t len);
100 int Put(const std::string& str);
H A Dbpf_event_receiver.h151 inline int Put(void *data, const size_t dataSize) in Put() function in BPFEventReceiver
156 ret = buf_->Put((const char*)data, dataSize); in Put()
H A Dhhlog.h82 return buf_->Put(buffer, nbytes); in PutLog()
/developtools/profiler/hiebpf/src/
H A Dringbuffer.cpp194 int RingBuffer::Put(const char* str, const std::size_t len) in Put() function in RingBuffer
235 int RingBuffer::Put(const std::string& str) in Put() function in RingBuffer
H A Dbpf_controller.cpp518 int ret = receiver->Put(data, dataSize); in HandleEvent()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dbyte_buffer.h93 DLL_EXPORT void Put(const ByteBuffer& byteBuffer);
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H A Dsign_hap.cpp109 result.Put(second); in EncodeListOfPairsToByteArray()
/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Dbyte_buffer.cpp440 void ByteBuffer::Put(const ByteBuffer& byteBuffer) in Put() function in OHOS::ByteBuffer

Completed in 6 milliseconds