Home
last modified time | relevance | path

Searched defs:descriptor (Results 426 - 450 of 1044) sorted by relevance

1...<<11121314151617181920>>...42

/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object_holder.cpp37 NAPIRemoteObjectHolder::NAPIRemoteObjectHolder(napi_env env, const std::u16string &descriptor, napi_value thisVar) in NAPIRemoteObjectHolder() argument
167 void NAPIRemoteObjectHolder::attachLocalInterface(napi_value localInterface, std::string &descriptor) in attachLocalInterface() argument
180 napi_value NAPIRemoteObjectHolder::queryLocalInterface(std::string &descriptor) in queryLocalInterface() argument
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Djni_helper.cpp142 jobject descriptor = env->NewObject(g_jFileDescriptor.klazz, g_jFileDescriptor.fileDescriptorCtor); in JniHelperJavaIoCreateFileDescriptor() local
/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dwrapper.rs44 fn descriptor(self: &mut RemoteStubWrapper) -> &'static str; in descriptor() functions
133 pub fn descriptor(&self) -> &'static str { in descriptor() functions
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_client.cpp83 const std::u16string descriptor = ITestService::GetDescriptor(); in StartPingService() local
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_stats_service_proxy_test.cpp131 std::u16string descriptor = std::u16string(); in GetObjectDescriptor() local
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dishared_result_set_stub.cpp55 std::u16string descriptor = ISharedResultSetStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dtype_descriptor.cpp131 bool TypeDescriptor::Equals(std::shared_ptr<TypeDescriptor> descriptor) in Equals() argument
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Duniform_type_descriptor_napi.cpp79 std::shared_ptr<TypeDescriptor> descriptor; in GetTypeDescriptor() local
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/callback/
H A Ddcamera_source_callback_test.cpp241 std::string descriptor = "desc"; in HWTEST_F() local
267 std::string descriptor = "desc"; in HWTEST_F() local
293 std::string descriptor = "desc"; in HWTEST_F() local
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub_test.cpp325 std::u16string descriptor = DScreenSourceStub::GetDescriptor(); in HWTEST_F() local
346 std::u16string descriptor = stubPtr->GetDescriptor(); in HWTEST_F() local
363 std::u16string descriptor = stubPtr->GetDescriptor(); in HWTEST_F() local
380 std::u16string descriptor = stubPtr->GetDescriptor(); in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp55 void OnDescriptorReadResult(const GattDescriptor &descriptor, int ret) in OnDescriptorReadResult() argument
60 void OnDescriptorWriteResult(const GattDescriptor &descriptor, int ret) in OnDescriptorWriteResult() argument
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service_stub.cpp62 std::u16string descriptor = FileAccessServiceStub::GetDescriptor(); in OnRemoteRequest() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drawabledescriptor/
H A Ddrawabledescriptor_create_test.cpp63 auto descriptor = OH_ArkUI_DrawableDescriptor_CreateFromPixelMap(pixelMap); in TestDrawableDescriptorCreate001() local
114 auto descriptor = OH_ArkUI_DrawableDescriptor_CreateFromPixelMap(pixelMap); in TestDrawableDescriptorCreate002() local
/test/xts/device_attest/interfaces/innerkits/native_cpp/test/unittest/src/
H A Ddevattest_client_proxy_test.cpp150 std::u16string descriptor = std::u16string(); in GetObjectDescriptor() local
/third_party/ffmpeg/libavcodec/
H A Ddpxenc.c34 int descriptor; member
/third_party/fsverity-utils/include/
H A Dlibfsverity.h152 int (*descriptor)(void *ctx, const void *descriptor, size_t size); member
/third_party/backends/backend/
H A Dp5.h136 SANE_Option_Descriptor descriptor; /** option description */ member
/third_party/node/deps/v8/src/debug/
H A Ddebug-property-iterator.cc139 v8::Maybe<v8::debug::PropertyDescriptor> DebugPropertyIterator::descriptor() { in descriptor() function in v8::internal::DebugPropertyIterator
143 PropertyDescriptor descriptor; in descriptor() local
[all...]
/third_party/node/deps/v8/include/
H A Dv8-template.h711 GenericNamedPropertyDescriptorCallback descriptor; member
780 IndexedPropertyDescriptorCallback descriptor; global() member
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc338 PropertyDescriptor descriptor; in BUILTIN() local
/third_party/node/deps/v8/include/v8-include/
H A Dv8-template.h695 GenericNamedPropertyDescriptorCallback descriptor; member
764 IndexedPropertyDescriptorCallback descriptor; global() member
[all...]
/third_party/node/deps/v8/src/objects/
H A Ddescriptor-array.h164 static constexpr int OffsetOfDescriptorAt(int descriptor) { in OffsetOfDescriptorAt() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h58 uint32_t descriptor[FDL6_TEX_CONST_DWORDS]; member
/third_party/protobuf/conformance/
H A Dconformance_cpp.cc104 const Descriptor *descriptor = DescriptorPool::generated_pool()->FindMessageTypeByName( in DoTest() local
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs93 T descriptor = result as T; field in Google.Protobuf.Reflection.DescriptorPool.__anon16753
153 internal void AddSymbol(IDescriptor descriptor) in AddSymbol() argument
192 ValidateSymbolName(IDescriptor descriptor) ValidateSymbolName() argument
[all...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...42