/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server_state.cpp | 235 (void)server_.HandleStop(); in Stop() 272 return server_.HandleStop(); in Stop() 341 return server_.HandleStop(); in Stop() 439 return server_.HandleStop(); in Stop() 523 return server_.HandleStop(); in Stop()
|
H A D | player_server.h | 214 int32_t HandleStop();
|
H A D | player_server.cpp | 636 (void)stopTask->GetResult(); // wait HandleStop in OnStop() 643 int32_t PlayerServer::HandleStop() in HandleStop() function in OHOS::Media::PlayerServer
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_process_stub.cpp | 78 return HandleStop(data, reply); in OnRemoteRequest() 141 int32_t AudioProcessStub::HandleStop(MessageParcel &data, MessageParcel &reply) in HandleStop() function in OHOS::AudioStandard::AudioProcessStub
|
H A D | ipc_stream_stub.cpp | 106 return HandleStop(data, reply); in OnRemoteRequest() 187 int32_t IpcStreamStub::HandleStop(MessageParcel &data, MessageParcel &reply) in HandleStop() function in OHOS::AudioStandard::IpcStreamStub
|
/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | audio_process_stub.h | 48 int32_t HandleStop(MessageParcel &data, MessageParcel &reply);
|
H A D | ipc_stream_stub.h | 38 int32_t HandleStop(MessageParcel &data, MessageParcel &reply);
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/ |
H A D | wakeup_engine_impl.h | 77 int32_t HandleStop(const StateMsg &msg, State &nextState);
|
H A D | wakeup_engine_impl.cpp | 94 .ACT(STOP_RECOGNIZE, HandleStop) in InitStates() 493 int32_t WakeupEngineImpl::HandleStop(const StateMsg & /* msg */, State &nextState) in HandleStop() function in OHOS::IntellVoiceEngine::WakeupEngineImpl
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/ |
H A D | headset_wakeup_engine_impl.h | 70 int32_t HandleStop(const StateMsg &msg, State &nextState);
|
H A D | headset_wakeup_engine_impl.cpp | 84 .ACT(STOP_RECOGNIZE, HandleStop) in InitStates() 311 int32_t HeadsetWakeupEngineImpl::HandleStop(const StateMsg & /* msg */, State &nextState) in HandleStop() function in OHOS::IntellVoiceEngine::HeadsetWakeupEngineImpl
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_sink_scene.h | 108 int32_t HandleStop(std::shared_ptr<WfdSinkStopReq> &msg, std::shared_ptr<WfdCommonRsp> &reply);
|
H A D | wfd_sink_scene.cpp | 317 rsp->ret = HandleStop(data, rsp); in OnRequest() 445 int32_t WfdSinkScene::HandleStop(std::shared_ptr<WfdSinkStopReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) in HandleStop() function in OHOS::Sharing::WfdSinkScene
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/ |
H A D | wfd_sink_scene_test.cpp | 273 int32_t ret = sinkScene_->HandleStop(msg, reply); in HWTEST_F()
|