/ohos5.0/base/tee/tee_client/services/teecd/src/ |
H A D | secfile_load_agent.c | 136 …if (uuid != NULL && memcpy_s((void *)(&ioctlArg.uuid), sizeof(ioctlArg.uuid), uuid, sizeof(*uuid))… in LoadSecFile() 153 static bool IsTaLib(const TEEC_UUID *uuid) in IsTaLib() argument 155 char *chr = (char *)uuid; in IsTaLib() 158 for (i = 0; i < sizeof(*uuid); i++) { in IsTaLib() 185 … TEE_DEFAULT_PATH, secAgentControl->LibSec.uuid.timeLow, secAgentControl->LibSec.uuid.timeMid, in LoadLib() 186 … secAgentControl->LibSec.uuid.timeHiAndVersion, secAgentControl->LibSec.uuid.clockSeqAndNode[0], in LoadLib() 187 … secAgentControl->LibSec.uuid.clockSeqAndNode[1], secAgentControl->LibSec.uuid.clockSeqAndNode[2], in LoadLib() 188 … secAgentControl->LibSec.uuid.clockSeqAndNode[3], secAgentControl->LibSec.uuid.clockSeqAndNode[4], in LoadLib() 189 … secAgentControl->LibSec.uuid.clockSeqAndNode[5], secAgentControl->LibSec.uuid.clockSeqAndNode[6], in LoadLib() 222 … TEE_DEFAULT_PATH, secAgentControl->TaSec.uuid.timeLow, secAgentControl->TaSec.uuid.timeMid, in LoadTa() [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/versionmanager/ |
H A D | version_manager.cpp | 41 std::string strUUID = DHContext::GetInstance().GetDeviceInfo().uuid; in Init() 64 if (!IsIdLengthValid(uuid)) { in AddDHVersion() 69 dhVersions_[uuid] = dhVersion; in AddDHVersion() 73 int32_t VersionManager::RemoveDHVersion(const std::string &uuid) in RemoveDHVersion() argument 75 if (!IsIdLengthValid(uuid)) { in RemoveDHVersion() 78 DHLOGI("uuid: %{public}s", GetAnonyString(uuid).c_str()); in RemoveDHVersion() 91 if (!IsIdLengthValid(uuid)) { in GetDHVersion() 94 DHLOGI("uuid: %{public}s", GetAnonyString(uuid).c_str()); in GetDHVersion() 101 dhVersion = dhVersions_[uuid]; in GetDHVersion() 108 if (!IsIdLengthValid(uuid)) { in GetCompVersion() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | dev_manager.cpp | 101 if (detailInfo.uuid.empty()) { in GetDevInfoFromBucket() 127 return UnEncryptedLocalInfo_.uuid; in GetUnEncryptedUuid() 140 std::string uuid; in GetUnEncryptedUuid() local 142 if (uuid.empty()) { in GetUnEncryptedUuid() 146 UnEncryptedLocalInfo_.uuid = std::move(uuid); in GetUnEncryptedUuid() 150 return UnEncryptedLocalInfo_.uuid; in GetUnEncryptedUuid() 156 if (!localInfo_.uuid.empty()) { in GetLocalDevice() 166 std::string uuid; in GetLocalDevice() local 172 localInfo_.uuid = std::move(uuid); in GetLocalDevice() 194 std::string uuid; in GetRemoteDevices() local [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_manager.cpp | 302 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSource() local 333 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSource() local 351 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSink() local 390 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSink() local 814 if (!IsIdLengthValid(uuid)) { in GetVersionFromVerMgr() 834 if (!IsIdLengthValid(uuid)) { in GetVersionFromVerInfoMgr() 859 if (!IsIdLengthValid(uuid)) { in GetVersion() 877 if (!IsIdLengthValid(uuid)) { in UpdateVersionCache() 881 dhVersion.uuid = uuid; in UpdateVersionCache() 936 if (uuid.empty()) { in RecoverDistributedHardware() [all …]
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_service_manager.cpp | 248 if (detector_.count(uuid) != 0 && detector_[uuid] != nullptr) { in CreateDetector() 253 auto cb = std::make_shared<TriggerDetectorCallback>([&, uuid]() { OnDetected(uuid); }); in CreateDetector() 271 detector_[uuid] = detector; in CreateDetector() 284 if ((detector_.count(uuid) == 0) || (detector_[uuid] == nullptr)) { in StartDetection() 317 if ((detector_.count(uuid) == 0) || (detector_[uuid] == nullptr)) { in StopDetection() 334 engine->OnDetected(uuid); in OnDetected() 356 CreateDetector(uuid); in CreateAndStartServiceObject() 357 if (!StartDetection(uuid)) { in CreateAndStartServiceObject() 880 ReleaseServiceObject(uuid); in SwitchOffProc() 889 TaskExecutor::AddSyncTask([this, uuid]() -> int32_t { return SwitchOffProc(uuid); }); in HandleSwitchOff() [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/ |
H A D | device_manager_adapter_test.cpp | 148 EXPECT_FALSE(dvInfo.uuid.empty()); 194 EXPECT_EQ(localDvInfo.uuid, udidToDVInfo.uuid); 209 EXPECT_TRUE(uuid.empty()); 211 EXPECT_TRUE(uuid.empty()); 225 EXPECT_EQ(uuid, dvInfo.uuid); 267 EXPECT_TRUE(uuid.empty()); 269 EXPECT_TRUE(uuid.empty()); 308 for (const auto &uuid : uuids) { variable 309 EXPECT_EQ(uuid, dvInfo.uuid); 325 dvInfo.uuid = INVALID_DEVICE_ID; [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | softbus_adapter_ble_gatt_server_test.cpp | 45 SoftBusBtUuid uuid; member in OHOS::BtUuidRecordCtx 189 .uuid = nullptr, 221 .uuid = nullptr, 261 .uuid = nullptr, 649 SoftBusFree(uuid.uuid); in Reset() 650 uuid.uuid = nullptr; in Reset() 651 uuid.uuidLen = 0; in Reset() 659 uuid.uuid = (char *)SoftBusCalloc(param->uuidLen); in Update() 660 if (uuid.uuid == nullptr) { in Update() 663 if (memcpy_s(uuid.uuid, param->uuidLen, param->uuid, param->uuidLen) != EOK) { in Update() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_spp.cpp | 59 btsocketPara.uuid.uuidLen = socketPara->uuid.uuidLen; in SppServerCreate() 60 btsocketPara.uuid.uuid = socketPara->uuid.uuid; in SppServerCreate() 110 btsocketPara.uuid.uuidLen = socketPara->uuid.uuidLen; in SppConnect() 111 btsocketPara.uuid.uuid = socketPara->uuid.uuid; in SppConnect()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | device_manager_adapter.cpp | 260 syncTask_.Insert(dvInfo.uuid, dvInfo.uuid); in Online() 291 if (uuid.empty() || !syncTask_.Contains(uuid)) { in NotifyReadyEvent() 295 syncTask_.Erase(uuid); in NotifyReadyEvent() 322 syncTask_.Erase(dvInfo.uuid); in Offline() 515 if (dvInfo.uuid.empty()) { in GetDeviceInfoFromCache() 560 if (uuid.empty()) { in GetLocalDeviceInfo() 584 return dvInfo.uuid; in GetUuidByNetworkId() 586 std::string uuid; in GetUuidByNetworkId() local 592 return uuid; in GetUuidByNetworkId() 631 if (uuid.empty()) { in ToUUID() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_server.c | 219 ctx->uuid.uuidLen = uuid->uuidLen; in BleServiceAddCallback() 221 if (memcpy_s(copyUuid, uuid->uuidLen, uuid->uuid, uuid->uuidLen) != EOK) { in BleServiceAddCallback() 226 ctx->uuid.uuid = copyUuid; in BleServiceAddCallback() 237 memcmp(ctx->uuid.uuid, SOFTBUS_SERVICE_UUID, ctx->uuid.uuidLen) != 0) { in CheckUuidAndSetServiceHandle() 311 ctx->uuid.uuidLen = uuid->uuidLen; in BleCharacteristicAddCallback() 313 if (memcpy_s(copyUuid, uuid->uuidLen, uuid->uuid, uuid->uuidLen) != EOK) { in BleCharacteristicAddCallback() 318 ctx->uuid.uuid = copyUuid; in BleCharacteristicAddCallback() 333 memcmp(ctx->uuid.uuid, SOFTBUS_CHARA_BLENET_UUID, ctx->uuid.uuidLen) == 0) { in IsConnCharacterisicAndSetHandle() 421 ctx->uuid.uuidLen = uuid->uuidLen; in BleDescriptorAddCallback() 423 if (memcpy_s(copyUuid, uuid->uuidLen, uuid->uuid, uuid->uuidLen) != EOK) { in BleDescriptorAddCallback() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_util.c | 48 uint16_t SdpAddAttributeForUuid(uint8_t *buffer, uint16_t offset, const BtUuid *uuid) in SdpAddAttributeForUuid() argument 50 switch (uuid->type) { in SdpAddAttributeForUuid() 56 *(uint16_t *)(buffer + offset) = H2BE_16(uuid->uuid16); in SdpAddAttributeForUuid() 64 *(uint32_t *)(buffer + offset) = H2BE_32(uuid->uuid32); in SdpAddAttributeForUuid() 72 SdpReverseForBigEndian(uuid->uuid128, buffer + offset, SDP_UUID128_LENGTH); in SdpAddAttributeForUuid() 135 uint16_t SdpGetUuid(uint8_t *buffer, BtUuid *uuid) in SdpGetUuid() argument 149 uuid->type = BT_UUID_16; in SdpGetUuid() 150 uuid->uuid16 = BE2H_16(*(uint16_t *)(buffer + offset)); in SdpGetUuid() 153 uuid->type = BT_UUID_32; in SdpGetUuid() 154 uuid->uuid32 = BE2H_32(*(uint32_t *)(buffer + offset)); in SdpGetUuid() [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_uuid.cpp | 124 uuid = g_uuidCache.front(); in GetUUID() 132 bool res = GenerateUuid(uuid.elements, sizeof(uuid.elements)); in GetUUID() 137 g_uuidCache.push(uuid); in GetUUID() 138 res = GenerateUuid(uuid.elements, sizeof(uuid.elements)); in GetUUID() 149 UUID uuid; in GetStringUUID() local 151 if (!GetUUID(env, entropyCache, uuid)) { in GetStringUUID() 154 uuidString = GetFormatUUID(uuid); in GetStringUUID() 159 std::string GetFormatUUID(const UUID &uuid) in GetFormatUUID() argument 180 UUID uuid; in GetBinaryUUID() local 181 if (!GetUUID(env, entropyCache, uuid)) { in GetBinaryUUID() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/mock/ |
H A D | wrapper_br_interface.c | 34 static int32_t OpenSppServer(const char *name, int32_t nameLen, const char *uuid, int32_t isSecure) in OpenSppServer() argument 44 socketPara.uuid.uuid = (char *)uuid; in OpenSppServer() 45 socketPara.uuid.uuidLen = strlen(uuid); in OpenSppServer() 57 static int32_t ConnectByPort(const char *uuid, const BT_ADDR mac, const int socketPsmValue, void *c… in ConnectByPort() argument 64 socketPara.uuid.uuid = (char *)uuid; in ConnectByPort() 65 socketPara.uuid.uuidLen = strlen(uuid); in ConnectByPort() 84 static int32_t Connect(const char *uuid, const BT_ADDR mac, void *connectCallback) in Connect() argument 86 return ConnectByPort(uuid, mac, -1, connectCallback); in Connect()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_interface_virtual.c | 54 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice() argument 56 (void)uuid; in AuthFlushDevice() 120 (void)uuid; in AuthGetPreferConnInfo() 126 int32_t AuthGetP2pConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetP2pConnInfo() argument 128 (void)uuid; in AuthGetP2pConnInfo() 134 int32_t AuthGetHmlConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetHmlConnInfo() argument 136 (void)uuid; in AuthGetHmlConnInfo() 144 (void)uuid; in AuthGetLatestIdByUuid() 161 (void)uuid; in AuthGetIdByUuid() 219 int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthGetDeviceUuid() argument [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/ |
H A D | dh_context.cpp | 110 if (!devInfo_.uuid.empty()) { in GetDeviceInfo() 131 .uuid = uuid, in AddOnlineDevice() 161 if (iter->uuid == uuid) { in IsDeviceOnline() 183 if (iter->uuid == uuid) { in GetNetworkIdByUUID() 215 if (iter->uuid == uuid) { in GetUdidHashIdByUUID() 229 std::string uuid = ""; in GetUUIDByNetworkId() local 232 uuid = iter->uuid; in GetUUIDByNetworkId() 236 return uuid; in GetUUIDByNetworkId() 261 std::string uuid = ""; in GetUUIDByDeviceId() local 264 uuid = iter->uuid; in GetUUIDByDeviceId() [all …]
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | dev_manager.cpp | 48 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceOnline() local 56 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceOffline() local 58 … SoftBusAdapter::ToBeAnonymous(uuid).c_str(), deviceInfo.deviceName, deviceInfo.deviceTypeId); in OnDeviceOffline() 142 std::string uuid = ""; in GetUuidByNodeId() local 144 "ohos.objectstore", nodeId.c_str(), uuid); in GetUuidByNodeId() 149 return uuid; in GetUuidByNodeId() 155 if (!localInfo_.uuid.empty()) { in GetLocalDevice() 165 std::string uuid; in GetLocalDevice() local 166 DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(PKG_NAME, networkId, uuid); in GetLocalDevice() 167 if (uuid.empty() || networkId.empty()) { in GetLocalDevice() [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/ |
H A D | dh_context.h | 38 std::string uuid; member 47 (uuid == other.uuid) && 56 ((networkId.compare(other.networkId) == 0) && (uuid.compare(other.uuid) < 0)) || 57 ((networkId.compare(other.networkId) == 0) && (uuid.compare(other.uuid) == 0) && 59 ((networkId.compare(other.networkId) == 0) && (uuid.compare(other.uuid) == 0) && 61 ((networkId.compare(other.networkId) == 0) && (uuid.compare(other.uuid) == 0) && 75 …void AddOnlineDevice(const std::string &udid, const std::string &uuid, const std::string &networkI… 77 bool IsDeviceOnline(const std::string &uuid); 79 std::string GetNetworkIdByUUID(const std::string &uuid); 81 std::string GetUdidHashIdByUUID(const std::string &uuid);
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/ |
H A D | trigger_service.cpp | 61 void TriggerService::DeleteGenericTriggerModel(int32_t uuid) in DeleteGenericTriggerModel() argument 68 dbHelper_->DeleteGenericTriggerModel(uuid); in DeleteGenericTriggerModel() 71 std::shared_ptr<GenericTriggerModel> TriggerService::GetGenericTriggerModel(int32_t uuid) in GetGenericTriggerModel() argument 80 auto model = dbHelper_->GetGenericTriggerModel(uuid); in GetGenericTriggerModel() 90 int32_t uuid, std::shared_ptr<IIntellVoiceTriggerRecognitionCallback> callback) in StartRecognition() argument 97 auto model = GetGenericTriggerModel(uuid); in StartRecognition() 99 INTELL_VOICE_LOG_ERROR("trigger model is nullptr, uuid:%{public}d", uuid); in StartRecognition() 103 return triggerHelper_->StartGenericRecognition(uuid, model, callback); in StartRecognition() 112 return triggerHelper_->StopGenericRecognition(uuid, callback); in StopRecognition() 115 void TriggerService::UnloadTriggerModel(int32_t uuid) in UnloadTriggerModel() argument [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/ |
H A D | distributed_hardware_manager_factory.cpp | 135 const auto uuid = GetUUIDByDm(networkId); in CheckExitSAOrNot() local 139 GetAnonyString(uuid).c_str()); in CheckExitSAOrNot() 141 std::thread([this, networkId, uuid, udid, deviceType]() { in CheckExitSAOrNot() 142 this->SendOnLineEvent(networkId, uuid, udid, deviceType); in CheckExitSAOrNot() 155 if (!IsIdLengthValid(networkId) || !IsIdLengthValid(uuid) || !IsIdLengthValid(udid)) { in SendOnLineEvent() 168 if (DHContext::GetInstance().IsDeviceOnline(uuid)) { in SendOnLineEvent() 169 DHLOGW("device is already online, uuid = %{public}s", GetAnonyString(uuid).c_str()); in SendOnLineEvent() 173 DHContext::GetInstance().AddOnlineDevice(udid, uuid, networkId); in SendOnLineEvent() 196 if (!IsIdLengthValid(networkId) || !IsIdLengthValid(uuid) || !IsIdLengthValid(udid)) { in SendOffLineEvent() 204 if (!DHContext::GetInstance().IsDeviceOnline(uuid)) { in SendOffLineEvent() [all …]
|
/ohos5.0/base/tee/tee_client/services/tlogcat/src/ |
H A D | tlogcat.c | 69 struct TeeUuid uuid; member 165 … uuid->timeLow, uuid->timeMid, uuid->timeHiAndVersion, uuid->clockSeqAndNode[0], in GetUuidStr() 166 … uuid->clockSeqAndNode[1], uuid->clockSeqAndNode[2], uuid->clockSeqAndNode[3], in GetUuidStr() 167 … uuid->clockSeqAndNode[4], uuid->clockSeqAndNode[5], uuid->clockSeqAndNode[6], in GetUuidStr() 194 rc = memcpy_s(&g_files[i].uuid, sizeof(g_files[i].uuid), uuid, sizeof(struct TeeUuid)); in LogFilesAdd() 275 if (uuid == NULL) { in IsTaUuid() 387 bool isTa = IsTaUuid(uuid); in GetCompressFile() 418 bool isTa = IsTaUuid(uuid); in ArrangeCompressFile() 565 bool isTa = IsTaUuid(uuid); in LogFilesCompress() 668 if (memcmp(&g_files[i].uuid, uuid, sizeof(struct TeeUuid)) != 0) { in GetUsableFile() [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/ |
H A D | component_manager_test.cpp | 168 std::string uuid = ""; variable 416 std::string uuid; variable 432 std::string uuid; variable 451 std::string uuid; variable 467 std::string uuid; variable 484 std::string uuid; variable 513 std::string uuid; variable 544 std::string uuid; variable 594 std::string uuid; variable 625 std::string uuid; variable [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/ |
H A D | component_manager.h | 56 int32_t Enable(const std::string &networkId, const std::string &uuid, const std::string &dhId, 58 int32_t Disable(const std::string &networkId, const std::string &uuid, const std::string &dhId, 60 void UpdateBusinessState(const std::string &uuid, const std::string &dhId, BusinessState state); 61 BusinessState QueryBusinessState(const std::string &uuid, const std::string &dhId); 97 DHType GetDHType(const std::string &uuid, const std::string &dhId) const; 107 …int32_t GetEnableParam(const std::string &networkId, const std::string &uuid, const std::string &d… 109 …int32_t GetVersionFromVerMgr(const std::string &uuid, const DHType dhType, std::string &version, b… 111 int32_t GetVersion(const std::string &uuid, DHType dhType, std::string &version, bool isSink); 112 void UpdateVersionCache(const std::string &uuid, const VersionInfo &versionInfo); 118 int32_t RetryGetEnableParam(const std::string &networkId, const std::string &uuid, [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_ptk_info_virtual.c | 31 int32_t LnnGenerateLocalPtk(char *udid, char *uuid) in LnnGenerateLocalPtk() argument 34 (void)uuid; in LnnGenerateLocalPtk() 52 int32_t LnnGetLocalPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalPtkByUuid() argument 54 (void)uuid; in LnnGetLocalPtkByUuid() 60 int32_t LnnGetLocalDefaultPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalDefaultPtkByUuid() argument 62 (void)uuid; in LnnGetLocalDefaultPtkByUuid() 68 int32_t LnnGetRemoteDefaultPtkByUuid(const char *uuid, char *remotePtk, uint32_t len) in LnnGetRemoteDefaultPtkByUuid() argument 70 (void)uuid; in LnnGetRemoteDefaultPtkByUuid()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/ |
H A D | security.cpp | 144 if (info.uuid == DistributedData::DeviceManagerAdapter::CLOUD_DEVICE_UUID) { in OnDeviceChanged() 152 EraseSensitiveByUuid(info.uuid); in OnDeviceChanged() 156 (void)GetSensitiveByUuid(info.uuid); in OnDeviceChanged() 171 GetSensitiveByUuid(devInfo.uuid); in InitLocalSecurity() 174 Sensitive Security::GetSensitiveByUuid(const std::string &uuid) const in GetSensitiveByUuid() 176 auto it = devicesUdid_.Find(uuid); in GetSensitiveByUuid() 178 executors_->Execute([this, uuid]() { in GetSensitiveByUuid() 179 auto iter = devicesUdid_.Find(uuid); in GetSensitiveByUuid() 191 devicesUdid_.Insert(uuid, sensitive); in GetSensitiveByUuid() 197 bool Security::EraseSensitiveByUuid(const std::string &uuid) const in EraseSensitiveByUuid() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_manager.h | 52 char uuid[UUID_BUF_LEN]; member 78 int32_t GetAuthConn(const char *uuid, LaneLinkType laneType, AuthConnInfo *connInfo); 88 int32_t AuthDeviceGetPreferConnInfo(const char *uuid, AuthConnInfo *connInfo); 89 int32_t AuthDeviceGetConnInfoByType(const char *uuid, AuthLinkType type, AuthConnInfo *connInfo); 90 int32_t AuthDeviceGetP2pConnInfo(const char *uuid, AuthConnInfo *connInfo); 91 int32_t AuthDeviceGetHmlConnInfo(const char *uuid, AuthConnInfo *connInfo); 93 bool AuthDeviceCheckConnInfo(const char* uuid, AuthLinkType type, bool checkConnection); 96 void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle); 98 int64_t AuthDeviceGetIdByUuid(const char *uuid, AuthLinkType type, bool isServer); 109 int32_t GetAuthConnInfoByUuid(const char *uuid, AuthLinkType type, AuthConnInfo *connInfo); [all …]
|