Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/screenhandler/test/unittest/screenhandler/src/
H A Ddscreen_handler_test.cpp40 int32_t ret = DScreenHandler::GetInstance().Initialize(); in HWTEST_F()
42 DScreenHandler::GetInstance().screenListener_->OnConnect(screenId); in HWTEST_F()
44 DScreenHandler::GetInstance().screenListener_->OnConnect(screenId); in HWTEST_F()
45 DScreenHandler::GetInstance().screenListener_->OnDisconnect(screenId); in HWTEST_F()
47 DScreenHandler::GetInstance().screenListener_->OnConnect(screenId); in HWTEST_F()
51 DScreenHandler::GetInstance().listener_ = nullptr; in HWTEST_F()
52 DScreenHandler::GetInstance().PluginHardware(dhId, attr, subtype); in HWTEST_F()
53 DScreenHandler::GetInstance().UnPluginHardware(dhId); in HWTEST_F()
54 DScreenHandler::GetInstance().listener_ = std::make_shared<MockPluginListener>(); in HWTEST_F()
55 DScreenHandler in HWTEST_F()
[all...]
/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
41 DHLOGI("DScreenHandler constructor."); in DScreenHandler()
44 DScreenHandler::~DScreenHandler() in ~DScreenHandler()
46 DHLOGI("~DScreenHandler"); in ~DScreenHandler()
50 int32_t DScreenHandler::Initialize() in Initialize()
52 DHLOGI("DScreenHandler Initialize"); in Initialize()
98 attrJson[KEY_CODECTYPE] = DScreenHandler in OnConnect()
[all...]
/foundation/distributedhardware/distributed_screen/screenhandler/include/
H A Ddscreen_handler.h34 class DScreenHandler : public IHardwareHandler { class
35 DECLARE_SINGLE_INSTANCE_BASE(DScreenHandler);
50 DScreenHandler();
51 ~DScreenHandler();
/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/unpluginhardware_fuzzer/
H A Dunpluginhardware_fuzzer.cpp33 DScreenHandler::GetInstance().UnPluginHardware(dhId); in UnPluginHardwareFuzzTest()
/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/registerpluginlistener_fuzzer/
H A Dregisterpluginlistener_fuzzer.cpp46 DScreenHandler::GetInstance().RegisterPluginListener(listener); in RegisterPluginListenerFuzzTest()
/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/pluginhardware_fuzzer/
H A Dpluginhardware_fuzzer.cpp35 DScreenHandler::GetInstance().PluginHardware(dhId, attr, subtype); in PluginHardwareFuzzTest()

Completed in 3 milliseconds