Home
last modified time | relevance | path

Searched defs:descriptor (Results 801 - 825 of 1143) sorted by relevance

1...<<31323334353637383940>>...46

/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py59 from google.protobuf import descriptor namespace
[all...]
H A Ddescriptor_test.py51 from google.protobuf import descriptor namespace
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc426 const Descriptor* descriptor = PyMessageDescriptor_AsDescriptor( in FindExtensionByNumber() local
454 const Descriptor* descriptor = PyMessageDescriptor_AsDescriptor(arg); in FindAllExtensions() local
486 AddFileDescriptor(PyObject* self, PyObject* descriptor) AddFileDescriptor() argument
503 AddDescriptor(PyObject* self, PyObject* descriptor) AddDescriptor() argument
520 AddEnumDescriptor(PyObject* self, PyObject* descriptor) AddEnumDescriptor() argument
537 AddExtensionDescriptor(PyObject* self, PyObject* descriptor) AddExtensionDescriptor() argument
554 AddServiceDescriptor(PyObject* self, PyObject* descriptor) AddServiceDescriptor() argument
607 const FileDescriptor* descriptor = AddSerializedFile() local
[all...]
H A Drepeated_composite_container.cc380 const FieldDescriptor* descriptor = self->parent_field_descriptor; in Subscript() local
/third_party/protobuf/src/google/protobuf/
H A Dtest_util.h345 const Descriptor* descriptor = message->GetDescriptor(); in SetOneofViaReflection() local
362 const Descriptor* descriptor = message.GetDescriptor(); in ExpectOneofSetViaReflection() local
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc165 void FieldMaskUtil::GetFieldMaskForAllFields(const Descriptor* descriptor, in GetFieldMaskForAllFields() argument
226 void AddRequiredFieldPath(const Descriptor* descriptor) { in AddRequiredFieldPath() argument
136 GetFieldDescriptors( const Descriptor* descriptor, StringPiece path, std::vector<const FieldDescriptor*>* field_descriptors) GetFieldDescriptors() argument
352 RemovePath(const std::string& path, const Descriptor* descriptor) RemovePath() argument
456 const Descriptor* descriptor = source.GetDescriptor(); MergeMessage() local
553 AddRequiredFieldPath(Node* node, const Descriptor* descriptor) AddRequiredFieldPath() argument
591 const Descriptor* descriptor = message->GetDescriptor(); TrimMessage() local
652 Subtract(const Descriptor* descriptor, const FieldMask& mask1, const FieldMask& mask2, FieldMask* out) Subtract() argument
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp59 napi_property_descriptor descriptor[] = { in Init() local
H A Djs_get_input_method_setting.cpp50 napi_property_descriptor descriptor[] = { in Init() local
/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp354 static bool GetRawFileDescriptorFromHap(const RawFile *rawFile, RawFileDescriptor &descriptor) in GetRawFileDescriptorFromHap() argument
369 bool OH_ResourceManager_GetRawFileDescriptor(const RawFile *rawFile, RawFileDescriptor &descriptor) in OH_ResourceManager_GetRawFileDescriptor() argument
374 bool OH_ResourceManager_GetRawFileDescriptorData(const RawFile *rawFile, RawFileDescriptor *descriptor) in OH_ResourceManager_GetRawFileDescriptorData() argument
403 OH_ResourceManager_ReleaseRawFileDescriptor(const RawFileDescriptor &descriptor) OH_ResourceManager_ReleaseRawFileDescriptor() argument
408 OH_ResourceManager_ReleaseRawFileDescriptorData(const RawFileDescriptor *descriptor) OH_ResourceManager_ReleaseRawFileDescriptorData() argument
588 GetRawFileDescriptorFromHap64(const RawFile64 *rawFile, RawFileDescriptor64 *descriptor) GetRawFileDescriptorFromHap64() argument
603 OH_ResourceManager_GetRawFileDescriptor64(const RawFile64 *rawFile, RawFileDescriptor64 *descriptor) OH_ResourceManager_GetRawFileDescriptor64() argument
632 OH_ResourceManager_ReleaseRawFileDescriptor64(const RawFileDescriptor64 *descriptor) OH_ResourceManager_ReleaseRawFileDescriptor64() argument
[all...]
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp44 std::u16string descriptor = PowerMgrStub::GetDescriptor(); in OnRemoteRequest() local
/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp270 std::u16string descriptor = DeviceStatusSrvStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dams_mgr_stub.cpp54 std::u16string descriptor = AmsMgrStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_stub.cpp40 std::u16string descriptor = AbilitySchedulerStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp661 OHOS::Global::Resource::ResourceManager::RawFileDescriptor descriptor; in GetRawFileDescription() local
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp800 ReadDescriptor(GattDescriptor &descriptor) ReadDescriptor() argument
893 auto descriptor = characteristic.GetDescriptor(UUID::FromString("00002902-0000-1000-8000-00805F9B34FB")); SetNotifyCharacteristicInner() local
994 WriteDescriptor(GattDescriptor &descriptor) WriteDescriptor() argument
[all...]
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_system_manager.h85 sptr<AudioDeviceDescriptor> descriptor; member
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H A Dhos_au_sink.cpp44 Status LoadAndInitAdapter(AudioManager* audioManager, AudioAdapterDescriptor* descriptor, AudioAdapter** adapter) in LoadAndInitAdapter() argument
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.cpp243 void MigrateAVSessionServer::OnSessionCreate(const AVSessionDescriptor &descriptor) in OnSessionCreate() argument
256 void MigrateAVSessionServer::OnSessionRelease(const AVSessionDescriptor &descriptor) in OnSessionRelease() argument
267 void MigrateAVSessionServer::OnTopSessionChange(const AVSessionDescriptor &descriptor) in OnTopSessionChange() argument
[all...]
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davsession_service_stub.cpp108 AVSessionDescriptor descriptor; in HandleGetSessionDescriptorsById() local
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp357 explicit RemoteObjectTest(std::u16string descriptor) : IRemoteObject(descriptor) {} in RemoteObjectTest() argument
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp56 explicit RemoteObjectTest(std::u16string descriptor) : IRemoteObject(descriptor) {} in RemoteObjectTest() argument
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dapi_cache_manager_test.cpp709 bool ClearCache001TestPrevSet(const std::u16string& descriptor, uint32_t apiCode, in ClearCache001TestPrevSet() argument
721 bool ClearCache001TestPrevSet(const std::u16string& descriptor, uint32_t apiCode, in ClearCache001TestPrevSet() argument
733 bool ClearCache001TestPrevSet(const std::u16string& descriptor, uint32_t apiCode, in ClearCache001TestPrevSet() argument
740 bool ClearCache001TestCheck(const std::u16string& descriptor, uint32_t apiCode, in ClearCache001TestCheck() argument
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp222 RState ResourceManagerImpl::GetRawFileDescriptor(const std::string &name, RawFileDescriptor &descriptor) in GetRawFileDescriptor() argument
270 RState ResourceManagerImpl::GetRawFileDescriptorFromHap(const std::string &rawFileName, RawFileDescriptor &descriptor) in GetRawFileDescriptorFromHap() argument
318 RState GetRawFdNdkFromHap(const std::string &name, ResourceManager::RawFileDescriptor &descriptor) in GetRawFdNdkFromHap() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_stub_test.cpp1602 auto descriptor = NetsysNativeServiceStub::GetDescriptor(); in HWTEST_F() local
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_parcel_unittest.cpp660 const char *descriptor = "test descriptor"; in HWTEST_F() local

Completed in 43 milliseconds

1...<<31323334353637383940>>...46