Home
last modified time | relevance | path

Searched refs:GetUdidHash (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_capability_info.cpp33 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 Dmeta_info_manager.cpp211 const std::string &udidHash = metaCapInfo->GetUdidHash(); in SyncRemoteMetaInfos()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_distributed_hardware_load.cpp93 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 Ddm_crypto.h31 static int32_t GetUdidHash(const std::string &udid, unsigned char *udidHash);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dmeta_capability_info.h43 std::string GetUdidHash() const;
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp113 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 Dformdatamgrtwo_fuzzer.cpp50 formDataMgr.GetUdidHash(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_crypto.cpp76 EXPECT_EQ(Crypto::GetUdidHash(UDID_SAMPLE, reinterpret_cast<uint8_t *>(udidHash)), DM_OK);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp171 if (Crypto::GetUdidHash(udid, reinterpret_cast<uint8_t *>(udidHash)) != DM_OK) { in GetUdidHashByUdid()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c317 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 Dsoftbus_connector.cpp562 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 Dform_data_mgr.h237 int64_t GetUdidHash() const;
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp129 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 Ddm_auth_manager.cpp356 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 Ddm_device_state_manager.cpp217 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 Dpin_holder.cpp503 if (Crypto::GetUdidHash(deviceId, reinterpret_cast<uint8_t *>(udidHashTmp)) != DM_OK) { in GetPeerDeviceId()
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp819 if (Crypto::GetUdidHash(udid, reinterpret_cast<uint8_t *>(udidHash)) != DM_OK) { in GetUdidHashByUdid()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp643 Crypto::GetUdidHash(requestDeviceId, reinterpret_cast<uint8_t *>(localDeviceId)); in PutIdenticalAccountToAcl()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp97 …if (Crypto::GetUdidHash(item.GetTrustDeviceId(), reinterpret_cast<uint8_t *>(deviceIdHash)) != DM_… in GetDeviceAclParam()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp350 if (Crypto::GetUdidHash(localDeviceId, reinterpret_cast<uint8_t *>(udidHash)) == DM_OK) { in GetLocalDeviceInfo()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp886 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 Dfms_form_data_mgr_test.cpp3626 int64_t result = formDataMgr_.GetUdidHash();