Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl_lite.h130 std::map<std::string, int32_t> GetDeviceIdAndBindType(int32_t userId, const std::string &accountId);
H A Ddevice_manager_service_impl.h143 std::map<std::string, int32_t> GetDeviceIdAndBindType(int32_t userId, const std::string &accountId);
/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h264 virtual std::map<std::string, int32_t> GetDeviceIdAndBindType(int32_t userId, const std::string &accountId) = 0;
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h130 std::map<std::string, int32_t> GetDeviceIdAndBindType(int32_t userId, const std::string &accountId,
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp461 std::map<std::string, int32_t> DeviceManagerServiceImpl::GetDeviceIdAndBindType(int32_t userId, in GetDeviceIdAndBindType() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H A Ddevice_manager_service_impl.cpp742 std::map<std::string, int32_t> DeviceManagerServiceImpl::GetDeviceIdAndBindType(int32_t userId, in GetDeviceIdAndBindType() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
748 return DeviceProfileConnector::GetInstance().GetDeviceIdAndBindType(userId, accountId, localUdid); in GetDeviceIdAndBindType()
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp861 std::map<std::string, int32_t> DeviceProfileConnector::GetDeviceIdAndBindType(int32_t userId, in GetDeviceIdAndBindType() function in OHOS::DistributedHardware::DeviceProfileConnector
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp739 .GetDeviceIdAndBindType(userId, accountId, localUdid); in HWTEST_F()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_impl.cpp1471 std::map<std::string, int32_t> temp = deviceManagerServiceImpl_->GetDeviceIdAndBindType(userId, accountId); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1665 deviceMap = dmServiceImpl_->GetDeviceIdAndBindType(userId, accountId); in HandleAccountLogout()

Completed in 14 milliseconds