Searched refs:iface (Results 1 – 5 of 5) sorted by relevance
184 function claimInterface(pipe: USBDevicePipe, iface: USBInterface, force?: boolean): number;195 function releaseInterface(pipe: USBDevicePipe, iface: USBInterface): number;219 function setInterface(pipe: USBDevicePipe, iface: USBInterface): number;
67 sptr<IInputMethodAgent> iface = iface_cast<IInputMethodAgent>(remoteObject); in TextOnInputReady() local68 mClient->onInputReady(iface); in TextOnInputReady()
353 sptr<IInputDataChannel> iface = iface_cast<IInputDataChannel>(remoteObject); variable354 EXPECT_TRUE(iface != nullptr);369 sptr<IInputClient> iface = iface_cast<IInputClient>(remoteObject); variable370 EXPECT_TRUE(iface != nullptr);
73 …faceSharingStateChanged(const NetManagerStandard::SharingIfaceType &type, const std::string &iface, in OnInterfaceSharingStateChanged() argument
92 … sptr<InputMethodSystemAbilityProxy> iface = new InputMethodSystemAbilityProxy(systemAbility); in GetImsaProxy() local93 return iface; in GetImsaProxy()