Home
last modified time | relevance | path

Searched refs:sourceTrans (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/src/
H A Dscreen_callback_test.cpp41 sourceTrans = std::make_shared<ScreenSourceTrans>(); in SetUp()
56 int32_t actual = sourceTrans->RegisterStateCallback(callback);
83 int32_t actual = sourceTrans->RegisterStateCallback(callback);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/include/
H A Dscreen_callback_test.h31 std::shared_ptr<ScreenSourceTrans> sourceTrans = nullptr; variable