Home
last modified time | relevance | path

Searched defs:handler (Results 1 - 25 of 25) sorted by relevance

/drivers/external_device_manager/services/native/driver_extension/src/
H A Ddriver_extension.cpp55 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
64 CreateAndInitContext( const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) CreateAndInitContext() argument
H A Djs_driver_extension.cpp128 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/drivers/hdf_core/framework/core/host/src/
H A Dhdf_load_vdi.c51 void *handler = dlopen(resolvedPath, RTLD_LAZY); in HdfLoadVdi() local
/drivers/hdf_core/framework/utils/src/
H A Dhdf_message_task.c43 struct IHdfMessageHandler *handler = task->messageHandler; in HdfMessageTaskDispatchMessage() local
49 HdfMessageTaskConstruct(struct HdfMessageTask *inst, struct HdfMessageLooper *looper, struct IHdfMessageHandler *handler) HdfMessageTaskConstruct() argument
/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/
H A Dbus_extension_core_mt.cpp48 void *handler = dlopen(libPath.c_str(), RTLD_LAZY); in main() local
/drivers/hdf_core/adapter/uhdf2/host/src/
H A Dhdf_device_thread.c82 static struct IHdfMessageHandler handler = { in DeviceThreadConstruct() local
H A Ddevhost_service_full.c205 static struct IHdfMessageHandler handler = {.Dispatch = DevHostServiceFullDispatchMessage}; in DevHostServiceFullConstruct() local
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/core/
H A Dbus_extension_core.cpp60 void *handler = dlopen(realPath, RTLD_LAZY); in LoadBusExtensionLibs() local
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_service_full.c116 static struct IHdfMessageHandler handler = {.Dispatch = DevmgrServiceFullDispatchMessage}; in DevmgrServiceFullConstruct() local
/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
H A Dvirtual_malloc.c20 struct VmareaHandler handler; member
H A Dcamera_buffer_manager_adapter.c60 struct VmareaHandler *handler = vma->vm_private_data; in CommonVmOpen() local
73 struct VmareaHandler *handler = vma->vm_private_data; in CommonVmClose() local
H A Dsg_dma.c26 struct VmareaHandler handler; member
H A Dcontig_dma.c26 struct VmareaHandler handler; member
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dhdi_support.cpp88 void *handler; member
/drivers/hdf_core/framework/model/network/wifi/bus/
H A Dhdf_sdio_intf.c98 static int32_t HdfSdioCliamIrq(struct BusDev *dev, IrqHandler *handler, void *data) in HdfSdioCliamIrq() argument
H A Dhdf_usb_intf.c59 static int32_t HdfUsbCliamIrq(struct BusDev *dev, IrqHandler *handler, void *data) in HdfUsbCliamIrq() argument
H A Dhdf_pcie_intf.c108 static int32_t HdfPcieCliamIrq(struct BusDev *dev, IrqHandler *handler, void *data) in HdfPcieCliamIrq() argument
/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dsidecar.h89 MessageHandler handler; member
/drivers/peripheral/codec/hal/src/
H A Dcodec_callback_type_stub.c240 void *handler = NULL; in LoadServiceHandler() local
/drivers/hdf_core/adapter/khdf/linux/model/storage/
H A Dsdio_adapter.c339 static int32_t LinuxSdioClaimIrq(struct SdioDevice *dev, SdioIrqHandler *handler) in LinuxSdioClaimIrq() argument
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_librender_test.cpp569 struct DevHandle *handler = nullptr; in HWTEST_F() local
/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_hal_fn.cpp32 void VendorHalExit(wifiHandle handle, VendorHalExitHandler handler) in VendorHalExit() argument
61 WifiError VendorHalSetRestartHandler(wifiHandle handle, VendorHalRestartHandler handler) in VendorHalSetRestartHandler() argument
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal.cpp377 WifiCallbackHandler handler = {OnAsyncGscanFullResult, OnAsyncRssiReport}; in RegisterIfaceCallBack() local
385 WifiCallbackHandler handler = {}; in UnRegisterIfaceCallBack() local
395 WifiExtCallbackHandler handler = {OnAsyncWifiNetlinkMsgReport}; in RegisterExtIfaceCallBack() local
403 WifiExtCallbackHandler handler = {}; in UnRegisterExtIfaceCallBack() local
H A Dwifi_chip.cpp69 WifiChip( int32_t chipId, bool isPrimary, const std::weak_ptr<WifiVendorHal> vendorHal, const std::shared_ptr<IfaceUtil> ifaceUtil, const std::function<void(const std::string&)>& handler) WifiChip() argument
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c398 static struct nl_cb *NetlinkSetCallback(const RespHandler handler, int32_t *error, void *data) in NetlinkSetCallback() argument
455 int32_t NetlinkSendCmdSync(struct nl_msg *msg, const RespHandler handler, void *data) in NetlinkSendCmdSync() argument

Completed in 38 milliseconds