Home
last modified time | relevance | path

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 Dvsync_limit_test.cpp29 * 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 DnativeVsync_getPeriod_test.cpp43 OH_NativeVSync *native_vsync = OH_NativeVSync_Create(name, sizeof(name)); in HWTEST_F()
H A DnativeVsync_requestFrame_test.cpp43 OH_NativeVSync *native_vsync = OH_NativeVSync_Create(name, sizeof(name)); in TestMultiTimes()
H A DnativeVsync_requestMultiCB_test.cpp50 OH_NativeVSync *native_vsync = OH_NativeVSync_Create(name, sizeof(name)); in TestMultiTimes()
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H A Dnative_vsync.h59 OH_NativeVSync* OH_NativeVSync_Create(const char* name, unsigned int length);
/foundation/graphic/graphic_2d/rosen/samples/hello_vsync/
H A Dhello_vsync.cpp42 OH_NativeVSync* nativeVSync = OH_NativeVSync_Create(name, strlen(name)); in main()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dnative_vsync_test.cpp49 * 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 Dnative_vsync.cpp38 OH_NativeVSync* OH_NativeVSync_Create(const char* name, unsigned int length) in OH_NativeVSync_Create() function

Completed in 4 milliseconds