Home
last modified time | relevance | path

Searched refs:destDevId (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_test.cpp818 std::string destDevId = "destDevId"; in HWTEST_F() local
820 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); in HWTEST_F()
823 destDevId = "localDevId"; in HWTEST_F()
825 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); in HWTEST_F()
829 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); in HWTEST_F()
834 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue.h194 bool CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& destDevId,
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp1281 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()
1295 HILOGD("CheckDeviceIdFromRemote destDevId %{public}s", GetAnonymStr(destDevId).c_str()); in CheckDeviceIdFromRemote()
1297 if (srcDevId == destDevId || srcDevId == localDevId) { in CheckDeviceIdFromRemote()
1298 HILOGE("destDevId is different with localDevId and destDevId"); in CheckDeviceIdFromRemote()
[all...]

Completed in 5 milliseconds