Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h211 void SendUnBindBroadCast(const std::vector<std::string> &peerUdids, int32_t userId, uint64_t tokenId,
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp580 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 DUTTest_device_manager_service.cpp2222 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