Home
last modified time | relevance | path

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

/test/xts/acts/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0904/
H A Dpoc.cpp80 GetDisplaySnapshot GetPixelMap = nullptr; in main() local
81 GetPixelMap = reinterpret_cast<GetDisplaySnapshot>(dlsym(handle, "_ZN4OHOS5Rosen14DisplayManager13GetScreenshotEy")); in main()
82 if (GetPixelMap == NULL) { in main()
89 PixelMap = GetPixelMap(obj,displayId).get(); in main()
91 printf("GetPixelMap failed!\n"); in main()

Completed in 2 milliseconds