Home
last modified time | relevance | path

Searched refs:screenId (Results 326 - 328 of 328) sorted by relevance

1...<<11121314

/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2590 int32_t screenId; in OnUpdateSessionDisplayId() local
2591 if (!ConvertFromJsValue(env, argv[1], screenId)) { in OnUpdateSessionDisplayId()
2592 WLOGFE("[NAPI]Failed to convert parameter to screenId"); in OnUpdateSessionDisplayId()
2597 SceneSessionManager::GetInstance().UpdateSessionDisplayId(persistentId, screenId); in OnUpdateSessionDisplayId()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp3351 uint64_t screenId = 1; in HWTEST_F() local
3352 displayNode->SetScreenId(screenId); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp193 if (!data.WriteUint64(displayNodeConfig.screenId)) { in CreateNode()

Completed in 17 milliseconds

1...<<11121314