Home
last modified time | relevance | path

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

12

/drivers/hdf_core/adapter/khdf/linux/network/include/
H A Dnet_device_adapter.h37 struct NetDeviceImpl *impl; member
/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_callback_proxy.h25 explicit DisplayDeviceCallbackProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl) in DisplayDeviceCallbackProxy() argument
/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_proxy.h31 explicit DisplayDeviceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDisplayDevice>(impl) in DisplayDeviceProxy() argument
/drivers/peripheral/display/hdi_service/gralloc/client/
H A Dallocator_proxy.h28 explicit AllocatorProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IDisplayAllocator>(impl) {} in AllocatorProxy() argument
/drivers/interface/display/composer/v1_1/display_command/
H A Ddisplay_cmd_responser.h34 static std::unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create() argument
43 DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) : BaseType1_0(impl, cacheMgr) {} in DisplayCmdResponser() argument
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdistub_fuzzer/
H A Dbatteryhdistub_fuzz.cpp55 sptr<BatteryInterfaceImpl> impl = new BatteryInterfaceImpl(); in BatteryStubFuzzTest() local
/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_impl.h53 explicit AgnssCallBackDeathRecipient(const wptr<AGnssInterfaceImpl>& impl) : agnssInterfaceImpl_(impl) {}; in AgnssCallBackDeathRecipient() argument
58 sptr<AGnssInterfaceImpl> impl = agnssInterfaceImpl_.promote(); variable
/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.h72 explicit GnssCallBackDeathRecipient(const wptr<GnssInterfaceImpl>& impl) : gnssInterfaceImpl_(impl) {}; in GnssCallBackDeathRecipient() argument
77 sptr<GnssInterfaceImpl> impl = gnssInterfaceImpl_.promote(); variable
/drivers/peripheral/usb/test/fuzztest/usbdevice_fuzzer/
H A Dusbdevice_fuzzer.cpp65 sptr<UsbInterfaceStub> impl = new UsbInterfaceStub(g_usbInterface); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/wlan/test/fuzztest/chip_fuzzer/
H A Dchip_fuzzer.cpp54 sptr<Wifi> impl = new Wifi(); in WifiChipStubFuzzTest() local
/drivers/hdf_core/adapter/uhdf2/hdi/test/stub_collector/
H A Dstub_collector_test.cpp122 void *impl = LoadHdiImpl(nullptr, nullptr); in HWTEST_F() local
[all...]
/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/platform/src/
H A Dhdf_wlan_queue.c40 HdfWlanQueueImpl *impl = NULL; in CreateQueue() local
62 HdfWlanQueueImpl *impl = NULL; in DestroyQueue() local
77 HdfWlanQueueImpl *impl = NULL; PopQueue() local
105 HdfWlanQueueImpl *impl = NULL; PushQueue() local
[all...]
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthexecutorstub_fuzzer/
H A Dpin_auth_executor_stub_fuzzer.cpp46 AllInOneImpl *impl = new (std::nothrow) AllInOneImpl(pinHdi); in PinAuthExecutorStubFuzzTest() local
/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_interface_driver.cpp98 sptr<UsbfnMtpImpl> impl = static_cast<UsbfnMtpImpl *>(serviceImpl.GetRefPtr()); in HdfUsbfnMtpInterfaceDriverBind() local
/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Ddevmgr_uevent_test.cpp224 explicit FooInterfaceProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl) : IProxyBroker<IFooInterface>(impl) {} in HWTEST_F() argument
/drivers/peripheral/light/hdi_service/
H A Dlight_if_service.cpp195 LightIfService *impl = new (std::nothrow) LightIfService(); in LightInterfaceImplGetInstance() local
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_interface_driver.cpp107 sptr<UsbImpl> impl = static_cast<UsbImpl *>(serviceImpl.GetRefPtr()); in HdfUsbInterfaceDriverBind() local
/drivers/peripheral/motion/hdi_service/
H A Dmotion_if_service.cpp202 MotionIfService *impl = new (std::nothrow) MotionIfService(); in MotionInterfaceImplGetInstance() local
/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp57 AllInOneImpl *impl = new (std::nothrow) AllInOneImpl(nullptr); in HWTEST_F() local
107 AllInOneImpl *impl = new (std::nothrow) AllInOneImpl(pinHdi); HWTEST_F() local
[all...]
/drivers/peripheral/usb/test/fuzztest/usbhost_fuzzer/
H A Dusbhost_fuzzer.cpp97 sptr<UsbInterfaceStub> impl = new UsbInterfaceStub(usbInterface); in DoSomethingInterestingWithMyAPI() local
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Diservmgr_client.cpp42 explicit ServiceManagerProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<IServiceManager>(impl) {} in ServiceManagerProxy() argument
H A Didevmgr_client.cpp50 explicit DeviceManagerProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<IDeviceManager>(impl) {} in DeviceManagerProxy() argument
H A Dhdi_support.cpp181 void UnloadHdiImpl(const char *desc, const char *serviceName, void *impl) in UnloadHdiImpl() argument
/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c168 static struct net_device *GetDevFromDevImpl(const struct NetDeviceImpl *impl) in GetDevFromDevImpl() argument
179 static int32_t NetDevInit(struct NetDeviceImpl *impl) in NetDevInit() argument
204 NetDevDeInit(struct NetDeviceImpl *impl) NetDevDeInit() argument
222 NetDevAdd(struct NetDeviceImpl *impl) NetDevAdd() argument
251 NetDevDelete(struct NetDeviceImpl *impl) NetDevDelete() argument
272 NetDevApiAdd(struct NetDeviceImpl *impl, struct napi_struct *napi, int (*poll)(struct napi_struct *, int), int weight) NetDevApiAdd() argument
280 NetDevGetTxQueue(struct NetDeviceImpl *impl, unsigned int queue) NetDevGetTxQueue() argument
290 NetDevTypeTrans(struct NetDeviceImpl *impl, struct sk_buff *skb) NetDevTypeTrans() argument
300 NetDevAllocBuf(struct NetDeviceImpl *impl, uint32_t length) NetDevAllocBuf() argument
309 NetDevStartQueue(struct NetDeviceImpl *impl) NetDevStartQueue() argument
318 NetDevDisableTx(struct NetDeviceImpl *impl) NetDevDisableTx() argument
325 NetDevSetDev(struct NetDeviceImpl *impl, struct device *dev) NetDevSetDev() argument
332 NetDevWakeQueue(struct NetDeviceImpl *impl) NetDevWakeQueue() argument
341 NetDevOfPhyConnect(struct NetDeviceImpl *impl, struct device_node *phy_np, void (*hndlr)(struct net_device *), u32 flags, phy_interface_t iface) NetDevOfPhyConnect() argument
351 NetDevSetStatus(struct NetDeviceImpl *impl, NetIfStatus status) NetDevSetStatus() argument
386 NetDevReceive(struct NetDeviceImpl *impl, NetBuf *buff, ReceiveFlag flag) NetDevReceive() argument
411 NetDevChangeMacAddr(struct NetDeviceImpl *impl) NetDevChangeMacAddr() argument
[all...]
/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_responser.h46 static std::unique_ptr<DisplayCmdResponser> Create(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) in Create() argument
65 DisplayCmdResponser(VdiImpl* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) : BaseType1_1(impl, cacheMgr) {} in DisplayCmdResponser() argument
67 DisplayCmdResponser(std::shared_ptr<DeviceCacheManager> cacheMgr, VdiImpl1_1* impl) in DisplayCmdResponser() argument
55 CreateV1_1( VdiImpl1_1* impl, std::shared_ptr<DeviceCacheManager> cacheMgr) CreateV1_1() argument
[all...]

Completed in 9 milliseconds

12