/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_deviceprofile.cpp | 49 static bool IsNotTrustDevice(std::string deviceIdHash) in IsNotTrustDevice() 58 static void InsertNotTrustDevice(std::string deviceIdHash) in InsertNotTrustDevice() 90 const char *deviceIdHash, const char *anonyDeviceIdHash) in IsTrustDevice() 122 bool IsPotentialTrustedDeviceDp(const char *deviceIdHash) in IsPotentialTrustedDeviceDp()
|
H A D | auth_deviceprofile_virtual.cpp | 18 bool IsPotentialTrustedDeviceDp(const char *deviceIdHash) in IsPotentialTrustedDeviceDp()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | trust_device_profile_test.cpp | 91 std::string deviceIdHash = "deviceIdHash"; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | trust_device_profile.cpp | 52 void TrustDeviceProfile::SetDeviceIdHash(const std::string& deviceIdHash) in SetDeviceIdHash()
|
H A D | access_control_profile.cpp | 195 void AccessControlProfile::SetDeviceIdHash(const std::string& deviceIdHash) in SetDeviceIdHash()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_distributed_hardware_load.cpp | 92 char deviceIdHash[DM_MAX_DEVICE_ID_LEN] = {0}; variable
|
H A D | UTTest_dm_auth_manager_first.cpp | 682 std::string deviceIdHash = "deviceIdHash"; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 81 uint8_t deviceIdHash[UDID_HASH_LEN]; member 86 uint8_t deviceIdHash[UDID_HASH_LEN]; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble/ |
H A D | disc_ble_utils_test.cpp | 324 char deviceIdHash[SHORT_DEVICE_ID_HASH_LENGTH + 1] = { 0 }; variable
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 57 std::string deviceIdHash; member
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 107 char deviceIdHash[UDID_HASH_LEN]; member 175 char deviceIdHash[UDID_HASH_LEN]; member
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_link.h | 84 char deviceIdHash[UDID_HASH_LEN]; member
|
H A D | lnn_lane_interface.h | 90 char deviceIdHash[UDID_HASH_LEN]; member
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 894 char deviceIdHash[DM_MAX_DEVICE_ID_LEN] = {0}; in GetAuthRequestContext() local 1858 char deviceIdHash[DM_MAX_DEVICE_ID_LEN] = {0}; in GenerateBindResultContent() local 1916 int32_t DmAuthManager::EstablishUnbindChannel(const std::string &deviceIdHash) in EstablishUnbindChannel()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/discovery/ |
H A D | discovery_manager.cpp | 343 std::string deviceIdHash = static_cast<std::string>(info.deviceId); in OnDeviceFound() local
|
/ohos5.0/base/security/device_auth/services/ |
H A D | device_auth.c | 104 …atic const char *GetUdidByGroup(int32_t osAccountId, const char *groupId, const char *deviceIdHash) in GetUdidByGroup() 128 static const char *GetDeviceIdByUdidHash(int32_t osAccountId, const char *deviceIdHash) in GetDeviceIdByUdidHash()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 1451 std::string deviceIdHash = rowEntity.Get(DEVICE_ID_HASH); in ConvertToTrustDeviceProfile() local 1545 std::string deviceIdHash = rowEntity.Get(DEVICE_ID_HASH); in ConvertToAccessControlProfile() local
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 96 char deviceIdHash[DM_MAX_DEVICE_ID_LEN] = {0}; in GetDeviceAclParam() local
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/ |
H A D | softbus_connector.cpp | 741 char deviceIdHash[DM_MAX_DEVICE_ID_LEN] = {0}; in GetDeviceInfoByDeviceId() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_message_test.cpp | 919 uint8_t deviceIdHash[UDID_HASH_LEN] = {0}; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 886 char deviceIdHash[SHORT_DEVICE_ID_HASH_LENGTH + 1] = {0}; in GetBroadcastData() local
|