Searched refs:localUuid (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_network_id.c | 80 static char localUuid[UUID_BUF_LEN] = {0}; in LnnGenLocalUuid() local 88 if (GetUuidFromFile(localUuid, UUID_BUF_LEN) != SOFTBUS_OK) { in LnnGenLocalUuid() 94 if (strncpy_s(uuid, len, localUuid, UUID_BUF_LEN) != EOK) { in LnnGenLocalUuid()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_utils.c | 383 char localUuid[UUID_BUF_LEN] = { 0 }; in LnnDumpLocalBasicInfo() local 389 (void)LnnGetLocalStrInfo(STRING_KEY_UUID, localUuid, UUID_BUF_LEN); in LnnDumpLocalBasicInfo() 391 (void)LnnGenerateHexStringHash((const unsigned char *)localUuid, udidShortHash, HB_SHORT_UDID_HASH_HEX_LEN); in LnnDumpLocalBasicInfo() 393 Anonymize(localUuid, &anonyUuid); in LnnDumpLocalBasicInfo()
|
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_cache.cpp | 819 std::string localUuid = EMPTY_STRING; in GetLocalUuid() local 829 if (!ProfileUtils::GetUuidByNetworkId(networkId, localUuid) || localUuid.empty()) { in GetLocalUuid() 833 localUuid_ = localUuid; in GetLocalUuid() 834 return localUuid; in GetLocalUuid()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 988 Uuid localUuid; in ProcessBnepSetupConnectionRequest() local 1002 localUuid = Uuid::ConvertFrom16Bits(uuid); in ProcessBnepSetupConnectionRequest() 1009 localUuid = Uuid::ConvertFrom32Bits(uuid); in ProcessBnepSetupConnectionRequest() 1014 localUuid = Uuid::ConvertFromBytesLE(data + offset); in ProcessBnepSetupConnectionRequest() 1023 CheckRoleUuid(localUuid, remoteUuid); in ProcessBnepSetupConnectionRequest() 1170 void PanBnep::CheckRoleUuid(Uuid localUuid, Uuid remoteUuid) in CheckRoleUuid() argument 1174 } else if (localUuid.GetUuidType() != Uuid::UUID16_BYTES_TYPE) { in CheckRoleUuid() 1177 (localUuid.ConvertTo16Bits() != BNEP_UUID_NAP)) { in CheckRoleUuid() 1180 remoteUuid.ConvertTo16Bits(), localUuid.ConvertTo16Bits()); in CheckRoleUuid()
|
H A D | pan_bnep.h | 246 void CheckRoleUuid(Uuid localUuid, Uuid remoteUuid);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 909 std::string localUuid;
in GetAllOldDistributionBundleInfo() local 911 DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalUuid(localUuid);
in GetAllOldDistributionBundleInfo() 912 if (localUdid == "" || localUuid == "") {
in GetAllOldDistributionBundleInfo() 913 HILOGE("can not get localUdid or localUuid");
in GetAllOldDistributionBundleInfo() 916 HILOGI("localUuid: %{public}s", GetAnonymStr(localUuid).c_str());
in GetAllOldDistributionBundleInfo() 918 Status status = kvStorePtr_->GetDeviceEntries(localUuid, localEntries);
in GetAllOldDistributionBundleInfo()
|
H A D | distributed_sched_mission_manager.cpp | 902 std::string localUuid; in GenerateCallerInfo() local 903 if (!DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalDeviceId(localUuid)) { in GenerateCallerInfo() 910 callerInfo.sourceDeviceId = localUuid; in GenerateCallerInfo()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 664 std::string localUuid = ProfileCache::GetInstance().GetLocalUuid(); in FixDataOnDeviceOnline() 665 if (localUdid.empty() || localUuid.empty()) { in FixDataOnDeviceOnline() 670 if (GetProfilesByOwner(localUuid, localDataByOwner) != DP_SUCCESS) { in FixDataOnDeviceOnline() 671 HILOGE("GetProfilesByOwner fail, localUuid=%{public}s", ProfileUtils::GetAnonyString(localUuid).c_str()); in FixDataOnDeviceOnline()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/ |
H A D | water_version_manager.cpp | 306 auto localUuid = DMAdapter::GetInstance().GetLocalDevice().uuid; in SaveMatrix() local 308 metaData.type == STATIC ? DeviceMatrix::STATICS : DeviceMatrix::DYNAMIC, metaData.deviceId != localUuid); in SaveMatrix()
|
Completed in 12 milliseconds