Home
last modified time | relevance | path

Searched refs:STRING_KEY_UUID (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h36 STRING_KEY_UUID, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c85 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 Dauth_session_message.c91 if (LnnGetLocalStrInfo(STRING_KEY_UUID, uuid, UUID_BUF_LEN) != SOFTBUS_OK) { in PostBtV1DevId()
H A Dauth_session_json.c837 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 Dlnn_net_ledger.c93 …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 Dlnn_ledger_common_test.cpp291 EXPECT_TRUE(LnnSetLocalStrInfo(STRING_KEY_UUID, LOCAL_UUID) == SOFTBUS_OK);
317 STRING_KEY_UUID,
H A Dlnn_disctributed_net_ledger_test.cpp138 STRING_KEY_UUID,
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp163 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 Dlnn_heartbeat_utils.c384 (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 Dsoftbus_proxychannel_listener.c371 …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 Dsoftbus_proxychannel_pipeline.c263 int32_t ret = LnnGetRemoteStrInfo(networkId, STRING_KEY_UUID, uuid, sizeof(uuid)); in TransProxyPipelineGetChannelIdByNetworkId()
H A Dsoftbus_proxychannel_manager.c901 InfoKey key = STRING_KEY_UUID; in TransProxyGetLocalInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_wifi_direct.c222 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 Dlnn_lane_link_p2p.c291 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 Dwifi_direct_utils.cpp154 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 Dtrans_channel_common.c264 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 Dwifi_direct_utils.cpp154 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 Dtrans_tcp_direct_listener.c173 …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 Dlnn_time_sync_manager.c498 …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 Dp2p_v1_processor_test.cpp230 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 Dlnn_net_builder.c772 LnnSetLocalStrInfo(STRING_KEY_UUID, uuid); in ConifgLocalLedger()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c763 {STRING_KEY_UUID, DlGetDeviceUuid},
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1779 {STRING_KEY_UUID, UUID_BUF_LEN, LlGetUuid, UpdateLocalUuid},