/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/ |
H A D | bus_center_info_key.h | 36 STRING_KEY_UUID, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_lane.c | 85 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, UUID_BUF_LEN) != SOFTBUS_OK) { in GetAuthLinkTypeList() 324 if (LnnGetRemoteStrInfo(item->networkId, STRING_KEY_UUID, uuid, UUID_BUF_LEN) != SOFTBUS_OK) { in AuthOnLaneAllocSuccess() 400 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, UUID_BUF_LEN) != SOFTBUS_OK) { in AuthGetLaneAllocInfo()
|
H A D | auth_session_message.c | 91 if (LnnGetLocalStrInfo(STRING_KEY_UUID, uuid, UUID_BUF_LEN) != SOFTBUS_OK) { in PostBtV1DevId()
|
H A D | auth_session_json.c | 837 if (LnnGetLocalStrInfo(STRING_KEY_UUID, uuid, UUID_BUF_LEN) != SOFTBUS_OK || in PackDeviceIdJson()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 93 …if ((LnnGetLocalStrInfo(STRING_KEY_UUID, uuid, UUID_BUF_LEN) == SOFTBUS_OK) && (strcmp(uuid, info-… in IsBleDirectlyOnlineFactorChange() 238 return LnnGetLocalStrInfo(STRING_KEY_UUID, (char *)info, infoLen); in LnnGetNodeKeyInfoLocal() 279 return LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, (char *)info, infoLen); in LnnGetNodeKeyInfoRemote() 720 …if (LnnGetRemoteStrInfo(nodeInfo->networkId, STRING_KEY_UUID, peerUuid, UUID_BUF_LEN) != SOFTBUS_O… in SoftbusDumpPrintLocalPtk()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_ledger_common_test.cpp | 291 EXPECT_TRUE(LnnSetLocalStrInfo(STRING_KEY_UUID, LOCAL_UUID) == SOFTBUS_OK); 317 STRING_KEY_UUID,
|
H A D | lnn_disctributed_net_ledger_test.cpp | 138 STRING_KEY_UUID,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | ledger_lane_hub_test.cpp | 163 ret = LnnSetLocalStrInfo(STRING_KEY_UUID, LOCAL_UUID); in ConstructCommonLocalInfo() 205 ret = LnnGetLocalStrInfo(STRING_KEY_UUID, des, LOCAL_MAX_SIZE); in GetCommonLocalInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_utils.c | 384 (void)LnnGetLocalStrInfo(STRING_KEY_UUID, localUuid, UUID_BUF_LEN); in LnnDumpLocalBasicInfo() 433 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, UUID_BUF_LEN) != SOFTBUS_OK) { in LnnDumpPrintUuid()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_listener.c | 371 …ret = LnnGetLocalStrInfo(STRING_KEY_UUID, appInfo->myData.deviceId, sizeof(appInfo->myData.deviceI… in TransProxyGetAppInfo() 390 ret = LnnGetRemoteStrInfo(peerNetworkId, STRING_KEY_UUID, in TransProxyGetAppInfo()
|
H A D | softbus_proxychannel_pipeline.c | 263 int32_t ret = LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, sizeof(uuid)); in TransProxyPipelineGetChannelIdByNetworkId()
|
H A D | softbus_proxychannel_manager.c | 901 InfoKey key = STRING_KEY_UUID; in TransProxyGetLocalInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_wifi_direct.c | 222 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, sizeof(uuid)) != SOFTBUS_OK) { in GetPreferAuthConnInfo() 285 if (LnnGetRemoteStrInfo(forceDownInfo->forceDownDevId, STRING_KEY_UUID, peerUuid, in GenerateForceDownWifiDirectInfo()
|
H A D | lnn_lane_link_p2p.c | 291 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, sizeof(uuid)) != SOFTBUS_OK) { in GetPreferAuthConnInfo() 596 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, sizeof(uuid)) != SOFTBUS_OK) { in GetPreferAuth() 1602 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, sizeof(uuid)) != SOFTBUS_OK) { in OpenAuthToDisconnP2p() 1959 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, sizeof(uuid)) != SOFTBUS_OK) { in GetPreferAuthByType() 2228 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, sizeof(uuid)) != SOFTBUS_OK) { in IsHasAuthConnInfo() 2355 if (LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, sizeof(uuid)) != SOFTBUS_OK) { in BrAuthIsMostPriority()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_utils.cpp | 154 int ret = LnnGetRemoteStrInfo(networkId.c_str(), STRING_KEY_UUID, uuid, UUID_BUF_LEN); in NetworkIdToUuid() 178 auto ret = LnnGetLocalStrInfo(STRING_KEY_UUID, uuid, UUID_BUF_LEN); in GetLocalUuid()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 264 errCode = LnnGetRemoteStrInfo(param->peerDeviceId, STRING_KEY_UUID, in CopyAppInfoFromSessionParam() 299 …int32_t ret = LnnGetLocalStrInfo(STRING_KEY_UUID, appInfo->myData.deviceId, sizeof(appInfo->myData… in TransCommonGetAppInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_utils.cpp | 154 int ret = LnnGetRemoteStrInfo(networkId.c_str(), STRING_KEY_UUID, uuid, UUID_BUF_LEN); in NetworkIdToUuid() 178 auto ret = LnnGetLocalStrInfo(STRING_KEY_UUID, uuid, UUID_BUF_LEN); in GetLocalUuid()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_listener.c | 173 …LnnGetLocalStrInfo(STRING_KEY_UUID, conn->appInfo.myData.deviceId, sizeof(conn->appInfo.myData.dev… in CreateSessionConnNode()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/time_sync/src/ |
H A D | lnn_time_sync_manager.c | 498 …if (LnnGetRemoteStrInfo(info->targetNetworkId, STRING_KEY_UUID, uuid, UUID_BUF_LEN) != SOFTBUS_OK)… in CheckTimeSyncReqInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 230 EXPECT_CALL(mock, LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, _, _)) in InjectCommonMock() 249 EXPECT_CALL(mock, LnnGetLocalStrInfo(STRING_KEY_UUID, _, _)) in InjectCommonMock()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder.c | 772 LnnSetLocalStrInfo(STRING_KEY_UUID, uuid); in ConifgLocalLedger()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger_manager.c | 763 {STRING_KEY_UUID, DlGetDeviceUuid},
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 1779 {STRING_KEY_UUID, UUID_BUF_LEN, LlGetUuid, UpdateLocalUuid},
|