Home
last modified time | relevance | path

Searched refs:ShowIllegalArgsInfo (Results 1 - 12 of 12) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_dumper.h41 void ShowIllegalArgsInfo(std::string& dumpInfo) const;
/foundation/window/window_manager/wmserver/include/
H A Dwindow_dumper.h49 void ShowIllegalArgsInfo(std::string& dumpInfo, WMError errCode);
H A Dmock_session_manager_service.h90 void ShowIllegalArgsInfo(std::string& dumpInfo);
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_dumper.h40 void ShowIllegalArgsInfo(std::string& dumpInfo, DMError errCode) const;
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_dumper.h64 void ShowIllegalArgsInfo();
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp151 ShowIllegalArgsInfo(); in ExcuteInjectCmd()
157 ShowIllegalArgsInfo(); in ExcuteInjectCmd()
518 ShowIllegalArgsInfo(); in ShowNotifyFoldStatusChangedInfo()
528 void ScreenSessionDumper::ShowIllegalArgsInfo() in ShowIllegalArgsInfo() function in OHOS::Rosen::ScreenSessionDumper
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_dumper.cpp55 ShowIllegalArgsInfo(dumpInfo); in Dump()
348 void AccessibilityDumper::ShowIllegalArgsInfo(std::string& dumpInfo) const in ShowIllegalArgsInfo() function in OHOS::Accessibility::AccessibilityDumper
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp94 ShowIllegalArgsInfo(dumpInfo, errCode); in Dump()
121 void DisplayDumper::ShowIllegalArgsInfo(std::string& dumpInfo, DMError errCode) const in ShowIllegalArgsInfo() function in OHOS::Rosen::DisplayDumper
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp65 ShowIllegalArgsInfo(dumpInfo, errCode); in Dump()
262 void WindowDumper::ShowIllegalArgsInfo(std::string& dumpInfo, WMError errCode) in ShowIllegalArgsInfo() function in OHOS::Rosen::WindowDumper
H A Dmock_session_manager_service.cpp181 ShowIllegalArgsInfo(dumpInfo); in Dump()
614 void MockSessionManagerService::ShowIllegalArgsInfo(std::string& dumpInfo) in ShowIllegalArgsInfo() function in OHOS::Rosen::MockSessionManagerService
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_dumper_test.cpp492 * @tc.name: ShowIllegalArgsInfo
493 * @tc.desc: ShowIllegalArgsInfo
496 HWTEST_F(DisplayDumperTest, ShowIllegalArgsInfo, Function | SmallTest | Level1) in HWTEST_F()
505 displayDumper->ShowIllegalArgsInfo(dumpInfo, errCode); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_dumper_test.cpp386 * @tc.name: ShowIllegalArgsInfo
387 * @tc.desc: test function : ShowIllegalArgsInfo
390 HWTEST_F(ScreenSessionDumperTest, ShowIllegalArgsInfo, Function | SmallTest | Level1) in HWTEST_F()
396 dumper->ShowIllegalArgsInfo(); in HWTEST_F()

Completed in 9 milliseconds