/drivers/hdf_core/adapter/khdf/linux/network/include/ |
H A D | net_device_adapter.h | 37 struct NetDeviceImpl *impl; member
|
/drivers/peripheral/display/hdi_service/device/include/server/ |
H A D | display_device_callback_proxy.h | 25 explicit DisplayDeviceCallbackProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl) in DisplayDeviceCallbackProxy() argument
|
/drivers/peripheral/display/hdi_service/device/include/proxy/ |
H A D | display_device_proxy.h | 31 explicit DisplayDeviceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDisplayDevice>(impl) in DisplayDeviceProxy() argument
|
/drivers/peripheral/display/hdi_service/gralloc/client/ |
H A D | allocator_proxy.h | 28 explicit AllocatorProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IDisplayAllocator>(impl) {} in AllocatorProxy() argument
|
/drivers/interface/display/composer/v1_1/display_command/ |
H A D | display_cmd_responser.h | 34 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 D | batteryhdistub_fuzz.cpp | 55 sptr<BatteryInterfaceImpl> impl = new BatteryInterfaceImpl(); in BatteryStubFuzzTest() local
|
/drivers/peripheral/location/agnss/hdi_service/ |
H A D | agnss_interface_impl.h | 53 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 D | gnss_interface_impl.h | 72 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 D | usbdevice_fuzzer.cpp | 65 sptr<UsbInterfaceStub> impl = new UsbInterfaceStub(g_usbInterface); in DoSomethingInterestingWithMyAPI() local
|
/drivers/peripheral/wlan/test/fuzztest/chip_fuzzer/ |
H A D | chip_fuzzer.cpp | 54 sptr<Wifi> impl = new Wifi(); in WifiChipStubFuzzTest() local
|
/drivers/hdf_core/adapter/uhdf2/hdi/test/stub_collector/ |
H A D | stub_collector_test.cpp | 122 void *impl = LoadHdiImpl(nullptr, nullptr);
in HWTEST_F() local [all...] |
/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/platform/src/ |
H A D | hdf_wlan_queue.c | 40 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 D | pin_auth_executor_stub_fuzzer.cpp | 46 AllInOneImpl *impl = new (std::nothrow) AllInOneImpl(pinHdi); in PinAuthExecutorStubFuzzTest() local
|
/drivers/peripheral/usb/gadget/function/mtp/src/ |
H A D | usbfn_mtp_interface_driver.cpp | 98 sptr<UsbfnMtpImpl> impl = static_cast<UsbfnMtpImpl *>(serviceImpl.GetRefPtr()); in HdfUsbfnMtpInterfaceDriverBind() local
|
/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | devmgr_uevent_test.cpp | 224 explicit FooInterfaceProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl) : IProxyBroker<IFooInterface>(impl) {} in HWTEST_F() argument
|
/drivers/peripheral/light/hdi_service/ |
H A D | light_if_service.cpp | 195 LightIfService *impl = new (std::nothrow) LightIfService();
in LightInterfaceImplGetInstance() local
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usb_interface_driver.cpp | 107 sptr<UsbImpl> impl = static_cast<UsbImpl *>(serviceImpl.GetRefPtr());
in HdfUsbInterfaceDriverBind() local
|
/drivers/peripheral/motion/hdi_service/ |
H A D | motion_if_service.cpp | 202 MotionIfService *impl = new (std::nothrow) MotionIfService(); in MotionInterfaceImplGetInstance() local
|
/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/ |
H A D | all_in_one_impl_test.cpp | 57 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 D | usbhost_fuzzer.cpp | 97 sptr<UsbInterfaceStub> impl = new UsbInterfaceStub(usbInterface); in DoSomethingInterestingWithMyAPI() local
|
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | iservmgr_client.cpp | 42 explicit ServiceManagerProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<IServiceManager>(impl) {} in ServiceManagerProxy() argument
|
H A D | idevmgr_client.cpp | 50 explicit DeviceManagerProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<IDeviceManager>(impl) {} in DeviceManagerProxy() argument
|
H A D | hdi_support.cpp | 181 void UnloadHdiImpl(const char *desc, const char *serviceName, void *impl) in UnloadHdiImpl() argument
|
/drivers/hdf_core/adapter/khdf/linux/network/src/ |
H A D | net_device_adapter.c | 168 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 D | display_cmd_responser.h | 46 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...] |