Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/include/
H A Diimage_sink_processor_listener.h25 virtual void OnProcessorStateNotify(int32_t state) = 0;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor_listener.h28 virtual void OnProcessorStateNotify(int32_t state) = 0;
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H A Dscreen_sink_trans_test.cpp172 trans_->OnProcessorStateNotify(DH_SUCCESS); in HWTEST_F()
200 trans_->OnProcessorStateNotify(DH_SUCCESS); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/include/
H A Dscreentrans_test_utils.h59 virtual void OnProcessorStateNotify(int32_t state) override
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/include/
H A Dscreen_sink_trans.h48 void OnProcessorStateNotify(int32_t state) override;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/include/
H A Dscreen_source_trans.h53 void OnProcessorStateNotify(int32_t state) override;
/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
329 DHLOGI("%{public}s: OnProcessorStateNotify.", DSCREEN_LOG_TAG); in OnProcessorStateNotify()
335 callback->OnError(state, "OnProcessorStateNotify"); in OnProcessorStateNotify()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp415 listener->OnProcessorStateNotify(errorCode); in OnError()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp390 listener->OnProcessorStateNotify(errorCode); in OnError()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp398 void ScreenSourceTrans::OnProcessorStateNotify(int32_t state) in OnProcessorStateNotify() function in OHOS::DistributedHardware::ScreenSourceTrans
400 DHLOGI("%{public}s:OnProcessorStateNotify.", DSCREEN_LOG_TAG); in OnProcessorStateNotify()
406 callback->OnError(state, "OnProcessorStateNotify"); in OnProcessorStateNotify()

Completed in 6 milliseconds