Home
last modified time | relevance | path

Searched defs:descriptor (Results 126 - 150 of 1204) sorted by relevance

12345678910>>...49

/foundation/multimodalinput/input/service/filter/src/
H A Devent_filter_stub.cpp40 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dexpired_callback_stub.cpp31 std::u16string descriptor = ExpiredCallbackStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dapp_group_callback_stub.cpp25 std::u16string descriptor = AppGroupCallbackStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_systemload_notifier_stub.cpp47 std::u16string descriptor = IResSchedSystemloadNotifier::GetDescriptor(); in OnSystemloadLevelInner() local
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Ddevice_movement_observer.cpp27 std::u16string descriptor = DeviceMovementObserver::GetDescriptor(); in OnRemoteRequest() local
/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_object.cpp80 IRemoteObject::IRemoteObject(std::u16string descriptor) : descriptor_(descriptor) in IRemoteObject() argument
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_death_recipient_unittest.cpp67 std::u16string descriptor = std::u16string(); in HWTEST_F() local
/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dstub.rs32 fn descriptor(&self) -> &'static str { in descriptor() functions
45 fn descriptor(&self) -> &'static str { in descriptor() functions
67 fn descriptor(&self) -> &'static str { in descriptor() functions
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dsync_completed_callback_stub.cpp49 std::u16string descriptor = SyncCompletedCallbackStub::GetDescriptor(); in OnRemoteRequest() local
H A Ddp_inited_callback_stub.cpp41 std::u16string descriptor = DpInitedCallbackStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/
H A Dsharing_event_callback_stub.cpp27 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Duniform_type_descriptor_impl.cpp37 std::shared_ptr<TypeDescriptor> descriptor; in GetTypeDescriptor() local
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension_stub.cpp63 const std::u16string descriptor = ExtExtensionStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dstart_stop_d_inputs_call_back_stub.cpp34 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dobserver_callback_stub.cpp50 std::u16string descriptor = ObserverCallbackStub::GetDescriptor(); in OnRemoteRequest() local
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DTypeRegistryTest.cs84 private static void AssertDescriptorPresent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorPresent() argument
89 private static void AssertDescriptorAbsent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorAbsent() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorDeclaration.cs94 private DescriptorDeclaration(IDescriptor descriptor, Location location) in DescriptorDeclaration() argument
109 internal static DescriptorDeclaration FromProto(IDescriptor descriptor, Location location) => in FromProto() argument
H A DExtensionCollection.cs89 public IList<FieldDescriptor> GetExtensionsInDeclarationOrder(MessageDescriptor descriptor) in GetExtensionsInDeclarationOrder() argument
98 public IList<FieldDescriptor> GetExtensionsInNumberOrder(MessageDescriptor descriptor) in GetExtensionsInNumberOrder() argument
[all...]
H A DFieldAccessorBase.cs45 private readonly FieldDescriptor descriptor; field in Google.Protobuf.Reflection.FieldAccessorBase
47 internal FieldAccessorBase(PropertyInfo property, FieldDescriptor descriptor) in FieldAccessorBase() argument
H A DExtensionAccessor.cs40 internal ExtensionAccessor(FieldDescriptor descriptor) in ExtensionAccessor() argument
H A DOneofAccessor.cs47 private OneofAccessor(OneofDescriptor descriptor, Func<IMessage, int> caseDelegate, Action<IMessage> clearDelegate) in OneofAccessor() argument
63 internal static OneofAccessor ForSyntheticOneof(OneofDescriptor descriptor) in ForSyntheticOneof() argument
54 ForRegularOneof( OneofDescriptor descriptor, PropertyInfo caseProperty, MethodInfo clearMethod) ForRegularOneof() argument
[all...]
H A DMapFieldAccessor.cs44 internal MapFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in MapFieldAccessor() argument
H A DSingleFieldAccessor.cs53 internal SingleFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in SingleFieldAccessor() argument
H A DRepeatedFieldAccessor.cs44 internal RepeatedFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in RepeatedFieldAccessor() argument
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DAnyPartial.cs43 private static string GetTypeUrl(MessageDescriptor descriptor, string prefix) => in GetTypeUrl() argument
75 public bool Is(MessageDescriptor descriptor) in Is() argument
[all...]

Completed in 8 milliseconds

12345678910>>...49