Home
last modified time | relevance | path

Searched refs:ReportQuerySessionInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Ddms_reporter_test.cpp67 HWTEST_F(DmsReporterTest, ReportQuerySessionInfo, Function | SmallTest | Level2)
71 dmsReporter.ReportQuerySessionInfo(true, 0);
/ohos5.0/foundation/window/window_manager/utils/include/
H A Ddms_reporter.h28 void ReportQuerySessionInfo(bool isSuccess, int32_t errCode);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Ddms_reporter.cpp73 void DmsReporter::ReportQuerySessionInfo(bool isSuccess, int32_t errCode) in ReportQuerySessionInfo() function in OHOS::Rosen::DmsReporter
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6731 SingletonContainer::Get<DmsReporter>().ReportQuerySessionInfo(ret == WSError::WS_OK, in GetSessionInfoByContinueSessionId()