Home
last modified time | relevance | path

Searched refs:DScreenHandler (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/test/unittest/screenhandler/src/
H A Ddscreen_handler_test.cpp40 int32_t ret = DScreenHandler::GetInstance().Initialize();
51 DScreenHandler::GetInstance().listener_ = nullptr;
53 DScreenHandler::GetInstance().UnPluginHardware(dhId);
56 DScreenHandler::GetInstance().UnPluginHardware(dhId);
95 EXPECT_EQ(listener, DScreenHandler::GetInstance().listener_);
96 DScreenHandler::GetInstance().UnRegisterPluginListener();
97 EXPECT_EQ(nullptr, DScreenHandler::GetInstance().listener_);
109 DScreenHandler::GetInstance().listener_ = nullptr;
112 EXPECT_EQ(listener, DScreenHandler::GetInstance().listener_);
123 DScreenHandler::GetInstance().codecInfoStr_ = "codecInfoStr_";
[all …]
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp37 IMPLEMENT_SINGLE_INSTANCE(DScreenHandler);
39 DScreenHandler::DScreenHandler() in DScreenHandler() function in OHOS::DistributedHardware::DScreenHandler
44 DScreenHandler::~DScreenHandler() in ~DScreenHandler()
50 int32_t DScreenHandler::Initialize() in Initialize()
108 DScreenHandler::GetInstance().UnPluginHardware(dhId); in OnDisconnect()
127 std::vector<DHItem> DScreenHandler::QueryMeta() in QueryMeta()
132 std::vector<DHItem> DScreenHandler::Query() in Query()
189 bool DScreenHandler::IsSupportPlugin() in IsSupportPlugin()
205 void DScreenHandler::UnRegisterPluginListener() in UnRegisterPluginListener()
211 std::string DScreenHandler::QueryCodecInfo() in QueryCodecInfo()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/include/
H A Ddscreen_handler.h34 class DScreenHandler : public IHardwareHandler {
35 DECLARE_SINGLE_INSTANCE_BASE(DScreenHandler);
49 DScreenHandler();
50 ~DScreenHandler();
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/unpluginhardware_fuzzer/
H A Dunpluginhardware_fuzzer.cpp33 DScreenHandler::GetInstance().UnPluginHardware(dhId); in UnPluginHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/pluginhardware_fuzzer/
H A Dpluginhardware_fuzzer.cpp35 DScreenHandler::GetInstance().PluginHardware(dhId, attr, subtype); in PluginHardwareFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/registerpluginlistener_fuzzer/
H A Dregisterpluginlistener_fuzzer.cpp46 DScreenHandler::GetInstance().RegisterPluginListener(listener); in RegisterPluginListenerFuzzTest()