Home
last modified time | relevance | path

Searched defs:interfaceName (Results 1 – 8 of 8) 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.cpp49 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/
Dhdfipc_fuzzer.cpp26 const char *interfaceName = parcel.ReadCString(); in HdfIpcFuzzTest() local
/drivers/hdf_core/framework/test/fuzztest/servmgr_c_fuzzer/listservicebyinterfacedesc_fuzzer/
Dlistservicebyinterfacedesc_fuzzer.cpp29 auto interfaceName = parcel.ReadCString(); in ListServiceByInterfaceDescFuzzTest() local
/drivers/peripheral/usb/ddk/device/src/
Dadapter_if.c328 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/
Dwifi_hal_test.cpp2030 const char *interfaceName = "wlan0"; variable
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp1851 std::string interfaceName = interfaceType->GetName(); in CheckExtendsName() local
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c177 char interfaceName[IFNAMSIZ]; member
1948 static int32_t GetInterfaceState(const char *interfaceName, uint16_t *state) in GetInterfaceState()