/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_manager.cpp | 123 std::string localDevId; in ContinueMission() local 124 if (!DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalDeviceId(localDevId)) { in ContinueMission() 128 if (localDevId != srcDeviceId && localDevId != dstDeviceId) { in ContinueMission() 130 GetAnonymStr(srcDeviceId).c_str(), GetAnonymStr(dstDeviceId).c_str(), GetAnonymStr(localDevId).c_str()); in ContinueMission() 134 localDevId == srcDeviceId ? dstDeviceId : srcDeviceId) == nullptr) { in ContinueMission() 136 GetAnonymStr(localDevId).c_str(), GetAnonymStr(srcDeviceId).c_str(), GetAnonymStr(dstDeviceId).c_str()); in ContinueMission() 162 std::string localDevId; in HandleContinueMission() local 163 if (!DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalDeviceId(localDevId)) { in HandleContinueMission() 171 && srcDeviceId == localDevId) { in HandleContinueMission() 191 std::string localDevId; ContinueMission() local 569 std::string localDevId; HandleContinueEnd() local 690 std::string localDevId; CheckContinuationLimit() local [all...] |
H A D | dsched_continue.cpp | 1281 bool DSchedContinue::CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& destDevId, in CheckDeviceIdFromRemote() argument 1284 if (localDevId.empty() || destDevId.empty() || srcDevId.empty()) { in CheckDeviceIdFromRemote() 1288 // destDevId set by remote must be same with localDevId in CheckDeviceIdFromRemote() 1289 if (localDevId != destDevId) { in CheckDeviceIdFromRemote() 1290 HILOGE("destDevId is not same with localDevId"); in CheckDeviceIdFromRemote() 1294 HILOGD("CheckDeviceIdFromRemote localDevId %{public}s", GetAnonymStr(localDevId).c_str()); in CheckDeviceIdFromRemote() 1297 if (srcDevId == destDevId || srcDevId == localDevId) { in CheckDeviceIdFromRemote() 1298 HILOGE("destDevId is different with localDevId and destDevId"); in CheckDeviceIdFromRemote()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr.cpp | 109 " \"localDevId\" : \"" + GetAnonyString(localDevId_) + "\",\n" + in GetScreenDumpInfo() 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()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 381 " \"localDevId\" : \"" + GetAnonyString(localDevId_) + "\",\n" + in GetScreenDumpInfo() 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()
|
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | trans_event_form.h | 162 const char *localDevId; // LOCAL_DEV_ID member
|
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | trans_audit_converter.h | 43 TRANS_AUDIT_ASSIGNER(String, LocalDevId, localDevId)
|
/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,
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/src/ |
H A D | trans_event_test.cpp | 343 .localDevId = NULL, in HWTEST_F() 379 .localDevId = "*A1B2C3456789", in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_sched_mission_manager.cpp | 351 const std::string& localDevId) in StartSyncRemoteMissions() 369 RetryStartSyncRemoteMissions(dstDevId, localDevId, 0); in StartSyncRemoteMissions() 964 const std::string& localDevId, int32_t retryTimes) in RetryStartSyncRemoteMissions() 966 auto retryFunc = [this, dstDeviceId, localDevId, retryTimes]() { in RetryStartSyncRemoteMissions() 974 RetryStartSyncRemoteMissions(dstDeviceId, localDevId, retryTimes + 1); in RetryStartSyncRemoteMissions() 350 StartSyncRemoteMissions(const std::string& dstDevId, const std::string& localDevId) StartSyncRemoteMissions() argument 963 RetryStartSyncRemoteMissions(const std::string& dstDeviceId, const std::string& localDevId, int32_t retryTimes) RetryStartSyncRemoteMissions() argument
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_test.cpp | 817 std::string localDevId = "localDevId"; in HWTEST_F() local 820 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); in HWTEST_F() 823 destDevId = "localDevId"; in HWTEST_F() 824 srcDevId = "localDevId"; in HWTEST_F() 825 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); in HWTEST_F() 828 conti->continueInfo_.sourceDeviceId_ = "localDevId"; in HWTEST_F() 829 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); in HWTEST_F() 834 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/ |
H A D | daudio_source_mgr_test.cpp | 63 std::string localDevId; in HWTEST_F() local 64 EXPECT_NE(DH_SUCCESS, GetLocalDeviceNetworkId(localDevId)); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue.h | 194 bool CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& destDevId,
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | trans_hisysevent_matcher.h | 194 MatchTransAuditNameTypeExtraStrParam(params, ++index, extra.localDevId); in MATCHER_P2()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 1049 std::string localDevId; in ContinueMission() local 1050 if (!GetLocalDeviceId(localDevId)) { in ContinueMission() 1056 if (srcDeviceId == localDevId) { in ContinueMission() 1062 } else if (dstDeviceId == localDevId) { in ContinueMission() 1131 std::string localDevId; in ContinueMission() local 1132 if (!GetLocalDeviceId(localDevId)) { in ContinueMission() 1138 if (srcDeviceId == localDevId) { in ContinueMission() 1140 } else if (dstDeviceId == localDevId) { in ContinueMission()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 782 .localDevId = NULL, in TransProxyHandshakeUnpackErrMsg() 813 .localDevId = NULL, in TransProxyHandshakeUnpackRightMsg() 995 .localDevId = NULL, in TransProxyReportAuditEvent()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 563 .localDevId = NULL, in TransReportBadKeyEvent()
|