Searched refs:cl (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_channel_fsm.c | 50 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 D | rfcomm_session.c | 208 * @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 D | rfcomm_defs.h | 363 uint8_t cl; member 416 uint8_t cl; member 556 void RfcommSetFlowControlType(RfcommSessionInfo *session, bool isPnReq, uint8_t cl);
|
H A D | rfcomm_frames.c | 253 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 D | PropertyProxy.cpp | 115 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 D | BaseObjectJS.cpp | 141 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 D | text_style.cpp | 83 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 D | text_styles.cpp | 179 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 D | rich_editor_model.h | 145 std::for_each(colors.begin(), colors.end(), [](Color& cl) { cl.UpdateColorByResourceId(); }); in UpdateColorByResourceId()
|
Completed in 8 milliseconds