Home
last modified time | relevance | path

Searched defs:interfaceName (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/hdi/src/
Dobject_collector.cpp32 bool ObjectCollector::ConstructorRegister(const std::u16string &interfaceName, const Constructor &c… in ConstructorRegister()
42 void ObjectCollector::ConstructorUnRegister(const std::u16string &interfaceName) in ConstructorUnRegister()
49 const OHOS::sptr<HdiBase> &interface, const std::u16string &interfaceName) in NewObjectLocked()
63 const OHOS::sptr<HdiBase> &interface, const std::u16string &interfaceName) in NewObject()
70 const OHOS::sptr<HdiBase> &interface, const std::u16string &interfaceName) in GetOrNewObject()
Dhdi_support.cpp48 static std::string TransFileName(const std::string &interfaceName) in TransFileName()
101 std::string interfaceName = result[INTERFACE_NAME_INDEX]; in ParseInterface() local
139 std::string interfaceName; in LoadHdiImpl() local
187 std::string interfaceName; in UnloadHdiImpl() local
/drivers/peripheral/usb/ddk/device/src/
Dadapter_if.c325 static int32_t UsbFnAdapterCreatInterface(const char *interfaceName, int32_t nameLen) in UsbFnAdapterCreatInterface()
355 static int32_t UsbFnAdapterDelInterface(const char *interfaceName, int32_t nameLen) in UsbFnAdapterDelInterface()
383 static int32_t UsbFnAdapterOpenPipe(const char *interfaceName, int32_t epIndex) in UsbFnAdapterOpenPipe()
792 char interfaceName[MAX_NAMELEN]; in CreatFunc() local
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c137 char interfaceName[IFNAMSIZ]; member