Searched refs:GetTrustedDevices (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/ |
H A D | hichain_connector_fuzzer.cpp | 97 hichainConnector->GetTrustedDevices(deviceId); in HiChainConnectorFuzzTest()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/ |
H A D | group_operation_common.h | 102 int32_t GetTrustedDevices(int32_t osAccountId, const char *groupId, DeviceEntryVec *returnDeviceEnt…
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 226 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 D | identical_account_group.c | 283 (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 D | dm_discovery_manager.cpp | 185 …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 D | across_account_group.c | 331 (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 D | group_operation_common.c | 342 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 D | hichain_connector.cpp | 1063 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 D | group_operation.c | 1110 int32_t result = GetTrustedDevices(osAccountId, groupId, &deviceEntryVec); in GetAccessibleTrustedDevices()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_hichain_connector.cpp | 1289 auto ret = hiChainConnector->GetTrustedDevices(localDeviceUdid);
|