Searched refs:iface (Results 1 – 5 of 5) sorted by relevance
185 function claimInterface(pipe: USBDevicePipe, iface: USBInterface, force?: boolean): number;196 function releaseInterface(pipe: USBDevicePipe, iface: USBInterface): number;220 function setInterface(pipe: USBDevicePipe, iface: USBInterface): number;
67 sptr<IInputMethodAgent> iface = iface_cast<IInputMethodAgent>(remoteObject); in TextOnInputReady() local68 mClient->OnInputReady(iface); in TextOnInputReady()
73 …faceSharingStateChanged(const NetManagerStandard::SharingIfaceType &type, const std::string &iface, in OnInterfaceSharingStateChanged() argument
461 sptr<IInputDataChannel> iface = iface_cast<IInputDataChannel>(remoteObject); variable462 EXPECT_TRUE(iface != nullptr);477 sptr<IInputClient> iface = iface_cast<IInputClient>(remoteObject); variable478 EXPECT_TRUE(iface != nullptr);
97 sptr<InputMethodSystemAbilityProxy> iface = new InputMethodSystemAbilityProxy(systemAbility); in GetImsaProxy() local98 return iface; in GetImsaProxy()