/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | ElfFake.h | 61 void FakeSetInterface(ElfInterface* interface) { interface_.reset(interface); } in FakeSetInterface() 62 void FakeSetGnuDebugdataInterface(ElfInterface* interface) { in FakeSetGnuDebugdataInterface()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_info.cpp | 130 void LinkInfo::SetLocalInterface(const std::string &interface) in SetLocalInterface() 140 void LinkInfo::SetRemoteInterface(const std::string &interface) in SetRemoteInterface()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | lnn_socket_mock.cpp | 48 int32_t RegistSocketProtocol(const SocketInterface* interface) in RegistSocketProtocol()
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/ |
H A D | usb_srv_client.cpp | 239 int32_t UsbSrvClient::ClaimInterface(USBDevicePipe &pipe, const UsbInterface &interface, bool force) in ClaimInterface() 249 int32_t UsbSrvClient::ReleaseInterface(USBDevicePipe &pipe, const UsbInterface &interface) in ReleaseInterface() 311 int32_t UsbSrvClient::SetInterface(USBDevicePipe &pipe, const UsbInterface &interface) in SetInterface() 520 int32_t UsbSrvClient::GetInterfaceActiveStatus(USBDevicePipe &pipe, const UsbInterface &interface, … in GetInterfaceActiveStatus()
|
/ohos5.0/base/usb/usb_manager/test/native/js_unittest/ |
H A D | UsbDevicePipeJsunitEx.test.js | 117 interface: null, property in AnonymousFunction00f35f820100.getTransferTestParam.testParam
|
H A D | UsbDevicePipeJsunit.test.js | 114 interface: null, property in AnonymousFunction0f2356250100.getTransferTestParam.testParam
|
/aosp12/frameworks/native/include/binder/ |
H A D | IInterface.h | 175 #define CHECK_INTERFACE(interface, data, reply) \ argument
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | IInterface.h | 175 #define CHECK_INTERFACE(interface, data, reply) \ argument
|
/aosp12/build/blueprint/bootstrap/ |
H A D | glob.go | 208 func generateGlobNinjaFile(bootstrapConfig *Config, config interface{},
|
/aosp12/build/blueprint/proptools/ |
H A D | unpack.go | 69 func UnpackProperties(properties []*parser.Property, objects ...interface{}) (map[string]*parser.Pr…
|
/aosp12/system/bt/btif/src/ |
H A D | btif_sock.cc | 60 static btsock_interface_t interface = { in btif_sock_get_interface() local
|
/aosp12/system/tools/hidl/ |
H A D | generateCppAdapter.cpp | 131 const Interface* interface = static_cast<const Interface*>(type); in generateAdapterMethod() local
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_picture_player.cpp | 76 Rosen::RSInterfaces& interface = Rosen::RSInterfaces::GetInstance(); in InitPicCoordinates() local
|
/aosp12/build/blueprint/ |
H A D | singleton_ctx.go | 221 args ...interface{}) { 226 func (s *singletonContext) Errorf(format string, args ...interface{}) {
|
/aosp12/frameworks/av/media/codec2/components/raw/ |
H A D | C2SoftRawDec.cpp | 203 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ |
H A D | sa_code_emitter.cpp | 73 for (auto interface : ast_->GetInterfaceDefs()) { in Reset() local
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/ |
H A D | ipc_rust_test.cpp | 73 std::u16string interface = std::u16string(u"TEST"); in GetTestMessageParcel() local
|
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/ |
H A D | usb_event_test.cpp | 164 UsbInterface interface; variable
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | usbdevice_fs.h | 39 unsigned int interface; member 48 unsigned int interface; member 117 unsigned int interface; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | implementation_macros.h | 37 #define META_VALUE_PTR(interface, classId) ::META_NS::ValuePtrImpl<interface>::Instance<classId> argument 281 #define META_IMPLEMENT_INTERFACE_PLAIN_FUNCTION(interface, class, func, ...) \ argument 284 #define META_IMPLEMENT_INTERFACE_FUNCTION(interface, class, func, ...) \ argument
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | netstats.proto | 51 optional string interface = 1; field
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | INamedCallback.cpp | 94 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder() local
|
H A D | INewName.cpp | 94 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder() local
|
H A D | IOldName.cpp | 94 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder() local
|
/aosp12/art/runtime/mirror/ |
H A D | class.cc | 417 ObjPtr<Class> interface = GetDirectInterface(self, h_this.Get(), i); in DumpClass() local 1017 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() local 1043 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() local 1071 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindField() local 1172 ObjPtr<Class> interface; in GetDirectInterface() local 1187 ObjPtr<Class> interface = Runtime::Current()->GetClassLinker()->LookupResolvedType( in GetDirectInterface() local 1194 ObjPtr<Class> interface = GetDirectInterface(self, klass.Get(), idx); in ResolveDirectInterface() local
|