Searched refs:OH_NativeWindow_SetMetadataValue (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | native_window_test.cpp | 1216 * Function: OH_NativeWindow_SetMetadataValue 1220 * CaseDescription: 1. call OH_NativeWindow_SetMetadataValue 1236 ret = OH_NativeWindow_SetMetadataValue(nullptr, OH_HDR_STATIC_METADATA, (int32_t)len, buff); in HWTEST_F() 1243 * Function: OH_NativeWindow_SetMetadataValue 1247 * CaseDescription: 1. call OH_NativeWindow_SetMetadataValue 1258 auto ret = OH_NativeWindow_SetMetadataValue(nativeWindow, OH_HDR_STATIC_METADATA, (int32_t)max_size, buff); in HWTEST_F() 1265 * Function: OH_NativeWindow_SetMetadataValue 1269 * CaseDescription: 1. call OH_NativeWindow_SetMetadataValue 1279 auto ret = OH_NativeWindow_SetMetadataValue(nativeWindow, OH_HDR_STATIC_METADATA, (int32_t)len, buff); in HWTEST_F() 1283 ret = OH_NativeWindow_SetMetadataValue(nativeWindo in HWTEST_F() [all...] |
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | window.h | 81 int32_t OH_NativeWindow_SetMetadataValue(OHNativeWindow *window, OH_NativeBuffer_MetadataKey metadataKey,
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/ |
H A D | nativewindow_fuzzer.cpp | 189 OH_NativeWindow_SetMetadataValue(nativeWindow, metaKey, len, buff); in NativeWindowFuzzTest1()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | native_window.cpp | 841 int32_t OH_NativeWindow_SetMetadataValue(OHNativeWindow *window, OH_NativeBuffer_MetadataKey metadataKey,
in OH_NativeWindow_SetMetadataValue() function
|
Completed in 6 milliseconds