Home
last modified time | relevance | path

Searched refs:OnProcessorStateNotify (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/include/
H A Diimage_sink_processor_listener.h25 virtual void OnProcessorStateNotify(int32_t state) = 0;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor_listener.h28 virtual void OnProcessorStateNotify(int32_t state) = 0;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H A Dscreen_sink_trans_test.cpp172 trans_->OnProcessorStateNotify(DH_SUCCESS);
200 trans_->OnProcessorStateNotify(DH_SUCCESS);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/include/
H A Dscreen_sink_trans.h48 void OnProcessorStateNotify(int32_t state) override;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/include/
H A Dscreentrans_test_utils.h59 virtual void OnProcessorStateNotify(int32_t state) override in OnProcessorStateNotify() function
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/include/
H A Dscreen_source_trans.h53 void OnProcessorStateNotify(int32_t state) override;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H A Dscreen_sink_trans.cpp327 void ScreenSinkTrans::OnProcessorStateNotify(int32_t state) in OnProcessorStateNotify() function in OHOS::DistributedHardware::ScreenSinkTrans
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp397 void ScreenSourceTrans::OnProcessorStateNotify(int32_t state) in OnProcessorStateNotify() function in OHOS::DistributedHardware::ScreenSourceTrans
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp391 listener->OnProcessorStateNotify(errorCode); in OnError()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp415 listener->OnProcessorStateNotify(errorCode); in OnError()