Home
last modified time | relevance | path

Searched refs:OH_NativeBuffer_GetSeqNum (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/fuzztest/nativebuffer_fuzzer/
H A Dnativebuffer_fuzzer.cpp49 OH_NativeBuffer_GetSeqNum(buffer); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_buffer_test.cpp109 * Function: OH_NativeBuffer_GetSeqNum
113 * CaseDescription: 1. call OH_NativeBuffer_GetSeqNum by abnormal input
118 uint32_t id = OH_NativeBuffer_GetSeqNum(nullptr); in HWTEST_F()
123 * Function: OH_NativeBuffer_GetSeqNum
127 * CaseDescription: 1. call OH_NativeBuffer_GetSeqNum
132 uint32_t id = OH_NativeBuffer_GetSeqNum(buffer); in HWTEST_F()
228 * Function: OH_NativeBuffer_GetSeqNum and OH_NativeBuffer_Unreference
232 * CaseDescription: 1. call OH_NativeBuffer_GetSeqNum
235 * 4. check OH_NativeBuffer_GetSeqNum = oldSeq + 1
239 uint32_t oldSeq = OH_NativeBuffer_GetSeqNum(buffe in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/samples/hello_native_buffer/
H A Dhello_native_buffer.cpp82 uint32_t hwBufferID = OH_NativeBuffer_GetSeqNum(buffer); in main()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h528 uint32_t OH_NativeBuffer_GetSeqNum(OH_NativeBuffer *buffer);
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_buffer.cpp181 uint32_t OH_NativeBuffer_GetSeqNum(OH_NativeBuffer *buffer) in OH_NativeBuffer_GetSeqNum() function

Completed in 3 milliseconds