/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/ |
H A D | hichain_connector_fuzzer.cpp | 85 hichainConnector->GetGroupType(deviceId); in HiChainConnectorFuzzTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceserviceimpl_fuzzer/ |
H A D | authenticate_device_service_impl_fuzzer.cpp | 154 deviceManagerServiceImpl->GetGroupType(deviceList); in AuthenticateDeviceServiceImplFuzzTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | idevice_manager_service_impl.h | 220 virtual int32_t GetGroupType(std::vector<DmDeviceInfo> &deviceList) = 0;
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 176 DmAuthForm GetGroupType(const std::string &deviceId);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/ |
H A D | device_manager_service_impl.h | 108 int32_t GetGroupType(std::vector<DmDeviceInfo> &deviceList);
|
H A D | device_manager_service_impl_lite.h | 102 int32_t GetGroupType(std::vector<DmDeviceInfo> &deviceList);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/discovery/ |
H A D | dm_discovery_manager.cpp | 195 authForm = hiChainConnector_->GetGroupType(udid); in GetAuthForm()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_impl.cpp | 1332 int32_t ret = deviceManagerServiceImpl_->GetGroupType(deviceList); 1347 int32_t ret = deviceManagerServiceImpl_->GetGroupType(deviceList); 1367 int32_t ret = deviceManagerServiceImpl_->GetGroupType(deviceList);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl.cpp | 571 int32_t DeviceManagerServiceImpl::GetGroupType(std::vector<DmDeviceInfo> &deviceList) in GetGroupType() function in OHOS::DistributedHardware::DeviceManagerServiceImpl 590 it->authForm = hiChainConnector_->GetGroupType(udid); in GetGroupType()
|
H A D | device_manager_service_impl_lite.cpp | 350 int32_t DeviceManagerServiceImpl::GetGroupType(std::vector<DmDeviceInfo> &deviceList) in GetGroupType() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/ |
H A D | dm_device_state_manager.cpp | 399 return hiChainConnector_->GetGroupType(udid); in GetAuthForm()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 294 DmAuthForm HiChainConnector::GetGroupType(const std::string &deviceId) in GetGroupType() function in OHOS::DistributedHardware::HiChainConnector
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_hichain_connector.cpp | 1037 auto ret = hiChainConnector->GetGroupType(deviceId);
|