Home
last modified time | relevance | path

Searched defs:context (Results 5226 - 5250 of 9368) sorted by relevance

1...<<201202203204205206207208209210>>...375

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp262 void ParserThis(const napi_env &env, const napi_value &self, std::shared_ptr<HelperRdbContext> context) in ParserThis() argument
267 int ParseContext(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) in ParseContext() argument
276 int ParseDatabaseName(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) in ParseDatabaseName() argument
294 ParseIsEncrypt(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) ParseIsEncrypt() argument
306 ParseContextProperty(const napi_env &env, std::shared_ptr<HelperRdbContext> context) ParseContextProperty() argument
319 ParseDatabaseDir(const napi_env &env, std::shared_ptr<HelperRdbContext> context) ParseDatabaseDir() argument
333 ParseSecurityLevel(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) ParseSecurityLevel() argument
365 ParseStoreConfig(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) ParseStoreConfig() argument
374 ParseStoreConfigV9(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) ParseStoreConfigV9() argument
384 ParsePath(const napi_env env, const napi_value arg, std::shared_ptr<HelperRdbContext> context) ParsePath() argument
406 ParseVersion(const napi_env env, const napi_value arg, std::shared_ptr<HelperRdbContext> context) ParseVersion() argument
426 InnerGetRdbStore(napi_env env, napi_callback_info info, std::shared_ptr<HelperRdbContext> context, ParseStoreConfigFunction parseStoreConfig) InnerGetRdbStore() argument
474 auto context = std::make_shared<HelperRdbContext>(); GetRdbStore() local
482 auto context = std::make_shared<HelperRdbContext>(); GetRdbStoreV9() local
487 InnerDeleteRdbStore(napi_env env, napi_callback_info info, std::shared_ptr<HelperRdbContext> context) InnerDeleteRdbStore() argument
528 auto context = std::make_shared<HelperRdbContext>(); DeleteRdbStore() local
536 auto context = std::make_shared<HelperRdbContext>(); DeleteRdbStoreV9() local
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/
H A Dpasteboard_capi_test.cpp138 void PasteboardCapiTest::CallbackFunc(void* context, Pasteboard_NotifyType type) in CallbackFunc() argument
148 void PasteboardCapiTest::ContextFinalizeFunc(void* context) {} in ContextFinalizeFunc() argument
150 void* PasteboardCapiTest::GetDataCallback(void* context, const char* type) in GetDataCallback() argument
188 void* context = static_cast<void*>(pasteboard); in HWTEST_F() local
207 void* context = static_cast<void*>(pasteboard); in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp349 auto context = std::make_shared<StorageAysncContext>(); in GetValue() local
439 auto context = std::make_shared<StorageAysncContext>(); SetValue() local
496 auto context = std::make_shared<StorageAysncContext>(); Delete() local
544 auto context = std::make_shared<StorageAysncContext>(); HasKey() local
570 auto context = std::make_shared<StorageAysncContext>(); Flush() local
618 auto context = std::make_shared<StorageAysncContext>(); Clear() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp142 int ParseKey(napi_env env, const napi_value arg, std::shared_ptr<PreferencesAysncContext> context) in ParseKey() argument
152 int ParseDefValue(const napi_env env, const napi_value jsVal, std::shared_ptr<PreferencesAysncContext> context) in ParseDefValue() argument
171 int GetAllExecute(napi_env env, std::shared_ptr<PreferencesAysncContext> context, napi_value &result) in GetAllExecute() argument
185 auto context = std::make_shared<PreferencesAysncContext>(); in GetAll() local
210 auto context = std::make_shared<PreferencesAysncContext>(); GetValue() local
247 auto context = std::make_shared<PreferencesAysncContext>(); SetValue() local
278 auto context = std::make_shared<PreferencesAysncContext>(); Delete() local
308 auto context = std::make_shared<PreferencesAysncContext>(); HasKey() local
339 auto context = std::make_shared<PreferencesAysncContext>(); Flush() local
368 auto context = std::make_shared<PreferencesAysncContext>(); Clear() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp146 int ParseKey(napi_env env, const napi_value arg, std::shared_ptr<PreferencesAysncContext> context) in ParseKey() argument
155 int ParseDefValue(const napi_env env, const napi_value jsVal, std::shared_ptr<PreferencesAysncContext> context) in ParseDefValue() argument
166 int GetAllExecute(napi_env env, std::shared_ptr<PreferencesAysncContext> context, napi_value &result) in GetAllExecute() argument
190 auto context = std::make_shared<PreferencesAysncContext>(); in GetAll() local
218 auto context = std::make_shared<PreferencesAysncContext>(); GetValue() local
256 auto context = std::make_shared<PreferencesAysncContext>(); SetValue() local
288 auto context = std::make_shared<PreferencesAysncContext>(); Delete() local
319 auto context = std::make_shared<PreferencesAysncContext>(); HasKey() local
351 auto context = std::make_shared<PreferencesAysncContext>(); Flush() local
381 auto context = std::make_shared<PreferencesAysncContext>(); Clear() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp472 DiscoveryContext context = {pkgName, filterData, subscribeId, dmFilter.filterOp_, dmFilter.filters_}; in HandleDiscoveryQueue() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp108 HidHostSecurityCheckCallback( uint16_t result, GapServiceSecurityInfo security, void *context) HidHostSecurityCheckCallback() argument
164 HidHostIndSecurityCheckDeviceConnectCallback(uint16_t result, GapServiceSecurityInfo security, void *context) HidHostIndSecurityCheckDeviceConnectCallback() argument
336 HidHostL2cConnectControlReqCallback( const BtAddr *addr, uint16_t lcid, int result, void *context) HidHostL2cConnectControlReqCallback() argument
349 HidHostL2cConnectInterruptReqCallback(const BtAddr *addr, uint16_t lcid, int result, void *context) HidHostL2cConnectInterruptReqCallback() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_l2cap.cpp239 void L2capTransport::TransportL2cConnectReqCallback(const BtAddr *addr, uint16_t lcid, int result, void *context) in TransportL2cConnectReqCallback() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c77 void AvdtL2capConnectIndCallbackTsk(void *context) in AvdtL2capConnectIndCallbackTsk() argument
246 void AvdtL2capConnectCfmCallbackTsk(void *context) in AvdtL2capConnectCfmCallbackTsk() argument
364 void AvdtL2capConfigIndCallbackTsk(void *context) in AvdtL2capConfigIndCallbackTsk() argument
516 AvdtL2capConfigCfmCallbackTsk(void *context) AvdtL2capConfigCfmCallbackTsk() argument
593 AvdtL2capDisconnectIndCallbackTsk(void *context) AvdtL2capDisconnectIndCallbackTsk() argument
665 AvdtL2capDisconnectCfmCallbackTsk(void *context) AvdtL2capDisconnectCfmCallbackTsk() argument
736 AvdtL2capReadDataIndCallbackTsk(void *context) AvdtL2capReadDataIndCallbackTsk() argument
838 AvdtRevSecurityCheckCallback(uint16_t result, GapServiceSecurityInfo security, void *context) AvdtRevSecurityCheckCallback() argument
856 AvdtRevSecurityCheckTsk(void *context) AvdtRevSecurityCheckTsk() argument
864 AvdtRevSecurityCheck(uint16_t result, GapServiceSecurityInfo security, void *context) AvdtRevSecurityCheck() argument
912 AvdtL2capDisconnectAbnormalCallbackTsk(void *context) AvdtL2capDisconnectAbnormalCallbackTsk() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c50 void *context; member
55 void *context; member
84 int GAP_RegisterScanCallback(const GapScanCallback *callback, void *context) in GAP_RegisterScanCallback() argument
474 GAP_RegisterExScanCallback(const GapExScanCallback *callback, void *context) GAP_RegisterExScanCallback() argument
[all...]
H A Dgap_le_adv.c30 void *context; member
35 void *context; member
85 int GAP_RegisterExAdvCallback(const GapExAdvCallback *callback, void *context) in GAP_RegisterExAdvCallback() argument
417 GAP_RegisterAdvCallback(const GapAdvCallback *callback, void *context) GAP_RegisterAdvCallback() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_sco.c74 void *context; member
103 static BtmScoCallbacksBlock *BtmAllocScoCallbacksBlock(const BtmScoCallbacks *callbacks, void *context) in BtmAllocScoCallbacksBlock() argument
170 int BTM_RegisterScoCallbacks(const BtmScoCallbacks *callbacks, void *context) in BTM_RegisterScoCallbacks() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel.c183 static void RfcommChannelTimeoutCallback(void *context) in RfcommChannelTimeoutCallback() argument
H A Drfcomm_api.c22 static void RfcommInitializeTsk(void *context) in RfcommInitializeTsk() argument
66 static void RfcommFinalizeTsk(void *context) in RfcommFinalizeTsk() argument
111 static void RfcommAssignServerNumTsk(void *context) in RfcommAssignServerNumTsk() argument
171 static void RfcommFreeServerNumTsk(void *context) in RfcommFreeServerNumTsk() argument
220 RfcommConnectChannelTsk(void *context) RfcommConnectChannelTsk() argument
283 void *context; global() member
288 RfcommRegisterServerTsk(void *context) RfcommRegisterServerTsk() argument
320 RFCOMM_RegisterServer(uint8_t scn, uint16_t mtu, uint32_t eventMask, RFCOMM_EventCallback callback, void *context) RFCOMM_RegisterServer() argument
357 RfcommAcceptConnectionTsk(void *context) RfcommAcceptConnectionTsk() argument
406 RfcommRejectConnectionTsk(void *context) RfcommRejectConnectionTsk() argument
455 RfcommDisconnectChannelTsk(void *context) RfcommDisconnectChannelTsk() argument
504 RfcommDeregisterServerTsk(void *context) RfcommDeregisterServerTsk() argument
564 RfcommSetPortConfigTsk(void *context) RfcommSetPortConfigTsk() argument
616 RfcommReqPortConfigTsk(void *context) RfcommReqPortConfigTsk() argument
664 RfcommSendRemoteLineStatusTsk(void *context) RfcommSendRemoteLineStatusTsk() argument
715 RfcommSetModemStatusTsk(void *context) RfcommSetModemStatusTsk() argument
768 RfcommGetPortStateTsk(void *context) RfcommGetPortStateTsk() argument
852 RfcommWriteTsk(void *context) RfcommWriteTsk() argument
913 RfcommSendTestCmdTsk(void *context) RfcommSendTestCmdTsk() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le_if.c29 void *context; member
33 static void L2cifLeRegisterService(const void *context) in L2cifLeRegisterService() argument
77 static void L2cifLeDeregisterService(const void *context) in L2cifLeDeregisterService() argument
118 static void L2cifLeCreditBasedConnectionReq(const void *context) in L2cifLeCreditBasedConnectionReq() argument
49 L2CIF_LeRegisterService( uint16_t lpsm, const L2capLeService *svc, void *context, void (*cb)(uint16_t lpsm, int result)) L2CIF_LeRegisterService() argument
167 L2cifLeCreditBasedConnectionRsp(const void *context) L2cifLeCreditBasedConnectionRsp() argument
212 L2cifLeDisconnectionReq(const void *context) L2cifLeDisconnectionReq() argument
251 L2cifLeDisconnectionRsp(const void *context) L2cifLeDisconnectionRsp() argument
291 L2cifLeSendDataContextDestroy(void *context) L2cifLeSendDataContextDestroy() argument
302 L2cifLeSendData(const void *context) L2cifLeSendData() argument
345 L2cifLeRegisterFixChannel(const void *context) L2cifLeRegisterFixChannel() argument
387 L2cifLeDeregisterFixChannel(const void *context) L2cifLeDeregisterFixChannel() argument
426 L2cifLeConnect(const void *context) L2cifLeConnect() argument
471 L2cifLeConnectCancel(const void *context) L2cifLeConnectCancel() argument
506 L2cifLeDisconnect(const void *context) L2cifLeDisconnect() argument
546 L2cifLeSendFixChannelDataContextDestroy(void *context) L2cifLeSendFixChannelDataContextDestroy() argument
561 L2cifLeSendFixChannelData(const void *context) L2cifLeSendFixChannelData() argument
602 void *context; global() member
605 L2cifLeRegisterConnectionParameterUpdate(const void *context) L2cifLeRegisterConnectionParameterUpdate() argument
617 L2CIF_LeRegisterConnectionParameterUpdate(const L2capLeConnectionParameterUpdate *cb, void *context) L2CIF_LeRegisterConnectionParameterUpdate() argument
637 L2cifLeDeregisterConnectionParameterUpdate(const void *context) L2cifLeDeregisterConnectionParameterUpdate() argument
655 L2cifLeConnectionParameterUpdateReq(const void *context) L2cifLeConnectionParameterUpdateReq() argument
699 L2cifLeConnectionParameterUpdateRsp(const void *context) L2cifLeConnectionParameterUpdateRsp() argument
[all...]
H A Dl2cap_if.c33 void *context; member
37 static void L2cifRegisterService(const void *context) in L2cifRegisterService() argument
53 int L2CIF_RegisterService(uint16_t lpsm, const L2capService *svc, void *context, void (*cb)(uint16_t lpsm, int result)) in L2CIF_RegisterService() argument
80 static void L2cifDeregisterService(const void *context) in L2cifDeregisterService() argument
117 void *context; member
121 L2cifConnectReq(const void *context) L2cifConnectReq() argument
138 L2CIF_ConnectReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, void *context, void (*cb)(const BtAddr *addr, uint16_t lcid, int result, void *context)) L2CIF_ConnectReq() argument
170 L2cifConnectRsp(const void *context) L2cifConnectRsp() argument
213 L2cifConfigReq(const void *context) L2cifConfigReq() argument
258 L2cifConfigRsp(const void *context) L2cifConfigRsp() argument
303 L2cifDisconnectionReq(const void *context) L2cifDisconnectionReq() argument
342 L2cifDisconnectionRsp(const void *context) L2cifDisconnectionRsp() argument
382 L2cifLocalBusy(const void *context) L2cifLocalBusy() argument
422 L2cifSendDataContextDestroy(void *context) L2cifSendDataContextDestroy() argument
433 L2cifSendData(const void *context) L2cifSendData() argument
472 void *context; global() member
475 L2cifRegisterEcho(const void *context) L2cifRegisterEcho() argument
487 L2CIF_RegisterEcho(const L2capEcho *echoCallback, void *context) L2CIF_RegisterEcho() argument
507 L2cifDeregisterEcho(const void *context) L2cifDeregisterEcho() argument
526 L2cifEchoReqContextDestroy(void *context) L2cifEchoReqContextDestroy() argument
539 L2cifEchoReq(const void *context) L2cifEchoReq() argument
593 L2cifEchoRspContextDestroy(void *context) L2cifEchoRspContextDestroy() argument
606 L2cifEchoRsp(const void *context) L2cifEchoRsp() argument
659 L2cifStartup(void *context) L2cifStartup() argument
710 L2cifShutdown(void *context) L2cifShutdown() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp99 bool SkiaGPUContext::BuildFromVK(const GrVkBackendContext& context) in BuildFromVK() argument
110 bool SkiaGPUContext::BuildFromVK(const GrVkBackendContext& context, const GPUContextOptions& options) in BuildFromVK() argument
H A Dskia_bitmap.cpp117 InstallPixels(const ImageInfo& info, void* pixels, size_t rowBytes, ReleaseProc releaseProc, void* context) InstallPixels() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp201 void RenderContext::MakeCurrent(EGLSurface surface, EGLContext context) in MakeCurrent() argument
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
H A Dpicker_n_exporter.cpp53 auto *context = static_cast<PickerAsyncContext*>(data); in StartModalPickerExecute() local
148 auto *context = static_cast<PickerAsyncContext*>(data); in StartModalPickerAsyncCallbackComplete() local
264 auto context = AbilityRuntime::GetStageModeContext(env, AsyncContext->argv[ARGS_ZERO]); GetUIContent() local
365 ParseArgsStartModalPicker(napi_env env, napi_callback_info info, unique_ptr<PickerAsyncContext> &context) ParseArgsStartModalPicker() argument
[all...]
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp126 napi_value context = argv[1]; in OnLoadContent() local
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp527 std::shared_ptr<AbilityRuntime::Context> context; in HWTEST_F() local
551 std::shared_ptr<AbilityRuntime::Context> context; in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/dma/
H A Duniphier-mdmac.c230 uniphier_mdmac_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction direction, unsigned long flags, void *context) uniphier_mdmac_prep_slave_sg() argument
/kernel/linux/linux-5.10/drivers/acpi/
H A Ddevice_pm.c486 acpi_add_pm_notifier(struct acpi_device *adev, struct device *dev, void (*func)(struct acpi_device_wakeup_context *context)) acpi_add_pm_notifier() argument
740 acpi_pm_notify_work_func(struct acpi_device_wakeup_context *context) acpi_pm_notify_work_func() argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbcmds.c733 acpi_db_resource_callback(struct acpi_resource *resource, void *context) in acpi_db_resource_callback() argument
752 acpi_db_device_resources(acpi_handle obj_handle, u32 nesting_level, void *context, void **return_value) acpi_db_device_resources() argument

Completed in 30 milliseconds

1...<<201202203204205206207208209210>>...375