/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/ |
H A D | lnn_trans_lane_test.cpp | 161 LaneAllocInfo allocInfo; variable 192 LaneAllocInfo allocInfo; variable 230 LaneAllocInfo allocInfo; variable 268 LaneAllocInfo allocInfo; variable 399 LaneAllocInfoExt allocInfo = { .type = LANE_TYPE_TRANS, .linkList.linkTypeNum = LANE_HML_RAW, }; variable 434 LaneAllocInfo allocInfo = { variable 486 RawLaneAllocInfo allocInfo = { .type = LANE_TYPE_TRANS }; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 414 LaneAllocInfo allocInfo = {}; variable 452 LaneAllocInfo allocInfo = {}; variable 481 LaneAllocInfo allocInfo = {}; variable 821 LaneAllocInfo allocInfo; variable 868 LaneAllocInfo allocInfo; variable 914 LaneAllocInfo allocInfo; variable 954 LaneAllocInfo allocInfo; variable 991 LaneAllocInfo allocInfo; variable 1027 LaneAllocInfo allocInfo; variable 1063 LaneAllocInfo allocInfo; variable [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_ctrl_lane.c | 35 LaneAllocInfo allocInfo; member 243 static int32_t CreateLinkRequestNode(const LaneAllocInfo *allocInfo, LinkRequest *requestInfo) in CreateLinkRequestNode() 261 static int32_t CreateCtrlReqNode(uint32_t laneHandle, const LaneAllocInfo *allocInfo, in CreateCtrlReqNode() 339 static int32_t AllocCtrlLane(uint32_t laneHandle, const LaneAllocInfo *allocInfo, const LaneAllocLi… in AllocCtrlLane() 391 static int32_t CtrlAlloc(uint32_t laneHandle, const LaneAllocInfo *allocInfo, const LaneAllocListen… in CtrlAlloc()
|
H A D | lnn_lane.c | 282 static bool AllocInfoCheck(const LaneAllocInfo *allocInfo, const LaneAllocListener *listener) in AllocInfoCheck() 305 static int32_t LnnAllocLane(uint32_t laneReqId, const LaneAllocInfo *allocInfo, const LaneAllocList… in LnnAllocLane() 329 static int32_t LnnAllocRawLane(uint32_t laneHandle, const RawLaneAllocInfo *allocInfo, in LnnAllocRawLane() 352 static int32_t LnnReAllocLane(uint32_t laneReqId, uint64_t laneId, const LaneAllocInfo *allocInfo, in LnnReAllocLane() 377 static int32_t LnnAllocTargetLane(uint32_t laneHandle, const LaneAllocInfoExt *allocInfo, in LnnAllocTargetLane()
|
H A D | lnn_trans_lane.c | 362 static TransReqInfo *CreateReqNodeWithQos(uint32_t laneReqId, const LaneAllocInfo *allocInfo, in CreateReqNodeWithQos() 392 static int32_t TriggerLinkWithQos(uint32_t laneReqId, const LaneAllocInfo *allocInfo, in TriggerLinkWithQos() 441 static int32_t StartTriggerLink(uint32_t laneReqId, const LaneAllocInfo *allocInfo, const LaneAlloc… in StartTriggerLink() 464 …ic int32_t AllocValidLane(uint32_t laneReqId, uint64_t allocLaneId, const LaneAllocInfo *allocInfo, in AllocValidLane() 509 static int32_t LaneAllocInfoConvert(const LaneAllocInfoExt *allocInfoExt, LaneAllocInfo *allocInfo) in LaneAllocInfoConvert() 531 LaneAllocInfo allocInfo; in BuildTargetLink() local 561 static int32_t AllocTargetLane(uint32_t laneHandle, const LaneAllocInfoExt *allocInfo, in AllocTargetLane() 624 static int32_t ProcessSpecifiedLink(uint32_t laneHandle, const LaneAllocInfo *allocInfo, in ProcessSpecifiedLink() 641 static int32_t AllocLaneByQos(uint32_t laneReqId, const LaneAllocInfo *allocInfo, const LaneAllocLi… in AllocLaneByQos() 661 static int32_t ReallocLaneByQos(uint32_t laneReqId, uint64_t laneId, const LaneAllocInfo *allocInfo, in ReallocLaneByQos() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_pending_test.cpp | 159 static int32_t TestLnnAllocLane(uint32_t laneHandle, const LaneAllocInfo *allocInfo, const LaneAllo… in TestLnnAllocLane() 164 static int32_t TestLnnAllocLaneFail(uint32_t laneHandle, const LaneAllocInfo *allocInfo, in TestLnnAllocLaneFail() 543 LaneAllocInfo allocInfo; variable 563 LaneAllocInfo allocInfo; variable 1256 LaneAllocInfo allocInfo; variable
|
H A D | trans_lane_test.cpp | 808 LaneAllocInfo allocInfo = { variable
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_trans_lane.h | 38 LaneAllocInfo allocInfo; member
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_lane.c | 379 static int32_t AuthGetLaneAllocInfo(const char *networkId, LaneAllocInfo *allocInfo) in AuthGetLaneAllocInfo() 432 LaneAllocInfo allocInfo; in AuthAllocLane() local
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 1011 static void TransGetBleMacForAllocLane(const SessionParam *param, LaneAllocInfo *allocInfo) in TransGetBleMacForAllocLane() 1023 static int32_t GetAllocInfoBySessionParam(const SessionParam *param, LaneAllocInfo *allocInfo) in GetAllocInfoBySessionParam() 1209 …c int32_t TransAddLaneAllocToPendingAndWaiting(uint32_t laneHandle, const LaneAllocInfo *allocInfo) in TransAddLaneAllocToPendingAndWaiting() 1286 int32_t TransGetLaneInfoByQos(const LaneAllocInfo *allocInfo, LaneConnInfo *connInfo, uint32_t *lan… in TransGetLaneInfoByQos() 1339 LaneAllocInfo allocInfo; in TransGetLaneInfo() local 1403 int32_t TransAsyncGetLaneInfoByQos(const SessionParam *param, const LaneAllocInfo *allocInfo, in TransAsyncGetLaneInfoByQos() 1457 LaneAllocInfo allocInfo; in TransAsyncGetLaneInfo() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | native_buffer_utils.cpp | 149 VkMemoryAllocateInfo allocInfo = { in AllocateDeviceMemory() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_lane_test.cpp | 194 LaneAllocInfo allocInfo; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | lane_test.cpp | 393 LaneAllocInfo allocInfo; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1265 VkMemoryAllocateInfo allocInfo{}; in MakeBackendTexture() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 131 VkMemoryAllocateInfo allocInfo{}; in MakeBackendTexture() local
|