| /foundation/multimodalinput/input/service/filter/src/ |
| H A D | event_filter_stub.cpp | 40 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
|
| /foundation/resourceschedule/background_task_mgr/frameworks/src/ |
| H A D | expired_callback_stub.cpp | 31 std::u16string descriptor = ExpiredCallbackStub::GetDescriptor(); in OnRemoteRequest() local
|
| /foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
| H A D | app_group_callback_stub.cpp | 25 std::u16string descriptor = AppGroupCallbackStub::GetDescriptor(); in OnRemoteRequest() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
| H A D | res_sched_systemload_notifier_stub.cpp | 47 std::u16string descriptor = IResSchedSystemloadNotifier::GetDescriptor(); in OnSystemloadLevelInner() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
| H A D | device_movement_observer.cpp | 27 std::u16string descriptor = DeviceMovementObserver::GetDescriptor(); in OnRemoteRequest() local
|
| /foundation/communication/ipc/ipc/native/src/core/source/ |
| H A D | iremote_object.cpp | 80 IRemoteObject::IRemoteObject(std::u16string descriptor) : descriptor_(descriptor) in IRemoteObject() argument
|
| /foundation/communication/ipc/services/dbinder/test/unittest/ |
| H A D | dbinder_death_recipient_unittest.cpp | 67 std::u16string descriptor = std::u16string(); in HWTEST_F() local
|
| /foundation/communication/ipc/interfaces/innerkits/rust/src/remote/ |
| H A D | stub.rs | 32 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 D | sync_completed_callback_stub.cpp | 49 std::u16string descriptor = SyncCompletedCallbackStub::GetDescriptor(); in OnRemoteRequest() local
|
| H A D | dp_inited_callback_stub.cpp | 41 std::u16string descriptor = DpInitedCallbackStub::GetDescriptor(); in OnRemoteRequest() local
|
| /foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/ |
| H A D | sharing_event_callback_stub.cpp | 27 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
|
| /foundation/distributeddatamgr/udmf/interfaces/cj/src/ |
| H A D | uniform_type_descriptor_impl.cpp | 37 std::shared_ptr<TypeDescriptor> descriptor; in GetTypeDescriptor() local
|
| /foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
| H A D | ext_extension_stub.cpp | 63 const std::u16string descriptor = ExtExtensionStub::GetDescriptor(); in OnRemoteRequest() local
|
| /foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
| H A D | start_stop_d_inputs_call_back_stub.cpp | 34 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
|
| /foundation/filemanagement/user_file_service/services/native/file_access_service/src/ |
| H A D | observer_callback_stub.cpp | 50 std::u16string descriptor = ObserverCallbackStub::GetDescriptor(); in OnRemoteRequest() local
|
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
| H A D | TypeRegistryTest.cs | 84 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 D | DescriptorDeclaration.cs | 94 private DescriptorDeclaration(IDescriptor descriptor, Location location) in DescriptorDeclaration() argument 109 internal static DescriptorDeclaration FromProto(IDescriptor descriptor, Location location) => in FromProto() argument
|
| H A D | ExtensionCollection.cs | 89 public IList<FieldDescriptor> GetExtensionsInDeclarationOrder(MessageDescriptor descriptor) in GetExtensionsInDeclarationOrder() argument 98 public IList<FieldDescriptor> GetExtensionsInNumberOrder(MessageDescriptor descriptor) in GetExtensionsInNumberOrder() argument [all...] |
| H A D | FieldAccessorBase.cs | 45 private readonly FieldDescriptor descriptor; field in Google.Protobuf.Reflection.FieldAccessorBase 47 internal FieldAccessorBase(PropertyInfo property, FieldDescriptor descriptor) in FieldAccessorBase() argument
|
| H A D | ExtensionAccessor.cs | 40 internal ExtensionAccessor(FieldDescriptor descriptor) in ExtensionAccessor() argument
|
| H A D | OneofAccessor.cs | 47 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 D | MapFieldAccessor.cs | 44 internal MapFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in MapFieldAccessor() argument
|
| H A D | SingleFieldAccessor.cs | 53 internal SingleFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in SingleFieldAccessor() argument
|
| H A D | RepeatedFieldAccessor.cs | 44 internal RepeatedFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) in RepeatedFieldAccessor() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| H A D | AnyPartial.cs | 43 private static string GetTypeUrl(MessageDescriptor descriptor, string prefix) => in GetTypeUrl() argument 75 public bool Is(MessageDescriptor descriptor)
in Is() argument [all...] |