Home
last modified time | relevance | path

Searched refs:clientRef (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c298 if (item->clientRef > 0) { in DetectDisableWifiDirectApply()
340 if (item->clientRef > 0) { in DetectEnableWifiDirectApply()
341 powerInfo.activeHml = item->clientRef; in DetectEnableWifiDirectApply()
381 resourceItem->clientRef = isServerSide ? 0 : 1; in CreateNewLaneResource()
444 resourceItem->clientRef++; in UpdateExistLaneResource()
446 resourceItem->laneId, resourceItem->clientRef); in UpdateExistLaneResource()
490 ref = item->clientRef; in IsNeedDelResource()
491 if (item->clientRef == 0) { in IsNeedDelResource()
502 ref = item->clientRef; in IsNeedDelResource()
503 if (item->clientRef != 0) { in IsNeedDelResource()
[all …]
H A Dlnn_trans_lane.c903 if (resourceItem.link.type == LANE_HML && resourceItem.clientRef == 1 && isHichain && in IsNeedDelayFreeLane()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp2063 clientRef++;
2079 EXPECT_EQ(laneResourse.clientRef, clientRef);
2123 clientRef++;
2134 EXPECT_EQ(laneResourse.clientRef, clientRef);
2181 EXPECT_EQ(laneResourse.clientRef, clientRef);
2419 EXPECT_EQ(laneResourse.clientRef, clientRef);
2424 EXPECT_EQ(laneResourse.clientRef, clientRef);
2430 EXPECT_EQ(laneResourse.clientRef, clientRef);
2623 EXPECT_EQ(laneResourse.clientRef, clientRef);
2667 EXPECT_EQ(laneResourse.clientRef, clientRef);
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link.h115 uint32_t clientRef; member