Home
last modified time | relevance | path

Searched refs:GetRealPid (Results 1 - 25 of 29) sorted by relevance

12

/foundation/graphic/graphic_surface/sandbox/
H A Dsandbox_utils.h24 __attribute__((dllexport)) pid_t GetRealPid(void);
26 __attribute__((visibility("default"))) pid_t GetRealPid(void);
H A Dsandbox_utils.cpp25 pid_t GetRealPid(void) in GetRealPid() function
/foundation/graphic/graphic_2d/utils/sandbox/
H A Dsandbox_utils.h24 __attribute__((dllexport)) pid_t GetRealPid(void);
26 __attribute__((visibility("default"))) pid_t GetRealPid(void);
H A Dsandbox_utils.cpp25 pid_t GetRealPid(void) in GetRealPid() function
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_transaction.cpp45 parentPid_ = GetRealPid(); in OpenSyncTransaction()
92 static pid_t pid_ = GetRealPid(); in GenerateSyncId()
H A Drs_application_agent_impl.cpp59 conn->RegisterApplicationAgent(GetRealPid(), appSptr); in RegisterRSApplicationAgent()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_frame_rate_linker.cpp25 static pid_t pid_ = GetRealPid(); in GenerateId()
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_saver.cpp58 ss << saveDirectory << "/" << GetRealPid() << ".log"; in FrameSaver()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_vsync_client_ohos.cpp34 name += "_" + std::to_string(GetRealPid()) + "_" + std::to_string(sequence); in RSVsyncClientOhos()
H A Drs_ashmem_helper.cpp36 static pid_t pid_ = GetRealPid(); in CreateAshmemAllocator()
H A Drs_render_service_connection_proxy.h301 pid_t pid_ = GetRealPid();
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_utils_test.cpp82 const pid_t pid = GetRealPid(); in HWTEST_F()
127 const pid_t pid = GetRealPid(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_linker.cpp29 static pid_t pid_ = GetRealPid(); in GenerateId()
H A Drs_ui_director.cpp361 if (GetRealPid() == -1) { in RecvMessages()
364 static const uint32_t pid = static_cast<uint32_t>(GetRealPid()); in RecvMessages()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp47 : ConsumerSurface("SurfaceImage-" + std::to_string(GetRealPid()) + "-" + std::to_string(GetProcessUniqueId())), in SurfaceImage()
61 : ConsumerSurface("SurfaceImageConsumer-" + std::to_string(GetRealPid()) + in SurfaceImage()
79 std::string name = "SurfaceImage-" + std::to_string(GetRealPid()) + "-" + std::to_string(GetProcessUniqueId()); in InitSurfaceImage()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferutils_fuzzer/
H A Dbufferutils_fuzzer.cpp77 DumpToFileAsync(GetRealPid(), "test", buffer); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/jank_detector/
H A Drs_jank_detector.cpp40 int32_t pid = OHOS::GetRealPid(); in DrawEventReport()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp270 payload["pid"] = std::to_string(GetRealPid()); in RenderLoop()
278 std::string name = "RSRenderThread_" + std::to_string(GetRealPid()); in RenderLoop()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_interpolator.cpp38 static pid_t pid_ = GetRealPid(); in GenerateId()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp30 static pid_t pid_ = GetRealPid(); in GeneratePropertyId()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.cpp465 rates[GetRealPid()] = currRefreshRate_; in FrameRateReport()
474 GetRealPid(), rates[GetRealPid()], UNI_APP_PID, rates[UNI_APP_PID]); in FrameRateReport()
476 GetRealPid(), rates[GetRealPid()], UNI_APP_PID, rates[UNI_APP_PID]); in FrameRateReport()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp462 static uint64_t shiftedPid = static_cast<uint64_t>(GetRealPid()) << 32; // 32 for 64-bit unsignd number shift in GenUniqueId()
H A Drs_typeface_cache.cpp43 static uint64_t shiftedPid = static_cast<uint64_t>(GetRealPid()) << 32; // 32 for 64-bit unsignd number shift in GenGlobalUniqueId()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation.cpp35 static pid_t pid_ = GetRealPid(); in GenerateId()
H A Drs_interactive_implict_animator.cpp35 static pid_t pid_ = GetRealPid(); in GenerateId()

Completed in 14 milliseconds

12