Searched refs:OH_NativeVSync_Create (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | vsync_limit_test.cpp | 29 * Function: OH_NativeVSync_Create 40 OH_NativeVSync *native_vsync = OH_NativeVSync_Create(name, sizeof(name)); in HWTEST_F() 44 OH_NativeVSync *nativeVsync = OH_NativeVSync_Create(name, sizeof(name)); in HWTEST_F()
|
H A D | nativeVsync_getPeriod_test.cpp | 43 OH_NativeVSync *native_vsync = OH_NativeVSync_Create(name, sizeof(name)); in HWTEST_F()
|
H A D | nativeVsync_requestFrame_test.cpp | 43 OH_NativeVSync *native_vsync = OH_NativeVSync_Create(name, sizeof(name)); in TestMultiTimes()
|
H A D | nativeVsync_requestMultiCB_test.cpp | 50 OH_NativeVSync *native_vsync = OH_NativeVSync_Create(name, sizeof(name)); in TestMultiTimes()
|
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/ |
H A D | native_vsync.h | 59 OH_NativeVSync* OH_NativeVSync_Create(const char* name, unsigned int length);
|
/foundation/graphic/graphic_2d/rosen/samples/hello_vsync/ |
H A D | hello_vsync.cpp | 42 OH_NativeVSync* nativeVSync = OH_NativeVSync_Create(name, strlen(name)); in main()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | native_vsync_test.cpp | 49 * Function: OH_NativeVSync_Create 53 * CaseDescription: 1. call OH_NativeVSync_Create by abnormal input 58 ASSERT_EQ(OH_NativeVSync_Create(nullptr, 0), nullptr); in HWTEST_F() 62 * Function: OH_NativeVSync_Create 66 * CaseDescription: 1. call OH_NativeVSync_Create 72 native_vsync = OH_NativeVSync_Create(name, sizeof(name)); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync/ |
H A D | native_vsync.cpp | 38 OH_NativeVSync* OH_NativeVSync_Create(const char* name, unsigned int length) in OH_NativeVSync_Create() function
|
Completed in 4 milliseconds