Home
last modified time | relevance | path

Searched refs:DumpLifeParam (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/include/
H A Dhidump_controller.h46 void DumpLifeParam(std::ostringstream& oss, sptr<SceneSession> session);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dhidumper_controller_test.cpp342 * @tc.name: DumpLifeParam
343 * @tc.desc: DumpLifeParam Test
346 HWTEST_F(HidumpControllerTest, DumpLifeParam, Function | MediumTest | Level2) in HWTEST_F()
348 auto sceneSession = GetSceneSession("DumpLifeParam"); in HWTEST_F()
352 HidumpController::GetInstance().DumpLifeParam(oss, sceneSession); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp88 DumpLifeParam(oss, session); in DumpSceneSessionParam()
396 void HidumpController::DumpLifeParam(std::ostringstream& oss, sptr<SceneSession> session) in DumpLifeParam() function in OHOS::Rosen::HidumpController

Completed in 3 milliseconds