Home
last modified time | relevance | path

Searched refs:HandleDevUnBindEvent (Results 1 - 10 of 10) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl_lite.h133 void HandleDevUnBindEvent(int32_t remoteUserId, const std::string &remoteUdid);
H A Ddevice_manager_service_impl.h146 void HandleDevUnBindEvent(int32_t remoteUserId, const std::string &remoteUdid);
/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h267 virtual void HandleDevUnBindEvent(int32_t remoteUserId, const std::string &remoteUdid) = 0;
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h134 int32_t HandleDevUnBindEvent(int32_t remoteUserId, const std::string &remoteUdid, const std::string &localUdid);
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp478 void DeviceManagerServiceImpl::HandleDevUnBindEvent(int32_t remoteUserId, const std::string &remoteUdid) in HandleDevUnBindEvent() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H A Ddevice_manager_service_impl.cpp787 void DeviceManagerServiceImpl::HandleDevUnBindEvent(int32_t remoteUserId, const std::string &remoteUdid) in HandleDevUnBindEvent() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
792 int32_t bindType = DeviceProfileConnector::GetInstance().HandleDevUnBindEvent(remoteUserId, remoteUdid, localUdid); in HandleDevUnBindEvent()
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp915 int32_t DeviceProfileConnector::HandleDevUnBindEvent(int32_t remoteUserId, const std::string &remoteUdid, in HandleDevUnBindEvent() function in OHOS::DistributedHardware::DeviceProfileConnector
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp783 bindType = DeviceProfileConnector::GetInstance().HandleDevUnBindEvent(remoteUserId, remoteUdid, localUdid); in HWTEST_F()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_impl.cpp1472 deviceManagerServiceImpl_->HandleDevUnBindEvent(userId, localUdid); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1918 dmServiceImpl_->HandleDevUnBindEvent(relationShipMsg.userId, relationShipMsg.peerUdid); in HandleDeviceTrustedChange()

Completed in 14 milliseconds