Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 145) sorted by relevance

123456

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/gap/
Dgap_le_if.c234 static void GapLeSetRoleTask(void *ctx) in GapLeSetRoleTask()
243 GapLeSetRoleInfo *ctx = MEM_MALLOC.alloc(sizeof(GapLeSetRoleInfo)); in GAPIF_LeSetRole() local
261 static void GapLeSetStaticIdentityAddrTask(void *ctx) in GapLeSetStaticIdentityAddrTask()
270 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GAPIF_LeSetStaticIdentityAddr() local
288 static void GapLeGenResPriAddrTask(void *ctx) in GapLeGenResPriAddrTask()
297 GapGeneralCallbackInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralCallbackInfo)); in GAPIF_LeGenResPriAddr() local
316 static void GapLeExAdvGetMaxDataLenTask(void *ctx) in GapLeExAdvGetMaxDataLenTask()
325 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GAPIF_LeExAdvGetMaxDataLen() local
343 static void GapLeExAdvGetMaxHandleNumTask(void *ctx) in GapLeExAdvGetMaxHandleNumTask()
352 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GAPIF_LeExAdvGetMaxHandleNum() local
[all …]
Dgap_if.c173 static void GapSetLocalNameTask(void *ctx) in GapSetLocalNameTask()
182 GapSetLocalNameInfo *ctx = MEM_MALLOC.alloc(sizeof(GapSetLocalNameInfo)); in GAPIF_SetLocalName() local
201 static void GapSetClassOfDeviceTask(void *ctx) in GapSetClassOfDeviceTask()
210 GapSetClassOfDeviceInfo *ctx = MEM_MALLOC.alloc(sizeof(GapSetClassOfDeviceInfo)); in GAPIF_SetClassOfDevice() local
228 static void GapSetExtendedInquiryResponseTask(void *ctx) in GapSetExtendedInquiryResponseTask()
237 …GapSetExtendedInquiryResponseInfo *ctx = MEM_MALLOC.alloc(sizeof(GapSetExtendedInquiryResponseInfo… in GAPIF_SetExtendedInquiryResponse() local
255 static void GapSetScanModeTask(void *ctx) in GapSetScanModeTask()
265 GapSetScanModeInfo *ctx = MEM_MALLOC.alloc(sizeof(GapSetScanModeInfo)); in GAPIF_SetScanMode() local
286 static void GapSetBondableModeTask(void *ctx) in GapSetBondableModeTask()
295 GapSetBondableModeInfo *ctx = MEM_MALLOC.alloc(sizeof(GapSetBondableModeInfo)); in GAPIF_SetBondableMode() local
[all …]
Dgap_task_common.c23 void GapBlockInTaskProcess(void *ctx) in GapBlockInTaskProcess()
34 void GapUnBlockInTaskProcess(void *ctx) in GapUnBlockInTaskProcess()
51 int GapRunTaskBlockProcess(void (*func)(void *), void *ctx) in GapRunTaskBlockProcess() argument
77 int GapRunTaskUnBlockProcess(void (*const func)(void *), void *ctx, void (*const free)(void *)) in GapRunTaskUnBlockProcess() argument
Dgap_l2cap_receive.c28 void *ctx; member
34 void *ctx; member
37 static void GapReceiveL2capParameterUpdateReqTask(void *ctx) in GapReceiveL2capParameterUpdateReqTask()
44 uint16_t aclHandle, uint8_t id, const L2capLeConnectionParameter *param, void *ctx) in GapRecvL2capParameterUpdateReq()
65 static void GapReceiveL2capParameterUpdateRspTask(void *ctx) in GapReceiveL2capParameterUpdateRspTask()
71 static void GapRecvL2capParameterUpdateRsp(uint16_t aclHandle, uint16_t result, void *ctx) in GapRecvL2capParameterUpdateRsp()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/
Dqjs_helpers.cpp30 std::string ParseLogContent(JSContext* ctx, int32_t argc, JSValueConst* argv) in ParseLogContent()
78 JSValue JsLogPrint(JSContext* ctx, JsLogLevel level, JSValueConst value, int32_t argc, JSValueConst… in JsLogPrint()
104 JSValue JsLogPrint(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in JsLogPrint()
109 JSValue JsDebugLogPrint(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in JsDebugLogPrint()
114 JSValue JsInfoLogPrint(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in JsInfoLogPrint()
119 JSValue JsWarnLogPrint(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in JsWarnLogPrint()
124 JSValue JsErrorLogPrint(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in JsErrorLogPrint()
129 JSValue AppLogPrint(JSContext* ctx, JsLogLevel level, JSValueConst value, int32_t argc, JSValueCons… in AppLogPrint()
157 JSValue AppLogPrint(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in AppLogPrint()
162 JSValue AppDebugLogPrint(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in AppDebugLogPrint()
[all …]
Dqjs_declarative_engine_instance.cpp64 QJSDeclarativeEngineInstance* QJSDeclarativeEngineInstance::UnWrapEngineInstance(JSContext* ctx) in UnWrapEngineInstance()
99 RefPtr<JsAcePage> QJSDeclarativeEngineInstance::GetRunningPage(JSContext* ctx) in GetRunningPage()
110 RefPtr<JsAcePage> QJSDeclarativeEngineInstance::GetStagingPage(JSContext* ctx) in GetStagingPage()
153 void QJSDeclarativeEngineInstance::PushJSCommand(JSContext* ctx, const RefPtr<JsCommand>& jsCommand… in PushJSCommand()
164 void QJSDeclarativeEngineInstance::PostJsTask(JSContext* ctx, std::function<void()>&& task) in PostJsTask()
172 void QJSDeclarativeEngineInstance::TriggerPageUpdate(JSContext* ctx) in TriggerPageUpdate()
182 RefPtr<PipelineContext> QJSDeclarativeEngineInstance::GetPipelineContext(JSContext* ctx) in GetPipelineContext()
192 JSContext* ctx, const char* buf, size_t bufLen, const char* filename, int evalFlags) in EvalBuf()
206 void QJSDeclarativeEngineInstance::output_object_code(JSContext* ctx, int fho, JSValueConst obj) in output_object_code()
223 JSValue QJSDeclarativeEngineInstance::eval_binary_buf(JSContext* ctx, const uint8_t* buf, size_t bu… in eval_binary_buf()
[all …]
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/rfcomm/
Drfcomm_api.c26 Event *ctx = context; in RfcommInitializeTsk() local
48 Event *ctx = EventCreate(true); in RFCOMM_Startup() local
70 Event *ctx = context; in RfcommFinalizeTsk() local
94 Event *ctx = EventCreate(true); in RFCOMM_Shutdown() local
115 RfcommAssignScnInfo *ctx = context; in RfcommAssignServerNumTsk() local
144 RfcommAssignScnInfo *ctx = malloc(sizeof(RfcommAssignScnInfo)); in RFCOMM_AssignServerNum() local
175 RfcommFreeScnInfo *ctx = context; in RfcommFreeServerNumTsk() local
198 RfcommFreeScnInfo *ctx = malloc(sizeof(RfcommFreeScnInfo)); in RFCOMM_FreeServerNum() local
225 RfcommConnectDlcInfo *ctx = context; in RfcommConnectChannelTsk() local
253 RfcommConnectDlcInfo *ctx = malloc(sizeof(RfcommConnectDlcInfo)); in RFCOMM_ConnectChannel() local
[all …]
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/
Doffscreen_canvas_bridge.cpp30 inline std::vector<double> GetJsDashValue(JSContext* ctx, JSValueConst value) in GetJsDashValue()
67 inline double GetJsDoubleVal(JSContext* ctx, JSValueConst value) in GetJsDoubleVal()
78 inline Rect GetJsRectParam(JSContext* ctx, int32_t argc, JSValueConst* argv) in GetJsRectParam()
93 inline PaintState JsParseTextDirection(JSContext* ctx, JSValue value) in JsParseTextDirection()
104 inline PaintState JsParseTextState(JSContext* ctx, JSValue value) in JsParseTextState()
156 int32_t GetCurrentBridgeId(JSContext* ctx, JSValueConst value) in GetCurrentBridgeId()
167 RefPtr<OffscreenCanvasBridge> GetOffscreenCanvasBridge(JSContext* ctx, JSValueConst value) in GetOffscreenCanvasBridge()
182 OffscreenCanvasBridge::OffscreenCanvasBridge(JSContext* ctx, int32_t width, int32_t height) in OffscreenCanvasBridge()
228 JSValue OffscreenCanvasBridge::GetBridge(JSContext* ctx) in GetBridge()
245 Gradient OffscreenCanvasBridge::GetGradient(JSContext* ctx, JSValueConst value) in GetGradient()
[all …]
Dcanvas_bridge.cpp60 inline double GetJsDoubleVal(JSContext* ctx, JSValueConst value) in GetJsDoubleVal()
71 inline std::vector<double> GetJsDashValue(JSContext* ctx, JSValueConst value) in GetJsDashValue()
93 inline Rect GetJsRectParam(JSContext* ctx, int32_t argc, JSValueConst* argv) in GetJsRectParam()
108 inline NodeId GetCurrentNodeId(JSContext* ctx, JSValueConst value) in GetCurrentNodeId()
119 void PushTaskToPage(JSContext* ctx, JSValueConst value, const std::function<void(const RefPtr<Canva… in PushTaskToPage()
135 void PushTaskToPageById(JSContext* ctx, NodeId id, const std::function<void(const RefPtr<CanvasTask… in PushTaskToPageById()
149 inline PaintState JsParseTextState(JSContext* ctx, JSValue value) in JsParseTextState()
235 void CanvasBridge::HandleJsContext(JSContext* ctx, NodeId id, const std::string& args, JsEngineInst… in HandleJsContext()
307 JSContext* ctx, NodeId id, const std::string& args, JsEngineInstance* engine, in JSHandleWebglContext()
367 void CanvasBridge::HandleToDataURL(JSContext* ctx, NodeId id, const std::string& args) in HandleToDataURL()
[all …]
Dqjs_engine.cpp84JSContext* ctx, const char* buf, size_t bufLen, const char* filename, int32_t evalFlags, int32_t i… in CallEvalBuf()
98 JSValue CallReadObject(JSContext* ctx, const uint8_t* buf, size_t bufLen, bool persist = false, int… in CallReadObject()
111 RefPtr<JsAcePage> GetRunningPage(JSContext* ctx) in GetRunningPage()
118 RefPtr<JsAcePage> GetStagingPage(JSContext* ctx) in GetStagingPage()
125 void GetArrayValue(JSContext* ctx, JSValueConst arrayVal, std::string& result) in GetArrayValue()
159 void GetAttrImage(JSContext* ctx, JSValueConst valObject, ImageProperties& imageProperties) in GetAttrImage()
202 void GetAttrImages(JSContext* ctx, JSValueConst arrayVal, std::vector<ImageProperties>& images) in GetAttrImages()
216 bool SetDomAttributes(JSContext* ctx, JSValueConst fromMap, JsCommandDomElementOperator& command) in SetDomAttributes()
311 void GetAndRegisterFamily(JSContext* ctx, JSValueConst valArray, std::string& familyStyle) in GetAndRegisterFamily()
357 void GetStyleFamilyValue(JSContext* ctx, JSValueConst arrayVal, std::string& familyStyle) in GetStyleFamilyValue()
[all …]
Dqjs_utils.cpp138 ScopedString::ScopedString(JSContext* ctx, JSValueConst val) : context_(ctx) in ScopedString()
144 ScopedString::ScopedString(JSContext* ctx, JSAtom atom) : context_(ctx) in ScopedString()
190 JSContext* ctx = QJSContext::Current(); in Stringify() local
204 std::string ScopedString::Stringify(JSContext* ctx, JSValueConst val) in Stringify()
224 JSValue QJSUtils::NewStringLen(JSContext* ctx, const char* str, size_t len) in NewStringLen()
233 JSValue QJSUtils::NewString(JSContext* ctx, const char* str) in NewString()
242 JSValue QJSUtils::ParseJSON(JSContext* ctx, const char* buf, size_t bufLen, const char* filename) in ParseJSON()
251 JSValue QJSUtils::NewObject(JSContext* ctx) in NewObject()
260 JSValue QJSUtils::Call(JSContext* ctx, JSValueConst funcObj, JSValueConst thisObj, int32_t argc, JS… in Call()
270 JSValue QJSUtils::Eval(JSContext* ctx, const char* input, size_t inputLen, const char* filename, in… in Eval()
[all …]
/foundation/communication/dsoftbus/sdk/frame/small/src/
Ddisc_client_stub.c23 int32_t ClientOnDiscoverySuccess(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnDiscoverySuccess()
37 int32_t ClientOnDiscoverFailed(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnDiscoverFailed()
52 int32_t ClientOnDeviceFound(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnDeviceFound()
71 int32_t ClientOnPublishSuccess(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnPublishSuccess()
85 int32_t ClientOnPublishFail(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnPublishFail()
Dbus_center_client_stub.c25 int32_t ClientOnJoinLNNResult(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnJoinLNNResult()
61 int32_t ClientOnLeaveLNNResult(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnLeaveLNNResult()
86 int32_t ClientOnNodeOnlineStateChanged(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnNodeOnlineStateChanged()
112 int32_t ClientOnNodeBasicInfoChanged(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnNodeBasicInfoChanged()
139 int32_t ClientOnTimeSyncResult(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnTimeSyncResult()
166 void ClientOnPublishLNNResult(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnPublishLNNResult()
180 void ClientOnRefreshLNNResult(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnRefreshLNNResult()
194 void ClientOnRefreshDeviceFound(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnRefreshDeviceFound()
Dtrans_client_stub.c24 int32_t ClientOnChannelOpened(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnChannelOpened()
77 int32_t ClientOnChannelOpenfailed(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnChannelOpenfailed()
91 int32_t ClientOnChannelClosed(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnChannelClosed()
105 int32_t ClientOnChannelMsgreceived(IpcIo *reply, const IpcContext *ctx, void *ipcMsg) in ClientOnChannelMsgreceived()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/l2cap/
Dl2cap_le_if.c35 L2cifLeRegisterServiceContext *ctx = NULL; in L2cifLeRegisterService() local
52 L2cifLeRegisterServiceContext *ctx = NULL; in L2CIF_LeRegisterService() local
79 L2cifLeDeregisterServiceContext *ctx = NULL; in L2cifLeDeregisterService() local
95 L2cifLeDeregisterServiceContext *ctx = NULL; in L2CIF_LeDeregisterService() local
120 L2cifLeCreditBasedConnectionReqContext *ctx = NULL; in L2cifLeCreditBasedConnectionReq() local
138 L2cifLeCreditBasedConnectionReqContext *ctx = NULL; in L2CIF_LeCreditBasedConnectionReq() local
169 L2cifLeCreditBasedConnectionRspContext *ctx = NULL; in L2cifLeCreditBasedConnectionRsp() local
186 L2cifLeCreditBasedConnectionRspContext *ctx = NULL; in L2CIF_LeCreditBasedConnectionRsp() local
214 L2cifLeDisconnectionReqContext *ctx = NULL; in L2cifLeDisconnectionReq() local
230 L2cifLeDisconnectionReqContext *ctx = NULL; in L2CIF_LeDisconnectionReq() local
[all …]
Dl2cap_if.c39 L2cifRegisterServiceContext *ctx = NULL; in L2cifRegisterService() local
55 L2cifRegisterServiceContext *ctx = NULL; in L2CIF_RegisterService() local
82 L2cifDeregisterServiceContext *ctx = NULL; in L2cifDeregisterService() local
98 L2cifDeregisterServiceContext *ctx = NULL; in L2CIF_DeregisterService() local
123 L2cifConnectReqContext *ctx = NULL; in L2cifConnectReq() local
141 L2cifConnectReqContext *ctx = NULL; in L2CIF_ConnectReq() local
172 L2cifConnectRspContext *ctx = NULL; in L2cifConnectRsp() local
189 L2cifConnectRspContext *ctx = NULL; in L2CIF_ConnectRsp() local
215 L2cifConfigReqContext *ctx = NULL; in L2cifConfigReq() local
231 L2cifConfigReqContext *ctx = NULL; in L2CIF_ConfigReq() local
[all …]
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/modules/
Dqjs_router_module.cpp25 std::string JsParseRouteUrl(JSContext* ctx, JSValueConst valObject, const std::string& routerKey) in JsParseRouteUrl()
61 std::string JsParseRouteParams(JSContext* ctx, JSValueConst valObject, const std::string& paramsKey) in JsParseRouteParams()
95 JSValue PagePush(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in PagePush()
113 JSValue PageReplace(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in PageReplace()
131 JSValue PageBack(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in PageBack()
149 JSValue PageClear(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in PageClear()
160 JSValue PageGetLength(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in PageGetLength()
171 JSValue PageGetState(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in PageGetState()
189 JSValue PageGetParams(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in PageGetParams()
206 JSValue PostponePageTransition(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in PostponePageTransition()
[all …]
Dqjs_curves_module.cpp25 int32_t GetJsInt32Val(JSContext* ctx, JSValueConst value) in GetJsInt32Val()
34 double GetJsDoubleVal(JSContext* ctx, JSValueConst value) in GetJsDoubleVal()
45 std::string GetJsStringVal(JSContext* ctx, JSValueConst value) in GetJsStringVal()
55 JSValue CurvesInterpolate(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in CurvesInterpolate()
86 JSValue CurvesInit(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in CurvesInit()
119 JSValue ParseCurves(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv, std::stri… in ParseCurves()
158 JSValue CurvesBezier(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in CurvesBezier()
164 JSValue CurvesSpring(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in CurvesSpring()
170 void InitCurvesModule(JSContext* ctx, JSValue& moduleObj) in InitCurvesModule()
Dqjs_module_manager.cpp38 JSValue AppGetInfo(JSContext* ctx, JSValue value, int32_t argc, JSValueConst* argv) in AppGetInfo()
62 JSValue AppTerminate(JSContext* ctx, JSValue value, int32_t argc, JSValueConst* argv) in AppTerminate()
90 void ParseFullWindowParams(JSContext* ctx, JSValue params, std::string& duration) in ParseFullWindowParams()
118 JSValue AppRequestFullWindow(JSContext* ctx, JSValue value, int32_t argc, JSValueConst* argv) in AppRequestFullWindow()
156 JSValue AppSetImageCacheCount(JSContext* ctx, JSValue value, int32_t argc, JSValueConst* argv) in AppSetImageCacheCount()
192 JSValue AppSetImageRawDataCacheSize(JSContext* ctx, JSValue value, int32_t argc, JSValueConst* argv) in AppSetImageRawDataCacheSize()
228 JSValue AppSetImageFileCacheSize(JSContext* ctx, JSValue value, int32_t argc, JSValueConst* argv) in AppSetImageFileCacheSize()
264 void InitAppModule(JSContext* ctx, JSValue& moduleObj) in InitAppModule()
278 bool ModuleManager::InitModule(JSContext* ctx, const std::string& moduleName, JSValue& jsObject) in InitModule()
301 JSValue SetTimeout(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in SetTimeout()
[all …]
Dqjs_matrix4_module.cpp28 Matrix4 ConvertToMatrix(JSContext* ctx, JSValueConst value) in ConvertToMatrix()
51 JSValue ConvertToJSValue(JSContext* ctx, const Matrix4& matrix) in ConvertToJSValue()
63 double ConvertToDouble(JSContext* ctx, JSValueConst value, double defaultValue) in ConvertToDouble()
77 JSValue Init(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in Init()
98 JSValue Copy(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in Copy()
110 JSValue Combine(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in Combine()
130 JSValue Identity(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in Identity()
140 JSValue Invert(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in Invert()
151 JSValue Translate(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in Translate()
175 JSValue Scale(JSContext* ctx, JSValueConst value, int32_t argc, JSValueConst* argv) in Scale()
[all …]
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/avctp/
Davctp_br_l2cap.c58 uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t lpsm, void *ctx) in AvctBrRecvConnectionReqCallback()
88 …ctionReqCBack(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t lpsm, void *ctx) in AvctBrRecvConnectionReqCBack()
170 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) in AvctBrRecvConnectionRspCallback()
200 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) in AvctBrRecvConnectionRspCBack()
245 void AvctBrRecvConfigReqCallback(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx) in AvctBrRecvConfigReqCallback()
272 void AvctBrRecvConfigReqCBack(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx) in AvctBrRecvConfigReqCBack()
313 … AvctBrRecvConfigRspCallback(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) in AvctBrRecvConfigRspCallback()
340 void AvctBrRecvConfigRspCBack(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) in AvctBrRecvConfigRspCBack()
379 void AvctBrRecvDisconnectionReqCallback(uint16_t lcid, uint8_t id, void *ctx) in AvctBrRecvDisconnectionReqCallback()
408 void AvctBrRecvDisconnectionReqCBack(uint16_t lcid, uint8_t id, void *ctx) in AvctBrRecvDisconnectionReqCBack()
[all …]
Davctp_ctrl_l2cap.c59 …onReqCallback(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t lpsm, void *ctx) in AvctRecvConnectionReqCallback()
88 …ctionReqCBack(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t lpsm, void *ctx) in AvctRecvConnectionReqCBack()
164 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) in AvctRecvConnectionRspCallback()
194 uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) in AvctRecvConnectionRspCBack()
233 void AvctRecvConfigReqCallback(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx) in AvctRecvConfigReqCallback()
260 void AvctRecvConfigReqCBack(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx) in AvctRecvConfigReqCBack()
307 …id AvctRecvConfigRspCallback(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) in AvctRecvConfigRspCallback()
334 void AvctRecvConfigRspCBack(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) in AvctRecvConfigRspCBack()
371 void AvctRecvDisconnectionReqCallback(uint16_t lcid, uint8_t id, void *ctx) in AvctRecvDisconnectionReqCallback()
398 void AvctRecvDisconnectionReqCBack(uint16_t lcid, uint8_t id, void *ctx) in AvctRecvDisconnectionReqCBack()
[all …]
Davctp_ctrl_l2cap.h28 void *ctx; member
36 void *ctx; member
43 void *ctx; member
50 void *ctx; member
56 void *ctx; member
61 void *ctx; member
67 void *ctx; member
73 void *ctx; member
79 void *ctx; member
Davctp_br_l2cap.h27 void *ctx; member
35 void *ctx; member
42 void *ctx; member
49 void *ctx; member
55 void *ctx; member
60 void *ctx; member
66 void *ctx; member
72 void *ctx; member
78 void *ctx; member
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/sdp/
Dsdp.c206 SdpInitializeInfo *ctx = context; in SdpInitializeTask() local
228 SdpInitializeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpInitializeInfo)); in SdpStartup() local
258 Event *ctx = context; in SdpFinalizeTask() local
278 Event *ctx = EventCreate(true); in SdpShutdown() local
294 SdpServiceRecordHandle *ctx = context; in SdpCreateServiceRecordTask() local
312 SdpServiceRecordHandle *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecordHandle)); in SDP_CreateServiceRecord() local
338 SdpServiceRecord *ctx = context; in SdpDestroyServiceRecordTask() local
355 SdpServiceRecord *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecord)); in SDP_DestroyServiceRecord() local
380 SdpServiceRecord *ctx = context; in SdpRegisterServiceRecordTask() local
397 SdpServiceRecord *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecord)); in SDP_RegisterServiceRecord() local
[all …]

123456