Lines Matching defs:ret
42 * @tc.desc: test for Call OH_NativeVSync_Create and check ret.
53 * @tc.desc: test for Call OH_NativeVSync_Create and check ret.
66 * @tc.desc: test for Call OH_NativeVSync_RequestFrame and check ret.
77 * @tc.desc: test for Call OH_NativeVSync_RequestFrame and check ret.
88 * @tc.desc: test for Call OH_NativeVSync_RequestFrame and check ret.
100 * @tc.desc: test for AbNormal OH_NativeVSync_Destroy and check ret.
111 * @tc.desc: test for Normal OH_NativeVSync_Destroy and check ret.
121 * @tc.desc: test for Normal OH_NativeVSync_RequestFrameWithMultiCallback and check ret.
133 int ret = OH_NativeVSync_RequestFrameWithMultiCallback(native_vsync, callback, data);
136 ASSERT_EQ(ret, NATIVE_ERROR_OK);
162 * @tc.desc: test for AbNormal OH_NativeVSync_RequestFrameWithMultiCallback and check ret.