Home
last modified time | relevance | path

Searched refs:localDevId (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp123 std::string localDevId; in ContinueMission() local
128 if (localDevId != srcDeviceId && localDevId != dstDeviceId) { in ContinueMission()
162 std::string localDevId; in HandleContinueMission() local
171 && srcDeviceId == localDevId) { in HandleContinueMission()
191 std::string localDevId; in ContinueMission() local
196 if (localDevId != srcDeviceId && localDevId != dstDeviceId) { in ContinueMission()
209 if (localDevId == srcDeviceId) { in ContinueMission()
570 std::string localDevId; in HandleContinueEnd() local
576 if (info.sinkDeviceId_ == localDevId) { in HandleContinueEnd()
691 std::string localDevId; in CheckContinuationLimit() local
[all …]
H A Ddsched_continue.cpp1281 bool DSchedContinue::CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& dest… in CheckDeviceIdFromRemote() argument
1284 if (localDevId.empty() || destDevId.empty() || srcDevId.empty()) { in CheckDeviceIdFromRemote()
1289 if (localDevId != destDevId) { in CheckDeviceIdFromRemote()
1294 HILOGD("CheckDeviceIdFromRemote localDevId %{public}s", GetAnonymStr(localDevId).c_str()); in CheckDeviceIdFromRemote()
1297 if (srcDevId == destDevId || srcDevId == localDevId) { in CheckDeviceIdFromRemote()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp217 std::string localDevId; in NotifyRemoteScreenService() local
218 int32_t ret = GetLocalDeviceNetworkId(localDevId); in NotifyRemoteScreenService()
223 localDevId_ = localDevId; in NotifyRemoteScreenService()
224 remoteSourceSA->DScreenNotify(localDevId, eventCode, eventContent); in NotifyRemoteScreenService()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp414 std::string localDevId; in NotifyRemoteScreenService() local
415 int32_t ret = GetLocalDeviceNetworkId(localDevId); in NotifyRemoteScreenService()
420 localDevId_ = localDevId; in NotifyRemoteScreenService()
421 remoteSinkSA->DScreenNotify(localDevId, eventCode, eventContent); in NotifyRemoteScreenService()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_sched_mission_manager.h123 int32_t StartSyncRemoteMissions(const std::string& dstDevId, const std::string& localDevId);
126 void RetryStartSyncRemoteMissions(const std::string& dstDeviceId, const std::string& localDevId,
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dtrans_event_test.cpp343 .localDevId = NULL,
379 .localDevId = "*A1B2C3456789",
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp351 const std::string& localDevId) in StartSyncRemoteMissions() argument
369 RetryStartSyncRemoteMissions(dstDevId, localDevId, 0); in StartSyncRemoteMissions()
964 const std::string& localDevId, int32_t retryTimes) in RetryStartSyncRemoteMissions() argument
966 auto retryFunc = [this, dstDeviceId, localDevId, retryTimes]() { in RetryStartSyncRemoteMissions()
974 RetryStartSyncRemoteMissions(dstDeviceId, localDevId, retryTimes + 1); in RetryStartSyncRemoteMissions()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dtrans_event_form.h162 const char *localDevId; // LOCAL_DEV_ID member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dtrans_audit_converter.h43 TRANS_AUDIT_ASSIGNER(String, LocalDevId, localDevId)
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/
H A Ddaudio_source_mgr_test.cpp63 std::string localDevId; variable
64 EXPECT_NE(DH_SUCCESS, GetLocalDeviceNetworkId(localDevId));
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_test.cpp809 std::string localDevId = "localDevId"; variable
812 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId);
817 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId);
821 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId);
826 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue.h194 bool CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& destDevId,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp785 std::string localDevId; in ContinueMission() local
786 if (!GetLocalDeviceId(localDevId)) { in ContinueMission()
792 if (srcDeviceId == localDevId) { in ContinueMission()
798 } else if (dstDeviceId == localDevId) { in ContinueMission()
867 std::string localDevId; in ContinueMission() local
868 if (!GetLocalDeviceId(localDevId)) { in ContinueMission()
874 if (srcDeviceId == localDevId) { in ContinueMission()
876 } else if (dstDeviceId == localDevId) { in ContinueMission()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dtrans_hisysevent_matcher.h194 MatchTransAuditNameTypeExtraStrParam(params, ++index, extra.localDevId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c563 .localDevId = NULL, in TransReportBadKeyEvent()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c780 .localDevId = NULL, in TransProxyHandshakeUnpackErrMsg()
811 .localDevId = NULL, in TransProxyHandshakeUnpackRightMsg()
994 .localDevId = NULL, in TransProxyReportAuditEvent()