Home
last modified time | relevance | path

Searched refs:GetTrustedDevices (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp97 hichainConnector->GetTrustedDevices(deviceId); in HiChainConnectorFuzzTest()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h102 int32_t GetTrustedDevices(int32_t osAccountId, const char *groupId, DeviceEntryVec *returnDeviceEnt…
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h226 std::vector<std::string> GetTrustedDevices(const std::string &localDeviceUdid);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c283 (void)GetTrustedDevices(osAccountId, groupId, &deviceList); in DelAcrossAccountGroupAndTokens()
328 (void)GetTrustedDevices(osAccountId, groupId, &deviceList); in DelGroupAndTokens()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/discovery/
H A Ddm_discovery_manager.cpp185 …std::vector<std::string> trustDeviceUdidList = hiChainConnector_->GetTrustedDevices(localDeviceId); in GetAuthForm()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c331 (void)GetTrustedDevices(osAccountId, groupId, &deviceList); in DelGroupAndTokens()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c342 int32_t GetTrustedDevices(int32_t osAccountId, const char *groupId, DeviceEntryVec *returnDeviceEnt… in GetTrustedDevices() function
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp1063 std::vector<std::string> HiChainConnector::GetTrustedDevices(const std::string &localDeviceUdid) in GetTrustedDevices() function in OHOS::DistributedHardware::HiChainConnector
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c1110 int32_t result = GetTrustedDevices(osAccountId, groupId, &deviceEntryVec); in GetAccessibleTrustedDevices()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp1289 auto ret = hiChainConnector->GetTrustedDevices(localDeviceUdid);