Home
last modified time | relevance | path

Searched refs:iface (Results 1 – 5 of 5) sorted by relevance

/base/usb/usb_manager/interfaces/kits/js/
D@ohos.usbManager.d.ts185 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;
/base/inputmethod/imf/test/fuzztest/inputclientstub_fuzzer/
Dinputclientstub_fuzzer.cpp67 sptr<IInputMethodAgent> iface = iface_cast<IInputMethodAgent>(remoteObject); in TextOnInputReady() local
68 mClient->OnInputReady(iface); in TextOnInputReady()
/base/telephony/core_service/services/network_search/include/
Ddevice_state_observer.h73 …faceSharingStateChanged(const NetManagerStandard::SharingIfaceType &type, const std::string &iface, in OnInterfaceSharingStateChanged() argument
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_controller_test.cpp461 sptr<IInputDataChannel> iface = iface_cast<IInputDataChannel>(remoteObject); variable
462 EXPECT_TRUE(iface != nullptr);
477 sptr<IInputClient> iface = iface_cast<IInputClient>(remoteObject); variable
478 EXPECT_TRUE(iface != nullptr);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_ability.cpp97 sptr<InputMethodSystemAbilityProxy> iface = new InputMethodSystemAbilityProxy(systemAbility); in GetImsaProxy() local
98 return iface; in GetImsaProxy()