Home
last modified time | relevance | path

Searched refs:dstDevId (Results 1 - 25 of 35) sorted by relevance

12

/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/src/
H A Dav_receiver_engine_transport_test.cpp157 std::string dstDevId = "dstDevId"; in HWTEST_F() local
159 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, receiverTrans_->SendMessage(type, content, dstDevId)); in HWTEST_F()
162 EXPECT_EQ(DH_SUCCESS, receiverTrans_->SendMessage(type, content, dstDevId)); in HWTEST_F()
H A Dav_receiver_engine_adapter_test.cpp152 std::string dstDevId = "dstDevId"; in HWTEST_F() local
153 auto message = std::make_shared<AVTransMessage>(type, content, dstDevId); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp350 int32_t DistributedSchedMissionManager::StartSyncRemoteMissions(const std::string& dstDevId, in StartSyncRemoteMissions() argument
353 std::u16string devId = Str8ToStr16(dstDevId); in StartSyncRemoteMissions()
366 sptr<IDistributedSched> remoteDms = GetRemoteDms(dstDevId); in StartSyncRemoteMissions()
369 RetryStartSyncRemoteMissions(dstDevId, localDevId, 0); in StartSyncRemoteMissions()
372 int32_t ret = StartSyncRemoteMissions(dstDevId, remoteDms); in StartSyncRemoteMissions()
383 int32_t DistributedSchedMissionManager::StartSyncRemoteMissions(const std::string& dstDevId, in StartSyncRemoteMissions() argument
400 RebornMissionCache(dstDevId, missionInfos); in StartSyncRemoteMissions()
461 int32_t DistributedSchedMissionManager::StopSyncRemoteMissions(const std::string& dstDevId, in StopSyncRemoteMissions() argument
464 CleanMissionCache(dstDevId); in StopSyncRemoteMissions()
465 DeleteCachedSnapshotInfo(dstDevId); in StopSyncRemoteMissions()
487 StartSyncRemoteMissions(const std::string& dstDevId, bool fixConflict, int64_t tag) StartSyncRemoteMissions() argument
[all...]
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/audiomanagertestutils/include/
H A Daudio_manager_test_utils.h82 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override
139 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_message.cpp24 const std::string KEY_DST_DEVID = "dstDevId";
31 AVTransMessage::AVTransMessage(uint32_t type, std::string content, std::string dstDevId) in AVTransMessage() argument
32 : type_(type), content_(content), dstDevId_(dstDevId) in AVTransMessage()
/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/senderengine/src/
H A Dav_sender_engine_transport_test.cpp159 std::string dstDevId = "dstDevId"; in HWTEST_F() local
161 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, senderTrans_->SendMessage(type, content, dstDevId)); in HWTEST_F()
164 EXPECT_EQ(DH_SUCCESS, senderTrans_->SendMessage(type, content, dstDevId)); in HWTEST_F()
H A Dav_sender_engine_adapter_test.cpp198 std::string dstDevId = "dstDevId"; in HWTEST_F() local
199 auto message = std::make_shared<AVTransMessage>(type, content, dstDevId); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_sched_mission_manager.h88 int32_t StopSyncRemoteMissions(const std::string& dstDevId, bool offline, bool exit = false);
123 int32_t StartSyncRemoteMissions(const std::string& dstDevId, const std::string& localDevId);
124 int32_t StartSyncRemoteMissions(const std::string& dstDevId, const sptr<IDistributedSched>& remoteDms);
125 void CleanMissionResources(const std::string& dstDevId);
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/
H A Ddspeaker_client_test.cpp235 std::string dstDevId = "dstDevId"; in HWTEST_F() local
239 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, speakerClient_->SendMessage(EVENT_UNKNOWN, content, dstDevId)); in HWTEST_F()
240 EXPECT_EQ(DH_SUCCESS, speakerClient_->SendMessage(NOTIFY_OPEN_SPEAKER_RESULT, content, dstDevId)); in HWTEST_F()
242 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, speakerClient_->SendMessage(NOTIFY_OPEN_SPEAKER_RESULT, content, dstDevId)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/src/
H A Ddmic_client_test.cpp226 std::string dstDevId = "dstDevId"; in HWTEST_F() local
227 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, micClient_->SendMessage(EVENT_UNKNOWN, content, dstDevId)); in HWTEST_F()
228 EXPECT_EQ(DH_SUCCESS, micClient_->SendMessage(NOTIFY_OPEN_MIC_RESULT, content, dstDevId)); in HWTEST_F()
230 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, micClient_->SendMessage(NOTIFY_OPEN_MIC_RESULT, content, dstDevId)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/interface/
H A Dimic_client.h37 virtual int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) = 0;
H A Dispk_client.h40 virtual int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) = 0;
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_message.h28 AVTransMessage(uint32_t type, std::string content, std::string dstDevId);
/foundation/distributedhardware/distributed_audio/services/audiotransport/interface/
H A Diaudio_data_transport.h40 virtual int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) = 0;
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/audioclienttestutils/include/
H A Ddaudio_test_utils.h72 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override
/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/src/
H A Dav_receiver_engine_transport.cpp106 int32_t AVTransReceiverTransport::SendMessage(uint32_t type, std::string content, std::string dstDevId) in SendMessage() argument
110 auto message = std::make_shared<AVTransMessage>(type, content, dstDevId); in SendMessage()
/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/src/
H A Dav_sender_engine_transport.cpp105 int32_t AVTransSenderTransport::SendMessage(uint32_t type, std::string content, std::string dstDevId) in SendMessage() argument
109 auto message = std::make_shared<AVTransMessage>(type, content, dstDevId); in SendMessage()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dav_receiver_engine_adapter_test.cpp119 std::string dstDevId = "dstDevId"; in HWTEST_F() local
120 auto message = std::make_shared<AVTransMessage>(type, content, dstDevId); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_io_dev.h56 virtual int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) = 0;
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddspeaker_dev_test.cpp451 std::string dstDevId = "dstDevId"; in HWTEST_F() local
452 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, spk_->SendMessage(MIC_OPENED, content, dstDevId)); in HWTEST_F()
453 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, spk_->SendMessage(OPEN_SPEAKER, content, dstDevId)); in HWTEST_F()
455 EXPECT_EQ(DH_SUCCESS, spk_->SendMessage(OPEN_SPEAKER, content, dstDevId)); in HWTEST_F()
H A Ddmic_dev_test.cpp412 std::string dstDevId = "dstDevId"; in HWTEST_F() local
413 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, mic_->SendMessage(MIC_OPENED, content, dstDevId)); in HWTEST_F()
414 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, mic_->SendMessage(OPEN_MIC, content, dstDevId)); in HWTEST_F()
416 EXPECT_EQ(DH_SUCCESS, mic_->SendMessage(OPEN_MIC, content, dstDevId)); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Dav_sender_engine_adapter_test.cpp167 std::string dstDevId = "dstDevId"; in HWTEST_F() local
168 auto message = std::make_shared<AVTransMessage>(type, content, dstDevId); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/include/
H A Dav_receiver_engine_transport.h62 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override;
/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/include/
H A Dav_sender_engine_transport.h62 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Ddfx_types.h183 std::string dstDevId; member

Completed in 9 milliseconds

12