diff --git a/screenhandler/src/dscreen_handler.cpp b/screenhandler/src/dscreen_handler.cpp index d127e6f01238ebcc7009e6f9422e87f7d089d6cf..d369f0bbe558050158a80abc4b6dd0dca5c3ab67 100644 --- a/screenhandler/src/dscreen_handler.cpp +++ b/screenhandler/src/dscreen_handler.cpp @@ -19,7 +19,7 @@ #include "avcodec_list.h" #include "nlohmann/json.hpp" #include "screen.h" -#include "histreamer_query_tool.h" +#include "media_foundation_query_tool.h" #include "dscreen_constants.h" #include "dscreen_errcode.h" diff --git a/services/screenservice/sourceservice/dscreenmgr/2.0/include/dscreen.h b/services/screenservice/sourceservice/dscreenmgr/2.0/include/dscreen.h index 00c439fa297005a87ff7599f3908870ec760c967..3e012828deb72ba9257de0c107c65a03fc1feda3 100644 --- a/services/screenservice/sourceservice/dscreenmgr/2.0/include/dscreen.h +++ b/services/screenservice/sourceservice/dscreenmgr/2.0/include/dscreen.h @@ -30,7 +30,7 @@ #include "dscreen_constants.h" #include "distributed_hardware_fwk_kit_paras.h" -#include "histreamer_ability_parser.h" +#include "media_foundation_ability_parser.h" #include "video_param.h" #include "av_sender_engine_adapter.h" #include "transaction/rs_interfaces.h" diff --git a/services/screenservice/sourceservice/dscreenmgr/2.0/src/dscreen.cpp b/services/screenservice/sourceservice/dscreenmgr/2.0/src/dscreen.cpp index 7515f38a72b5ffea9f11ee5c90455e781f3338cd..fcb0a46a0450570cf13089baa8594798a9c91dff 100644 --- a/services/screenservice/sourceservice/dscreenmgr/2.0/src/dscreen.cpp +++ b/services/screenservice/sourceservice/dscreenmgr/2.0/src/dscreen.cpp @@ -19,7 +19,7 @@ #include "avcodec_list.h" #include "2.0/include/av_sender_engine_adapter.h" #include "distributed_hardware_fwk_kit.h" -#include "histreamer_query_tool.h" +#include "media_foundation_query_tool.h" #include "dscreen_constants.h" #include "dscreen_errcode.h"