Searched defs:interfaceName (Results 1 – 4 of 4) sorted by relevance
32 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()
48 static std::string TransFileName(const std::string &interfaceName) in TransFileName()101 std::string interfaceName = result[INTERFACE_NAME_INDEX]; in ParseInterface() local139 std::string interfaceName; in LoadHdiImpl() local187 std::string interfaceName; in UnloadHdiImpl() local
325 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
137 char interfaceName[IFNAMSIZ]; member