/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_common.c | 31 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 D | lnn_lane_model.c | 40 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 D | lnn_lane_listener.c | 268 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 D | lnn_ctrl_lane.c | 203 LaneProfile profile; in CtrlNotifyLaneAllocSuccess() 205 (void)memset_s(&profile, sizeof(LaneProfile), 0, sizeof(LaneProfile)); in CtrlNotifyLaneAllocSuccess()
|
H A D | lnn_trans_lane.c | 984 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 D | lnn_lane_model.h | 35 int32_t GetLaneProfile(uint32_t profileId, LaneProfile *profile); 38 int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile);
|
H A D | lnn_lane_common.h | 28 int32_t LaneInfoProcess(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile);
|
H A D | lnn_lane_def.h | 67 } LaneProfile; typedef
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/ |
H A D | lnn_lane_listener_deps_mock.h | 33 LaneProfile *profile) = 0; 55 LaneProfile *profile));
|
H A D | lnn_lane_listener_deps_mock.cpp | 44 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 D | lnn_trans_lane_deps_mock.h | 43 virtual int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile) = 0; 70 MOCK_METHOD2(BindLaneIdToProfile, int32_t (uint64_t, LaneProfile *));
|
H A D | lnn_trans_lane_deps_mock.cpp | 94 int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile) in BindLaneIdToProfile()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 1145 LaneProfile profile = {}; 1161 LaneProfile profile = {}; 1177 LaneProfile profile = {}; 1193 LaneProfile *profile = nullptr; 1217 LaneProfile profile = {}; 1266 LaneProfile profile = {};
|