Home
last modified time | relevance | path

Searched refs:cl (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel_fsm.c50 RfcommFlowControlType fcType, uint8_t reqCl, RfcommPnCmdKind cmdKind, uint8_t *cl, uint8_t *credits);
118 uint8_t cl = 0; in RfcommOpenChannel() local
130 RfcommSetUihPnParameter(session->fcType, 0, PN_REQ, &cl, &credits); in RfcommOpenChannel()
134 pnInfo.cl = cl; in RfcommOpenChannel()
235 uint8_t cl = 0; in RfcommRecvUa() local
276 RfcommSetUihPnParameter(session->fcType, 0, PN_REQ, &cl, &credits); in RfcommRecvUa()
280 pnInfo.cl = cl; in RfcommRecvUa()
422 uint8_t cl in RfcommRecvPnReq() local
1139 RfcommSetUihPnParameter( RfcommFlowControlType fcType, uint8_t reqCl, RfcommPnCmdKind cmdKind, uint8_t *cl, uint8_t *credits) RfcommSetUihPnParameter() argument
[all...]
H A Drfcomm_session.c208 * @param cl cl value.
210 void RfcommSetFlowControlType(RfcommSessionInfo *session, bool isPnReq, uint8_t cl) in RfcommSetFlowControlType() argument
222 if (cl == CL_REQ_SUPPORT_CREDIT) { in RfcommSetFlowControlType()
228 if (cl == CL_RSP_SUPPORT_CREDIT) { in RfcommSetFlowControlType()
H A Drfcomm_defs.h363 uint8_t cl; member
416 uint8_t cl; member
556 void RfcommSetFlowControlType(RfcommSessionInfo *session, bool isPnReq, uint8_t cl);
H A Drfcomm_frames.c253 header[RFCOMM_PN_CL] = 0 | (pnInfo->cl << RFCOMM_PN_SHIFT_CL); in RfcommSendUihPn()
1038 output.info->pn.cl = data[RFCOMM_OFFSET_1] >> RFCOMM_PN_SHIFT_CL; in RfcommSetPnInfo()
/foundation/graphic/graphic_3d/kits/js/src/
H A DPropertyProxy.cpp115 auto cl = ref.Get(jsName.c_str()); in Create() local
116 if (cl) { in Create()
118 napi_new_instance(env, cl, 0, nullptr, &value); in Create()
H A DBaseObjectJS.cpp141 auto cl = GetJSConstructor(env, jsName); in IsInstanceOf() local
143 auto status = napi_instanceof(env, obj, cl, &result); in IsInstanceOf()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp83 std::for_each(renderColors_.begin(), renderColors_.end(), [](Color& cl) { cl.UpdateColorByResourceId(); }); in UpdateColorByResourceId()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp179 std::for_each(colors.begin(), colors.end(), [](Color& cl) { cl.UpdateColorByResourceId(); }); in UpdateColorByResourceId()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h145 std::for_each(colors.begin(), colors.end(), [](Color& cl) { cl.UpdateColorByResourceId(); }); in UpdateColorByResourceId()

Completed in 8 milliseconds