Searched defs:interfaceName (Results 1 – 7 of 7) sorted by relevance
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
D | object_collector.cpp | 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()
|
D | hdi_support.cpp | 49 static std::string TransFileName(const std::string &interfaceName) in TransFileName() 70 static std::string ParseLibName(const std::string &interfaceName, const std::string &serviceName, in ParseLibName() 111 std::string interfaceName = result[INTERFACE_NAME_INDEX]; in ParseInterface() local 138 std::string interfaceName; in LoadHdiImpl() local 186 std::string interfaceName; in UnloadHdiImpl() local
|
/drivers/hdf_core/framework/test/fuzztest/servmgr_c_fuzzer/listservicebyinterfacedesc_fuzzer/ |
D | listservicebyinterfacedesc_fuzzer.cpp | 29 auto interfaceName = parcel.ReadCString(); in ListServiceByInterfaceDescFuzzTest() local
|
/drivers/peripheral/usb/ddk/device/src/ |
D | adapter_if.c | 326 static int32_t UsbFnAdapterCreatInterface(const char *interfaceName, int32_t nameLen) in UsbFnAdapterCreatInterface() 356 static int32_t UsbFnAdapterDelInterface(const char *interfaceName, int32_t nameLen) in UsbFnAdapterDelInterface() 384 static int32_t UsbFnAdapterOpenPipe(const char *interfaceName, int32_t epIndex) in UsbFnAdapterOpenPipe() 793 char interfaceName[MAX_NAMELEN]; in CreatFunc() local
|
/drivers/peripheral/wlan/test/unittest/hal/ |
D | wifi_hal_test.cpp | 2030 const char *interfaceName = "wlan0"; variable
|
/drivers/peripheral/wlan/client/src/netlink/ |
D | netlink_cmd_adapter.c | 142 char interfaceName[IFNAMSIZ]; member 1646 static int32_t GetInterfaceState(const char *interfaceName, uint16_t *state) in GetInterfaceState()
|
/drivers/hdf_core/framework/tools/hdi-gen/parser/ |
D | parser.cpp | 1780 std::string interfaceName = interfaceType->GetName(); in CheckExtendsName() local
|