Home
last modified time | relevance | path

Searched refs:LaneProfile (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_common.c31 typedef int32_t (*LinkInfoProc)(const LaneLinkInfo *, LaneConnInfo *, LaneProfile *);
33 static int32_t BrInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profil… in BrInfoProc()
44 static int32_t BleInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profi… in BleInfoProc()
63 static int32_t P2pInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profi… in P2pInfoProc()
77 static int32_t HmlInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profi… in HmlInfoProc()
91 static int32_t HmlRawInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *pr… in HmlRawInfoProc()
101 static int32_t P2pReuseInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *… in P2pReuseInfoProc()
109 static int32_t Wlan2P4GInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *… in Wlan2P4GInfoProc()
123 static int32_t Wlan5GInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *pr… in Wlan5GInfoProc()
150 static int32_t CocInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profi… in CocInfoProc()
[all …]
H A Dlnn_lane_model.c40 LaneProfile profile;
106 static int32_t AddLaneModel(uint64_t laneId, uint32_t profileId, LaneProfile *laneProfile) in AddLaneModel()
121 if (memcpy_s(&newModel.profile, sizeof(LaneProfile), laneProfile, sizeof(LaneProfile)) != EOK) { in AddLaneModel()
141 int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile) in BindLaneIdToProfile()
178 int32_t GetLaneProfile(uint32_t profileId, LaneProfile *profile) in GetLaneProfile()
193 if (memcpy_s(profile, sizeof(LaneProfile), &laneModel->profile, sizeof(LaneProfile)) != EOK) { in GetLaneProfile()
H A Dlnn_lane_listener.c268 LaneProfile profile; in LaneLinkupNotify()
269 (void)memset_s(&profile, sizeof(LaneProfile), 0, sizeof(LaneProfile)); in LaneLinkupNotify()
331 LaneProfile profile; in LaneLinkdownNotify()
332 (void)memset_s(&profile, sizeof(LaneProfile), 0, sizeof(LaneProfile)); in LaneLinkdownNotify()
H A Dlnn_ctrl_lane.c203 LaneProfile profile; in CtrlNotifyLaneAllocSuccess()
205 (void)memset_s(&profile, sizeof(LaneProfile), 0, sizeof(LaneProfile)); in CtrlNotifyLaneAllocSuccess()
H A Dlnn_trans_lane.c984 LaneProfile profile; in NotifyLaneAllocSuccess()
986 (void)memset_s(&profile, sizeof(LaneProfile), 0, sizeof(LaneProfile)); in NotifyLaneAllocSuccess()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_model.h35 int32_t GetLaneProfile(uint32_t profileId, LaneProfile *profile);
38 int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile);
H A Dlnn_lane_common.h28 int32_t LaneInfoProcess(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile);
H A Dlnn_lane_def.h67 } LaneProfile; typedef
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_deps_mock.h33 LaneProfile *profile) = 0;
55 LaneProfile *profile));
H A Dlnn_lane_listener_deps_mock.cpp44 int32_t LaneInfoProcess(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in LaneInfoProcess()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_deps_mock.h43 virtual int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile) = 0;
70 MOCK_METHOD2(BindLaneIdToProfile, int32_t (uint64_t, LaneProfile *));
H A Dlnn_trans_lane_deps_mock.cpp94 int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile) in BindLaneIdToProfile()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp1145 LaneProfile profile = {};
1161 LaneProfile profile = {};
1177 LaneProfile profile = {};
1193 LaneProfile *profile = nullptr;
1217 LaneProfile profile = {};
1266 LaneProfile profile = {};