Home
last modified time | relevance | path

Searched refs:GetProcessUniqueId (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp39 static int GetProcessUniqueId() in GetProcessUniqueId() function
47 …rface("SurfaceImage-" + std::to_string(GetRealPid()) + "-" + std::to_string(GetProcessUniqueId())), in SurfaceImage()
62 "-" + std::to_string(GetProcessUniqueId())), in SurfaceImage()
79 …name = "SurfaceImage-" + std::to_string(GetRealPid()) + "-" + std::to_string(GetProcessUniqueId()); in InitSurfaceImage()