Searched refs:DScreenHandler (Results 1 – 6 of 6) sorted by relevance
40 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 …]
37 IMPLEMENT_SINGLE_INSTANCE(DScreenHandler);39 DScreenHandler::DScreenHandler() in DScreenHandler() function in OHOS::DistributedHardware::DScreenHandler44 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 …]
34 class DScreenHandler : public IHardwareHandler {35 DECLARE_SINGLE_INSTANCE_BASE(DScreenHandler);49 DScreenHandler();50 ~DScreenHandler();
33 DScreenHandler::GetInstance().UnPluginHardware(dhId); in UnPluginHardwareFuzzTest()
35 DScreenHandler::GetInstance().PluginHardware(dhId, attr, subtype); in PluginHardwareFuzzTest()
46 DScreenHandler::GetInstance().RegisterPluginListener(listener); in RegisterPluginListenerFuzzTest()