/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/src/ |
H A D | av_receiver_engine_transport_test.cpp | 157 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 D | av_receiver_engine_adapter_test.cpp | 152 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 D | distributed_sched_mission_manager.cpp | 350 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 D | audio_manager_test_utils.h | 82 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 D | av_trans_message.cpp | 24 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 D | av_sender_engine_transport_test.cpp | 159 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 D | av_sender_engine_adapter_test.cpp | 198 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 D | distributed_sched_mission_manager.h | 88 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 D | dspeaker_client_test.cpp | 235 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 D | dmic_client_test.cpp | 226 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 D | imic_client.h | 37 virtual int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) = 0;
|
H A D | ispk_client.h | 40 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 D | av_trans_message.h | 28 AVTransMessage(uint32_t type, std::string content, std::string dstDevId);
|
/foundation/distributedhardware/distributed_audio/services/audiotransport/interface/ |
H A D | iaudio_data_transport.h | 40 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 D | daudio_test_utils.h | 72 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override
|
/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/src/ |
H A D | av_receiver_engine_transport.cpp | 106 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 D | av_sender_engine_transport.cpp | 105 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 D | av_receiver_engine_adapter_test.cpp | 119 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 D | daudio_io_dev.h | 56 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 D | dspeaker_dev_test.cpp | 451 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 D | dmic_dev_test.cpp | 412 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 D | av_sender_engine_adapter_test.cpp | 167 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 D | av_receiver_engine_transport.h | 62 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override;
|
/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/include/ |
H A D | av_sender_engine_transport.h | 62 int32_t SendMessage(uint32_t type, std::string content, std::string dstDevId) override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/ |
H A D | dfx_types.h | 183 std::string dstDevId; member
|