/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_manager.cpp | 123 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 D | dsched_continue.cpp | 1281 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 D | screenregionmgr.cpp | 217 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 D | dscreen_manager.cpp | 414 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 D | distributed_sched_mission_manager.h | 123 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 D | trans_event_test.cpp | 343 .localDevId = NULL, 379 .localDevId = "*A1B2C3456789",
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_sched_mission_manager.cpp | 351 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 D | trans_event_form.h | 162 const char *localDevId; // LOCAL_DEV_ID member
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | trans_audit_converter.h | 43 TRANS_AUDIT_ASSIGNER(String, LocalDevId, localDevId)
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/ |
H A D | daudio_source_mgr_test.cpp | 63 std::string localDevId; variable 64 EXPECT_NE(DH_SUCCESS, GetLocalDeviceNetworkId(localDevId));
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_test.cpp | 809 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 D | dsched_continue.h | 194 bool CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& destDevId,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 785 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 D | trans_hisysevent_matcher.h | 194 MatchTransAuditNameTypeExtraStrParam(params, ++index, extra.localDevId);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 563 .localDevId = NULL, in TransReportBadKeyEvent()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 780 .localDevId = NULL, in TransProxyHandshakeUnpackErrMsg() 811 .localDevId = NULL, in TransProxyHandshakeUnpackRightMsg() 994 .localDevId = NULL, in TransProxyReportAuditEvent()
|