/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_relationship_sync_mgr.cpp | 42 std::vector<std::string> peerUdids; in HWTEST_F() local 46 msg.peerUdids = peerUdids; in HWTEST_F() 55 std::vector<std::string> peerUdids; in HWTEST_F() local 59 msg.peerUdids = peerUdids; in HWTEST_F() 68 std::vector<std::string> peerUdids; in HWTEST_F() local 72 msg.peerUdids = peerUdids; in HWTEST_F() 81 std::vector<std::string> peerUdids; in HWTEST_F() local 94 std::vector<std::string> peerUdids; HWTEST_F() local 107 std::vector<std::string> peerUdids; HWTEST_F() local 120 std::vector<std::string> peerUdids; HWTEST_F() local 134 std::vector<std::string> peerUdids; HWTEST_F() local 148 std::vector<std::string> peerUdids; HWTEST_F() local [all...] |
H A D | UTTest_device_manager_service.cpp | 331 std::vector<std::string> peerUdids; in HWTEST_F() local 346 DeviceManagerService::GetInstance().SendAccountLogoutBroadCast(peerUdids, accountId, accountName, userId); in HWTEST_F() 2219 std::vector<std::string> peerUdids; in HWTEST_F() local 2222 DeviceManagerService::GetInstance().SendUnBindBroadCast(peerUdids, userId, tokenId, DEVICE); in HWTEST_F() 2223 DeviceManagerService::GetInstance().SendUnBindBroadCast(peerUdids, userId, tokenId, APP); in HWTEST_F() 2224 DeviceManagerService::GetInstance().SendUnBindBroadCast(peerUdids, userId, tokenId, 2); in HWTEST_F() 2225 DeviceManagerService::GetInstance().SendDeviceUnBindBroadCast(peerUdids, userId); in HWTEST_F() 2227 DeviceManagerService::GetInstance().SendDeviceUnBindBroadCast(peerUdids, userId); in HWTEST_F() 2263 std::vector<std::string> peerUdids; in HWTEST_F() local 2267 DeviceManagerService::GetInstance().SendAppUnBindBroadCast(peerUdids, userI in HWTEST_F() 2274 std::vector<std::string> peerUdids; HWTEST_F() local [all...] |
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 578 std::vector<std::string> peerUdids; in UnAuthenticateDevice() local 579 peerUdids.emplace_back(udid); in UnAuthenticateDevice() 580 SendUnBindBroadCast(peerUdids, MultipleUserConnector::GetCurrentAccountUserID(), tokenId, bindLevel); in UnAuthenticateDevice() 685 std::vector<std::string> peerUdids; in UnBindDevice() local 686 peerUdids.emplace_back(udid); in UnBindDevice() 687 SendUnBindBroadCast(peerUdids, MultipleUserConnector::GetCurrentAccountUserID(), tokenId, bindLevel); in UnBindDevice() 1664 std::vector<std::string> peerUdids; in HandleAccountLogout() local 1669 peerUdids.emplace_back(item.first); in HandleAccountLogout() 1672 if (!peerUdids.empty()) { in HandleAccountLogout() 1679 SendAccountLogoutBroadCast(peerUdids, st in HandleAccountLogout() 1699 SendAccountLogoutBroadCast(const std::vector<std::string> &peerUdids, const std::string &accountId, const std::string &accountName, int32_t userId) SendAccountLogoutBroadCast() argument 1839 SendUnBindBroadCast(const std::vector<std::string> &peerUdids, int32_t userId, uint64_t tokenId, int32_t bindLevel) SendUnBindBroadCast() argument 1857 SendDeviceUnBindBroadCast(const std::vector<std::string> &peerUdids, int32_t userId) SendDeviceUnBindBroadCast() argument 1868 SendAppUnBindBroadCast(const std::vector<std::string> &peerUdids, int32_t userId, uint64_t tokenId) SendAppUnBindBroadCast() argument 1881 SendServiceUnBindBroadCast(const std::vector<std::string> &peerUdids, int32_t userId, uint64_t tokenId) SendServiceUnBindBroadCast() argument [all...] |
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | device_manager_service.h | 211 void SendUnBindBroadCast(const std::vector<std::string> &peerUdids, int32_t userId, uint64_t tokenId, 213 void SendDeviceUnBindBroadCast(const std::vector<std::string> &peerUdids, int32_t userId); 214 void SendAppUnBindBroadCast(const std::vector<std::string> &peerUdids, int32_t userId, uint64_t tokenId); 215 void SendServiceUnBindBroadCast(const std::vector<std::string> &peerUdids, int32_t userId, uint64_t tokenId); 216 void SendAccountLogoutBroadCast(const std::vector<std::string> &peerUdids, const std::string &accountId,
|
/foundation/distributedhardware/device_manager/services/service/include/relationshipsyncmgr/ |
H A D | relationship_sync_mgr.h | 40 std::vector<std::string> peerUdids; member
|
/foundation/distributedhardware/device_manager/services/service/src/relationshipsyncmgr/ |
H A D | relationship_sync_mgr.cpp | 321 for (uint32_t index = 0; index < peerUdids.size(); index++) { in ToJson() 322 cJSON_AddItemToArray(udidArrayObj, cJSON_CreateString(peerUdids[index].c_str())); in ToJson()
|