Home
last modified time | relevance | path

Searched refs:GetGroupType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp85 hichainConnector->GetGroupType(deviceId); in HiChainConnectorFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceserviceimpl_fuzzer/
H A Dauthenticate_device_service_impl_fuzzer.cpp154 deviceManagerServiceImpl->GetGroupType(deviceList); in AuthenticateDeviceServiceImplFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h220 virtual int32_t GetGroupType(std::vector<DmDeviceInfo> &deviceList) = 0;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h176 DmAuthForm GetGroupType(const std::string &deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl.h108 int32_t GetGroupType(std::vector<DmDeviceInfo> &deviceList);
H A Ddevice_manager_service_impl_lite.h102 int32_t GetGroupType(std::vector<DmDeviceInfo> &deviceList);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/discovery/
H A Ddm_discovery_manager.cpp195 authForm = hiChainConnector_->GetGroupType(udid); in GetAuthForm()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_impl.cpp1332 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 Ddevice_manager_service_impl.cpp571 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 Ddevice_manager_service_impl_lite.cpp350 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 Ddm_device_state_manager.cpp399 return hiChainConnector_->GetGroupType(udid); in GetAuthForm()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp294 DmAuthForm HiChainConnector::GetGroupType(const std::string &deviceId) in GetGroupType() function in OHOS::DistributedHardware::HiChainConnector
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp1037 auto ret = hiChainConnector->GetGroupType(deviceId);