/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_dumper.h | 41 void ShowIllegalArgsInfo(std::string& dumpInfo) const;
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_dumper.h | 49 void ShowIllegalArgsInfo(std::string& dumpInfo, WMError errCode);
|
H A D | mock_session_manager_service.h | 90 void ShowIllegalArgsInfo(std::string& dumpInfo);
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_dumper.h | 40 void ShowIllegalArgsInfo(std::string& dumpInfo, DMError errCode) const;
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_dumper.h | 64 void ShowIllegalArgsInfo();
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_dumper.cpp | 151 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 D | accessibility_dumper.cpp | 55 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 D | display_dumper.cpp | 94 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 D | window_dumper.cpp | 65 ShowIllegalArgsInfo(dumpInfo, errCode); in Dump() 262 void WindowDumper::ShowIllegalArgsInfo(std::string& dumpInfo, WMError errCode) in ShowIllegalArgsInfo() function in OHOS::Rosen::WindowDumper
|
H A D | mock_session_manager_service.cpp | 181 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 D | display_dumper_test.cpp | 492 * @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 D | screen_session_dumper_test.cpp | 386 * @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()
|