Home
last modified time | relevance | path

Searched defs:AddInterface (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dlocal_network.cpp27 int32_t LocalNetwork::AddInterface(std::string &interfaceName) in AddInterface() function in OHOS::nmd::LocalNetwork
H A Dphysical_network.cpp51 int32_t PhysicalNetwork::AddInterface(std::string &interfaceName) in AddInterface() function in OHOS::nmd::PhysicalNetwork
H A Dvirtual_network.cpp69 int32_t VirtualNetwork::AddInterface(std::string &interfaceName) in AddInterface() function in OHOS::nmd::VirtualNetwork
/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_namespace.cpp61 void ASTNamespace::AddInterface(ASTInterfaceType* interface) in AddInterface() function in OHOS::Idl::ASTNamespace
H A Dast_module.cpp113 void ASTModule::AddInterface(ASTInterfaceType* interface) in AddInterface() function in OHOS::Idl::ASTModule
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_namespace.cpp59 void ASTNamespace::AddInterface(const AutoPtr<ASTInterfaceType> &interface) in AddInterface() function in OHOS::Idl::ASTNamespace
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_namespace.cpp52 void ASTNamespace::AddInterface(const AutoPtr<ASTInterfaceType> &interface) in AddInterface() function in OHOS::HDI::ASTNamespace
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp93 static int32_t AddInterface(std::vector<USBConfig> &configs, const UsbdInterfaceDescriptor *interfa… in AddInterface() function