Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/
DnotificationRequest.js49 creatorPid: '[PC preview] unknow creatorPid', property
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmCommon/include/
Dilm_types.h200 …t_ilm_int creatorPid; /*!< process id of application that created this surface */ member
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dprint.cpp221 cout << prefix << "- created by pid: " << p.creatorPid << "\n"; in printSurfaceProperties()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
Dilm_control_test.cpp480 ASSERT_EQ(getpid(), surfaceProperties.creatorPid); in TEST_F()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c558 ctx_surf->prop.creatorPid = (t_ilm_uint)pid; in wm_listener_surface_stats()