Searched refs:SendUnBindBroadCast (Results 1 - 3 of 3) sorted by relevance
/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,
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 580 SendUnBindBroadCast(peerUdids, MultipleUserConnector::GetCurrentAccountUserID(), tokenId, bindLevel); in UnAuthenticateDevice() 687 SendUnBindBroadCast(peerUdids, MultipleUserConnector::GetCurrentAccountUserID(), tokenId, bindLevel); in UnBindDevice() 1839 void DeviceManagerService::SendUnBindBroadCast(const std::vector<std::string> &peerUdids, int32_t userId, in SendUnBindBroadCast() function in OHOS::DistributedHardware::DeviceManagerService
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service.cpp | 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()
|
Completed in 9 milliseconds