Home
last modified time | relevance | path

Searched defs:linkType (Results 1 – 25 of 64) sorted by relevance

123

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c116 uint8_t linkType; member
143 uint8_t linkType; member
792 static int32_t InitAuthItemMutexLock(SoftBusLinkType linkType, SoftBusMutexAttr *mutexAttr) in InitAuthItemMutexLock()
805 …for (SoftBusLinkType linkType = SOFTBUS_HISYSEVT_LINK_TYPE_BR; linkType < SOFTBUS_HISYSEVT_LINK_TY… in InitAuthEvtMutexLock() local
818 …for (SoftBusLinkType linkType = SOFTBUS_HISYSEVT_LINK_TYPE_BR; linkType < SOFTBUS_HISYSEVT_LINK_TY… in DeinitAuthEvtMutexLock() local
824 static int32_t InitBusCenterItemMutexLock(SoftBusLinkType linkType, SoftBusMutexAttr *mutexAttr) in InitBusCenterItemMutexLock()
1037 static int32_t SoftBusCreateAuthResultMsg(SoftBusEvtReportMsg *msg, SoftBusLinkType linkType) in SoftBusCreateAuthResultMsg()
1202 static int32_t CreateBusCenterDurStasticMsg(SoftBusEvtReportMsg *msg, SoftBusLinkType linkType) in CreateBusCenterDurStasticMsg()
1275 static bool IsNeedReportLnnDurRecordItem(SoftBusLinkType linkType) in IsNeedReportLnnDurRecordItem()
1342 static bool IsNeedReportAuthResultRecordItem(SoftBusLinkType linkType) in IsNeedReportAuthResultRecordItem()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_power_control.h29 LaneLinkType linkType; member
H A Dlnn_lane_model.h26 uint32_t linkType : 6; /* LaneLinkType */ member
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dwifi_direct_processor.h58 virtual int32_t PrejudgeAvailability(WifiDirectLinkType linkType) in PrejudgeAvailability()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c112 LaneLinkType linkType; member
117 LaneLinkType linkType; member
1058 LaneLinkType linkType; in GetErrCodeWithLock() local
1227 LaneLinkType linkType = nodeInfo->linkList->linkType[i]; in IsNeedNotifySucc() local
1257 LaneLinkType linkType = nodeInfo->linkList->linkType[i]; in GetLaneLinkInfo() local
1307 LaneLinkType linkType; in NotifyLinkSucc() local
1355 LaneLinkType linkType = (LaneLinkType)msg->arg2; in LaneLinkSuccess() local
1393 LaneLinkType linkType = nodeInfo->linkList->linkType[i]; in IsNeedNotifyFail() local
1425 LaneLinkType linkType = nodeInfo->linkList->linkType[i]; in BuildLinkRetry() local
1454 LaneLinkType linkType = failInfo->linkType; in LaneLinkFail() local
[all …]
H A Dlnn_lane_link_p2p.c58 LaneLinkType linkType; member
97 LaneLinkType linkType; member
769 static WdGuideInfo *GetGuideNodeWithoutLock(uint32_t laneReqId, LaneLinkType linkType) in GetGuideNodeWithoutLock()
804 static void DelGuideInfoItem(uint32_t laneReqId, LaneLinkType linkType) in DelGuideInfoItem()
1333 static bool GuideNodeIsExist(uint32_t laneReqId, LaneLinkType linkType) in GuideNodeIsExist()
1402 LaneLinkType linkType = p2pLinkReqInfo.laneRequestInfo.linkType; in HandleGuideChannelAsyncFail() local
1886 static void DetectFail(uint32_t laneReqId, int32_t reason, LaneLinkType linkType) in DetectFail()
2440 static int32_t LnnSelectDirectLink(uint32_t laneReqId, LaneLinkType linkType) in LnnSelectDirectLink()
2458 static void BuildGuideChannel(uint32_t laneReqId, LaneLinkType linkType) in BuildGuideChannel()
2505 LaneLinkType linkType = (LaneLinkType)msg->arg2; in GuideChannelTrigger() local
[all …]
H A Dlnn_lane_link_p2p_virtual.c69 void RecycleP2pLinkedReqByLinkType(const char *peerNetworkId, LaneLinkType linkType) in RecycleP2pLinkedReqByLinkType()
H A Dlnn_lane_select.c117 int32_t LaneCapCheck(const char *networkId, LaneLinkType linkType) in LaneCapCheck()
169 int32_t GetErrCodeOfLink(const char *networkId, LaneLinkType linkType) in GetErrCodeOfLink()
550 static bool IsAuthReuseWifiDirect(const char *networkId, LaneLinkType linkType) in IsAuthReuseWifiDirect()
H A Dlnn_ctrl_lane.c158 static void CtrlLinkFail(uint32_t laneHandle, int32_t reason, LaneLinkType linkType) in CtrlLinkFail()
216 static void CtrlLinkSuccess(uint32_t laneHandle, LaneLinkType linkType, const LaneLinkInfo *linkInf… in CtrlLinkSuccess()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/fuzztest/softbushisysevt_fuzzer/
H A Dsoftbushisysevt_fuzzer.cpp38 SoftBusLinkType linkType = *(reinterpret_cast<const SoftBusLinkType *>(data)); in SoftBusRecordAuthResultFuzzTest() local
48 SoftBusLinkType linkType = *(reinterpret_cast<const SoftBusLinkType *>(data)); in SoftBusRecordBusCenterResultFuzzTest() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp139 static void NotifyWlanLinkSuccess(uint32_t reqId, LaneLinkType linkType, const LaneLinkInfo *linkIn… in NotifyWlanLinkSuccess()
147 static void NotifyWlanLinkFail(uint32_t reqId, int32_t reason, LaneLinkType linkType) in NotifyWlanLinkFail()
152 static void NotifyBrLinkSuccess(uint32_t reqId, LaneLinkType linkType, const LaneLinkInfo *linkInfo) in NotifyBrLinkSuccess()
159 static void NotifyBrLinkFail(uint32_t reqId, int32_t reason, LaneLinkType linkType) in NotifyBrLinkFail()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_deps_mock.cpp139 uint64_t GenerateLaneId(const char *localUdid, const char *remoteUdid, LaneLinkType linkType) in GenerateLaneId()
144 int32_t LaneCapCheck(const char *networkId, LaneLinkType linkType) in LaneCapCheck()
149 int32_t GetErrCodeOfLink(const char *networkId, LaneLinkType linkType) in GetErrCodeOfLink()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
H A Dsimple_processor_selector.cpp53 const char *remoteNetworkId, enum WifiDirectLinkType linkType) in operator ()()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_message.h35 int32_t linkType; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_wifi_direct_test.cpp71 static void OnLaneLinkSuccess(uint32_t reqId, LaneLinkType linkType, const LaneLinkInfo *linkInfo) in OnLaneLinkSuccess()
80 static void OnLaneLinkFail(uint32_t reqId, int32_t reason, LaneLinkType linkType) in OnLaneLinkFail()
94 static bool IsNegotiateChannelNeeded(const char *remoteNetworkId, enum WifiDirectLinkType linkType) in IsNegotiateChannelNeeded()
H A Dlnn_lane_link_test.cpp79 static void OnLaneLinkSuccess(uint32_t reqId, LaneLinkType linkType, const LaneLinkInfo *linkInfo) in OnLaneLinkSuccess()
88 static void OnLaneLinkFail(uint32_t reqId, int32_t reason, LaneLinkType linkType) in OnLaneLinkFail()
117 static bool IsNegotiateChannelNeeded(const char *remoteNetworkId, enum WifiDirectLinkType linkType) in IsNegotiateChannelNeeded()
220 static bool IsNegotiateChannelNeeded2(const char *remoteNetworkId, enum WifiDirectLinkType linkType) in IsNegotiateChannelNeeded2()
259 LaneLinkType linkType = (LaneLinkType)testLink; variable
1545 static void SetCommonFunction(uint32_t laneReqId, LaneLinkType linkType, struct WifiDirectManager m… in SetCommonFunction()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_connection_info.h45 LinkType linkType; member
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_virtual.c89 static bool IsNoneLinkByType(enum WifiDirectLinkType linkType) in IsNoneLinkByType()
117 static bool IsNegotiateChannelNeeded(const char *remoteNetworkId, enum WifiDirectLinkType linkType) in IsNegotiateChannelNeeded()
H A Dwifi_direct_types.h93 enum WifiDirectLinkType linkType; member
103 enum WifiDirectLinkType linkType; member
152 enum StatisticLinkType linkType; member
188 enum WifiDirectLinkType linkType; member
H A Dwifi_direct_manager.cpp250 static OHOS::SoftBus::InnerLink::LinkType LinkTypeConver(enum WifiDirectLinkType linkType) in LinkTypeConver()
262 static bool IsNoneLinkByType(enum WifiDirectLinkType linkType) in IsNoneLinkByType()
482 static bool IsNegotiateChannelNeeded(const char *remoteNetworkId, enum WifiDirectLinkType linkType) in IsNegotiateChannelNeeded()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c144 int32_t linkType; member
298 int32_t linkType = linkTypePara; in ConnStatsLinkType() local
319 int32_t linkType = GetInt32ValueByRecord(record, LINK_TYPE_NAME); in FillConnHmlInfo() local
368 int32_t linkType = GetInt32ValueByRecord(&srcRecord[i], LINK_TYPE_NAME); in OnQueryConn() local
481 int linkType = linkTypePara; in TransStatsSuccessDetail() local
527 int32_t linkType = transStatsPara->linkType; in TransStats() local
589 int32_t linkType = GetInt32ValueByRecord(&srcRecord[i], LINK_TYPE_NAME); in OnQueryTrans() local
648 int32_t linkType = GetInt32ValueByRecord(&srcRecord[i], LINK_TYPE_NAME); in OnQueryAlarm() local
707 int32_t linkType = atoi(delimit + 1); in GenerateTransSuccessRateString() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_manager.cpp257 WifiDirectLinkType linkType = WIFI_DIRECT_LINK_TYPE_P2P; in GetReuseLink() local
272 InnerLink::LinkType linkType { InnerLink::LinkType::INVALID_TYPE }; in GetReuseLink() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_deps_mock.cpp59 uint64_t GenerateLaneId(const char *localUdid, const char *remoteUdid, LaneLinkType linkType) in GenerateLaneId()
/ohos5.0/foundation/filemanagement/dfs_service/test/moduletest/src/
H A Ddistributedfiledaemon_service_test.cpp59 int32_t linkType; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp209 static void OnLaneLinkFail(uint32_t reqId, int32_t reason, LaneLinkType linkType) in OnLaneLinkFail()
217 static void OnLaneLinkSuccess(uint32_t reqId, LaneLinkType linkType, const LaneLinkInfo *linkInfo) in OnLaneLinkSuccess()
225 static void OnLaneLinkSuccessForDetect(uint32_t reqId, LaneLinkType linkType, const LaneLinkInfo *l… in OnLaneLinkSuccessForDetect()
233 static void OnLaneLinkFailForDetect(uint32_t reqId, int32_t reason, LaneLinkType linkType) in OnLaneLinkFailForDetect()
342 static int32_t AddLaneResourceForAllocTest(LaneLinkType linkType) in AddLaneResourceForAllocTest()
2723 LaneLinkType linkType = LANE_LINK_TYPE_BUTT; variable
3396 LaneLinkType linkType = LANE_COC_DIRECT; variable
3420 LaneLinkType linkType = LANE_P2P_REUSE; variable
3440 LaneLinkType linkType = LANE_P2P_REUSE; variable
3460 LaneLinkType linkType = LANE_P2P_REUSE; variable
[all …]

123