/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | meta_capability_info.cpp | 33 std::string MetaCapabilityInfo::GetUdidHash() const in GetUdidHash() function in OHOS::DistributedHardware::MetaCapabilityInfo 118 if (strcmp(this->GetUdidHash().c_str(), metaCapInfo.GetUdidHash().c_str()) != 0) { in Compare() 160 cJSON_AddStringToObject(jsonObject, DEV_UDID_HASH.c_str(), metaCapInfo.GetUdidHash().c_str()); in ToJson()
|
H A D | meta_info_manager.cpp | 211 const std::string &udidHash = metaCapInfo->GetUdidHash(); in SyncRemoteMetaInfos()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_distributed_hardware_load.cpp | 93 auto ret = Crypto::GetUdidHash(deviceId, reinterpret_cast<uint8_t *>(deviceIdHash)); 101 auto ret = Crypto::GetUdidHash(deviceId, udidHash);
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/crypto/ |
H A D | dm_crypto.h | 31 static int32_t GetUdidHash(const std::string &udid, unsigned char *udidHash);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/ |
H A D | meta_capability_info.h | 43 std::string GetUdidHash() const;
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/crypto/ |
H A D | dm_crypto.cpp | 113 int32_t Crypto::GetUdidHash(const std::string &udid, unsigned char *udidHash) in GetUdidHash() function in OHOS::DistributedHardware::Crypto 259 if (GetUdidHash(udidTemp, reinterpret_cast<uint8_t *>(anoyDeviceId)) != DM_OK) { in ConvertUdidHashToAnoyGenerate()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/ |
H A D | formdatamgrtwo_fuzzer.cpp | 50 formDataMgr.GetUdidHash(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_dm_crypto.cpp | 76 EXPECT_EQ(Crypto::GetUdidHash(UDID_SAMPLE, reinterpret_cast<uint8_t *>(udidHash)), DM_OK);
|
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/ |
H A D | dm_radar_helper.cpp | 171 if (Crypto::GetUdidHash(udid, reinterpret_cast<uint8_t *>(udidHash)) != DM_OK) { in GetUdidHashByUdid()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_hichain.c | 317 static int32_t GetUdidHash(const char *udid, char *udidHash) in GetUdidHash() function 343 …if (GetUdidHash(udid, peerUdidHash) == SOFTBUS_OK && GetNodeFromPcRestrictMap(peerUdidHash, &count… in DeletePcRestrictNode()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/ |
H A D | softbus_connector.cpp | 562 if (Crypto::GetUdidHash(udid, reinterpret_cast<uint8_t *>(udidHash)) != DM_OK) { in GetDeviceUdidHashByUdid() 742 if (Crypto::GetUdidHash(deviceId, reinterpret_cast<uint8_t *>(deviceIdHash)) != DM_OK) { in GetDeviceInfoByDeviceId()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_data_mgr.h | 237 int64_t GetUdidHash() const;
|
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/ |
H A D | dm_softbus_cache.cpp | 129 if (Crypto::GetUdidHash(udid, reinterpret_cast<uint8_t *>(udidHash)) != DM_OK) { in SaveDeviceInfo()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 356 if (Crypto::GetUdidHash(peerUdid, reinterpret_cast<uint8_t *>(udidHashTmp)) != DM_OK) { in GetPeerUdidHash() 895 …Crypto::GetUdidHash(authResponseContext_->localDeviceId, reinterpret_cast<uint8_t *>(deviceIdHash)… in GetAuthRequestContext() 1859 Crypto::GetUdidHash(remoteDeviceId_, reinterpret_cast<uint8_t *>(deviceIdHash)); in GenerateBindResultContent() 2201 Crypto::GetUdidHash(localUdid, reinterpret_cast<uint8_t *>(mUdidHash)); in CompatiblePutAcl() 2538 Crypto::GetUdidHash(localUdid, reinterpret_cast<uint8_t *>(mUdidHash)); in PutAccessControlList()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/ |
H A D | dm_device_state_manager.cpp | 217 if (Crypto::GetUdidHash(deviceUdid, reinterpret_cast<uint8_t *>(udidHash)) != DM_OK) { in RegisterOffLineTimer()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder.cpp | 503 if (Crypto::GetUdidHash(deviceId, reinterpret_cast<uint8_t *>(udidHashTmp)) != DM_OK) { in GetPeerDeviceId()
|
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/ |
H A D | dm_radar_helper.cpp | 819 if (Crypto::GetUdidHash(udid, reinterpret_cast<uint8_t *>(udidHash)) != DM_OK) { in GetUdidHashByUdid()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl.cpp | 643 Crypto::GetUdidHash(requestDeviceId, reinterpret_cast<uint8_t *>(localDeviceId)); in PutIdenticalAccountToAcl()
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 97 …if (Crypto::GetUdidHash(item.GetTrustDeviceId(), reinterpret_cast<uint8_t *>(deviceIdHash)) != DM_… in GetDeviceAclParam()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 350 if (Crypto::GetUdidHash(localDeviceId, reinterpret_cast<uint8_t *>(udidHash)) == DM_OK) { in GetLocalDeviceInfo()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_data_mgr.cpp | 886 int64_t FormDataMgr::GetUdidHash() const in GetUdidHash() function in OHOS::AppExecFwk::FormDataMgr
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/ |
H A D | fms_form_data_mgr_test.cpp | 3626 int64_t result = formDataMgr_.GetUdidHash();
|