Searched refs:stopMsg (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_state.cpp | 644 ParamSP stopMsg = make_shared<ParamBundle>(); in OnShutDown() local 645 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnShutDown() 646 stopMsg->SetValue("isNeedNotifyCaller", true); in OnShutDown() 647 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown() 739 ParamSP stopMsg = make_shared<ParamBundle>(); in OnFlush() local 740 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnFlush() 741 stopMsg->SetValue("isNeedNotifyCaller", false); in OnFlush() 742 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnFlush() 862 ParamSP stopMsg = make_shared<ParamBundle>(); in OnShutDown() local 863 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnShutDown() [all …]
|
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/ |
H A D | js_drag_context.cpp | 237 napi_value stopMsg = nullptr; in DeclareDragData() local 238 CHKRV(napi_create_int32(env, static_cast<int32_t>(DragState::STOP), &stopMsg), in DeclareDragData() 246 DECLARE_NAPI_STATIC_PROPERTY("MSG_DRAG_STATE_STOP", stopMsg), in DeclareDragData()
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/ |
H A D | file_server_demo.cpp | 74 std::string stopMsg = "Stop Server"; in StopServer() local 75 std::cout << stopMsg << std::endl; in StopServer()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/ |
H A D | http_server_demo.cpp | 79 std::string stopMsg = "Stop Server"; in StopServer() local 80 std::cout << stopMsg << std::endl; in StopServer()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | codec_state.cpp | 571 ParamSP stopMsg = make_shared<ParamBundle>(); in OnShutDown() local 572 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnShutDown() 573 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown()
|