Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.h102 static napi_value GetSessionSnapshotPixelMap(napi_env env, napi_callback_info info);
H A Djs_scene_session_manager.cpp180 JsSceneSessionManager::GetSessionSnapshotPixelMap); in Init()
941 napi_value JsSceneSessionManager::GetSessionSnapshotPixelMap(napi_env env, napi_callback_info info) in GetSessionSnapshotPixelMap() function in OHOS::Rosen::JsSceneSessionManager
2930 *pixelPtr = SceneSessionManager::GetInstance().GetSessionSnapshotPixelMap(persistentId, scaleParam); in OnGetSessionSnapshotPixelMap()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp673 * @tc.name: GetSessionSnapshotPixelMap
677 HWTEST_F(SceneSessionManagerTest, GetSessionSnapshotPixelMap, Function | SmallTest | Level3) in HWTEST_F()
687 auto pixelMap = ssm_->GetSessionSnapshotPixelMap(persistentId, scaleValue); in HWTEST_F()
691 pixelMap = ssm_->GetSessionSnapshotPixelMap(persistentId, scaleValue); in HWTEST_F()
H A Dscene_session_manager_test4.cpp1221 * @tc.name: GetSessionSnapshotPixelMap
1222 * @tc.desc: GetSessionSnapshotPixelMap
1225 HWTEST_F(SceneSessionManagerTest4, GetSessionSnapshotPixelMap, Function | SmallTest | Level3) in HWTEST_F()
1237 auto result = ssm_->GetSessionSnapshotPixelMap(persistentId, scaleParam); in HWTEST_F()
1249 result = ssm_->GetSessionSnapshotPixelMap(persistentId, scaleParam); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h381 std::shared_ptr<Media::PixelMap> GetSessionSnapshotPixelMap(const int32_t persistentId, const float scaleParam);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9495 std::shared_ptr<Media::PixelMap> SceneSessionManager::GetSessionSnapshotPixelMap(const int32_t persistentId, in GetSessionSnapshotPixelMap() function in OHOS::Rosen::SceneSessionManager
9506 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "ssm:GetSessionSnapshotPixelMap(%d )", persistentId); in GetSessionSnapshotPixelMap()
9522 return taskScheduler_->PostSyncTask(task, "GetSessionSnapshotPixelMap" + std::to_string(persistentId)); in GetSessionSnapshotPixelMap()

Completed in 33 milliseconds