Searched defs:interfaceName (Results 1 – 8 of 8) 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 187 std::string interfaceName; in UnloadHdiImpl() local
|
| /drivers/hdf_core/framework/test/fuzztest/uhdf2_ipc_fuzzer/ipc_fuzzer/ |
| D | hdfipc_fuzzer.cpp | 26 const char *interfaceName = parcel.ReadCString(); in HdfIpcFuzzTest() 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 | 328 static int32_t UsbFnAdapterCreatInterface(const char *interfaceName, int32_t nameLen) in UsbFnAdapterCreatInterface() 360 static int32_t UsbFnAdapterDelInterface(const char *interfaceName, int32_t nameLen) in UsbFnAdapterDelInterface() 390 static int32_t UsbFnAdapterOpenPipe(const char *interfaceName, int32_t epIndex) in UsbFnAdapterOpenPipe() 798 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/hdf_core/framework/tools/hdi-gen/parser/ |
| D | parser.cpp | 1851 std::string interfaceName = interfaceType->GetName(); in CheckExtendsName() local
|
| /drivers/peripheral/wlan/client/src/netlink/ |
| D | netlink_cmd_adapter.c | 177 char interfaceName[IFNAMSIZ]; member 1948 static int32_t GetInterfaceState(const char *interfaceName, uint16_t *state) in GetInterfaceState()
|