/foundation/distributedhardware/device_manager/services/implementation/include/ |
H A D | device_manager_service_impl_lite.h | 130 std::map<std::string, int32_t> GetDeviceIdAndBindType(int32_t userId, const std::string &accountId);
|
H A D | device_manager_service_impl.h | 143 std::map<std::string, int32_t> GetDeviceIdAndBindType(int32_t userId, const std::string &accountId);
|
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | idevice_manager_service_impl.h | 264 virtual std::map<std::string, int32_t> GetDeviceIdAndBindType(int32_t userId, const std::string &accountId) = 0;
|
/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 130 std::map<std::string, int32_t> GetDeviceIdAndBindType(int32_t userId, const std::string &accountId,
|
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 461 std::map<std::string, int32_t> DeviceManagerServiceImpl::GetDeviceIdAndBindType(int32_t userId, in GetDeviceIdAndBindType() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
|
H A D | device_manager_service_impl.cpp | 742 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 D | deviceprofile_connector.cpp | 861 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 D | UTTest_dm_deviceprofile_connector.cpp | 739 .GetDeviceIdAndBindType(userId, accountId, localUdid); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_impl.cpp | 1471 std::map<std::string, int32_t> temp = deviceManagerServiceImpl_->GetDeviceIdAndBindType(userId, accountId); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 1665 deviceMap = dmServiceImpl_->GetDeviceIdAndBindType(userId, accountId); in HandleAccountLogout()
|