Home
last modified time | relevance | path

Searched defs:descriptor (Results 926 - 950 of 1055) sorted by relevance

1...<<31323334353637383940>>...43

/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1135 int32_t UsbService::GetDeviceInfoDescriptor(const UsbDev &uDev, std::vector<uint8_t> &descriptor, UsbDevice &dev) in GetDeviceInfoDescriptor() argument
1168 int32_t UsbService::GetConfigDescriptor(UsbDevice &dev, std::vector<uint8_t> &descriptor) in GetConfigDescriptor() argument
1187 std::vector<uint8_t> descriptor; in GetDeviceInfo() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp49 std::u16string descriptor = AppMgrStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp1690 void Component::AppendIfDescriptor(Component *parent, const jerry_value_t descriptor) in AppendIfDescriptor() argument
1711 void Component::AppendForDescriptor(Component *parent, const jerry_value_t descriptor) in AppendForDescriptor() argument
1822 void Component::CreateDirectiveWatcher(jerry_value_t descriptor) in CreateDirectiveWatcher() argument
1871 HandleChildrenChange(jerry_value_t descriptor) HandleChildrenChange() argument
1902 UpdateDescriptor(Component *parent, const jerry_value_t descriptor) UpdateDescriptor() argument
1918 ReappendDescriptorOrElement(Component *parent, const jerry_value_t descriptor) ReappendDescriptorOrElement() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp335 void AvrcpTgService::AVSessionObserverImpl::OnSessionCreate(const OHOS::AVSession::AVSessionDescriptor& descriptor) in OnSessionCreate() argument
345 void AvrcpTgService::AVSessionObserverImpl::OnSessionRelease(const OHOS::AVSession::AVSessionDescriptor& descriptor) in OnSessionRelease() argument
355 void AvrcpTgService::AVSessionObserverImpl::OnTopSessionChange(const OHOS::AVSession::AVSessionDescriptor& descriptor) in OnTopSessionChange() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_system_manager.cpp1401 int32_t AudioSystemManager::ConfigDistributedRoutingRole(AudioDeviceDescriptor *descriptor, CastType type) in ConfigDistributedRoutingRole() argument
1500 OnDistributedRoutingRoleChange( const AudioDeviceDescriptor *descriptor, const CastType type) OnDistributedRoutingRoleChange() argument
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp567 int32_t AudioPolicyProxy::ConfigDistributedRoutingRole(const sptr<AudioDeviceDescriptor> descriptor, CastType type) in ConfigDistributedRoutingRole() argument
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp119 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp527 std::u16string descriptor = holder->GetDescriptor(); in RemoteObjectAttachCb() local
568 std::string descriptor = stringValue; in RemoteObject_JS_Constructor() local
849 std::u16string descriptor = target->GetObjectDescriptor(); in NAPI_ohos_rpc_CreateJsRemoteObject() local
577 NAPIRemoteObject(std::thread::id jsThreadId, napi_env env, napi_ref jsObjectRef, const std::u16string &descriptor) NAPIRemoteObject() argument
952 std::string descriptor = stringValue; NAPI_RemoteObject_queryLocalInterface() local
991 std::string descriptor = stringValue; NAPI_RemoteObject_getLocalInterface() local
1008 std::u16string descriptor = nativeObject->GetObjectDescriptor(); NAPI_RemoteObject_getInterfaceDescriptor() local
1023 std::u16string descriptor = nativeObject->GetObjectDescriptor(); NAPI_RemoteObject_getDescriptor() local
1363 std::string descriptor = stringValue; NAPI_RemoteObject_attachLocalInterface() local
1423 std::string descriptor = stringValue; NAPI_RemoteObject_modifyLocalInterface() local
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp184 std::string descriptor = "IPCObjectProxy" + std::to_string(handle); in MakeHandleDescriptor() local
223 std::u16string descriptor = MakeHandleDescriptor(handle); in GetProxyObject() local
370 std::u16string descriptor = object->GetObjectDescriptor(); in DetachObject() local
389 std::u16string descriptor = object->GetObjectDescriptor(); AttachObject() local
399 QueryObject(const std::u16string &descriptor, bool lockFlag) QueryObject() argument
[all...]
/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h253 std::string descriptor; member
276 std::string descriptor; member
H A Dinput_hub.cpp569 std::string descriptor = device->identifier.descriptor; OpenInputDeviceLocked() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.h404 uint32_t descriptor[A6XX_TEX_SAMP_DWORDS]; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c1945 union radv_descriptor *descriptor; in radv_image_view_make_descriptor() local
[all...]
H A Dradv_descriptor_set.c1131 union radv_descriptor *descriptor; in write_image_descriptor() local
[all...]
H A Dradv_device_generated_commands.c197 nir_ssa_def *descriptor; member
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc974 FrameStateDescriptor* descriptor = in RecordCallPosition() local
1038 BuildTranslationForFrameStateDescriptor( FrameStateDescriptor* descriptor, InstructionOperandIterator* iter, OutputFrameStateCombine state_combine) BuildTranslationForFrameStateDescriptor() argument
1115 FrameStateDescriptor* const descriptor = entry.descriptor(); BuildTranslation() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator.cc1952 CallDescriptor* descriptor = p.descriptor(); in SlowCallArgumentCount() local
1912 FastApiCall( const FastApiCallFunctionVector& c_functions, FeedbackSource const& feedback, CallDescriptor* descriptor) FastApiCall() argument
[all...]
H A Dcode-assembler.h1182 TNode<T> CallStub(const CallInterfaceDescriptor& descriptor, in CallStub() argument
1189 TNode<T> CallBuiltinPointer(const CallInterfaceDescriptor& descriptor, in CallBuiltinPointer() argument
1204 void TailCallStub(const CallInterfaceDescriptor& descriptor, in TailCallStub() argument
1214 TailCallStubThenBytecodeDispatch( const CallInterfaceDescriptor& descriptor, Node* target, Node* context, TArgs... args) TailCallStubThenBytecodeDispatch() argument
1355 CallStubR(StubCallMode call_mode, const CallInterfaceDescriptor& descriptor, TNode<Object> target, TNode<Object> context, TArgs... args) CallStubR() argument
[all...]
H A Djs-call-reducer.cc1009 TNode<Object> FastApiCall(CallDescriptor* descriptor, Node** inputs, in FastApiCall() argument
[all...]
H A Djs-generic-lowering.cc98 const CallInterfaceDescriptor& descriptor = callable.descriptor(); in ReplaceWithBuiltinCall() local
132 const CallInterfaceDescriptor& descriptor = callable.descriptor(); in ReplaceUnaryOpWithBuiltinCall() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1461 v8::debug::PropertyDescriptor descriptor; in getProperties() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1368 ShareDescriptor(Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors, Descriptor* descriptor) ShareDescriptor() argument
1764 CanHoldValue(DescriptorArray descriptors, InternalIndex descriptor, PropertyConstness constness, Object value) CanHoldValue() argument
1786 UpdateDescriptorForValue(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyConstness constness, Handle<Object> value) UpdateDescriptorForValue() argument
1808 PrepareForDataProperty(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyConstness constness, Handle<Object> value) PrepareForDataProperty() argument
1840 InternalIndex descriptor = transition->LastAdded(); TransitionToDataProperty() local
1904 TransitionToAccessorProperty(Isolate* isolate, Handle<Map> map, Handle<Name> name, InternalIndex descriptor, Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes) TransitionToAccessorProperty() argument
2017 CopyAddDescriptor(Isolate* isolate, Handle<Map> map, Descriptor* descriptor, TransitionFlag flag) CopyAddDescriptor() argument
2040 CopyInsertDescriptor(Isolate* isolate, Handle<Map> map, Descriptor* descriptor, TransitionFlag flag) CopyInsertDescriptor() argument
2056 CopyReplaceDescriptor(Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors, Descriptor* descriptor, InternalIndex insertion_index, TransitionFlag flag) CopyReplaceDescriptor() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc1157 MoveToReturnLocations( const FunctionSig* sig, compiler::CallDescriptor* descriptor) MoveToReturnLocations() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c144 uint32_t *descriptor = &desc->list[desc->slot_index_to_bind_directly * desc->element_dw_size]; in si_upload_descriptors() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarkMessage1Proto3.cs22 private static pbr::FileDescriptor descriptor; field in Benchmarks.Proto3.BenchmarkMessage1Proto3Reflection

Completed in 72 milliseconds

1...<<31323334353637383940>>...43