Home
last modified time | relevance | path

Searched defs:descriptor (Results 651 - 675 of 1022) sorted by relevance

1...<<21222324252627282930>>...41

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp657 BleGattcReadDescriptor(int clientId, BtGattDescriptor descriptor) BleGattcReadDescriptor() argument
692 BleGattcWriteDescriptor(int clientId, BtGattDescriptor descriptor, int len, const char *value) BleGattcWriteDescriptor() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server_handler.h92 sptr<AudioDeviceDescriptor> descriptor; member in OHOS::AudioStandard::AudioPolicyServerHandler::EventContextObj
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h388 explicit ResourceDescriptor(const GpuBufferDesc& descriptor) : combinedBufDescriptor { {}, descriptor } {} in ResourceDescriptor() argument
389 explicit ResourceDescriptor(const GpuImageDesc& descriptor) : imageDescriptor(descriptor) {} in ResourceDescriptor() argument
390 explicit ResourceDescriptor(const GpuSamplerDesc& descriptor) : samplerDescriptor(descriptor) {} in ResourceDescriptor() argument
391 explicit ResourceDescriptor(const GpuAccelerationStructureDesc& descriptor) : combinedBufDescriptor(descriptor) in ResourceDescriptor() argument
416 ResourceDescriptor descriptor; global() member
487 ResourceDescriptor descriptor; global() member
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp537 const auto descriptor = map.GetFd(); in OnClientMarshalling() local
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_stub.cpp75 std::u16string descriptor = FileAccessExtStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_remote_test.cpp137 AudioDeviceDescriptor descriptor; in SetUpTestCase() local
533 AVSessionDescriptor descriptor; in HWTEST_F() local
556 AVSessionDescriptor descriptor; HWTEST_F() local
571 AVSessionDescriptor descriptor; HWTEST_F() local
590 AVSessionDescriptor descriptor; HWTEST_F() local
722 AVSessionDescriptor descriptor; HWTEST_F() local
770 AVSessionDescriptor descriptor; HWTEST_F() local
[all...]
/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp64 AVSessionItem::AVSessionItem(const AVSessionDescriptor& descriptor, int32_t userId) in AVSessionItem() argument
/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davsession_service_proxy.cpp131 GetSessionDescriptorsBySessionId(const std::string& sessionId, AVSessionDescriptor& descriptor) GetSessionDescriptorsBySessionId() argument
[all...]
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_test.cpp865 OHOS::sptr<AudioDeviceDescriptor> descriptor = new(std::nothrow) AudioDeviceDescriptor(); in HWTEST_F() local
1186 AVSessionDescriptor descriptor; in HWTEST_F() local
/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_manager_impl.cpp143 GetSessionDescriptorsBySessionId(const std::string& sessionId, AVSessionDescriptor& descriptor) GetSessionDescriptorsBySessionId() argument
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp40 JSPropertyDescriptor descriptor; in DefineProperty() local
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_stub.cpp155 std::u16string descriptor = ResSchedServiceStub::GetDescriptor(); in IsValidToken() local
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/
H A Dresschedobserver_fuzzer.cpp509 AVSession::AVSessionDescriptor descriptor; in AvSessionStateListenerFuzzTest() local
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp252 sptr<IPCFileDescriptor> descriptor = new (std::nothrow) IPCFileDescriptor(dupFd); in WriteFileDescriptor() local
262 sptr<IPCFileDescriptor> descriptor = ReadObject<IPCFileDescriptor>(); in ReadFileDescriptor() local
H A Dprocess_skeleton.cpp118 bool ProcessSkeleton::DetachObject(IRemoteObject *object, const std::u16string &descriptor) in DetachObject() argument
150 bool ProcessSkeleton::AttachObject(IRemoteObject *object, const std::u16string &descriptor, bool lockFlag) in AttachObject() argument
180 QueryObject(const std::u16string &descriptor, bool lockFlag) QueryObject() argument
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_proxy_test.cpp146 std::u16string descriptor = std::u16string(); in GetObjectDescriptor() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_client_test.cpp344 std::u16string descriptor = std::u16string(); in HWTEST_F() local
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp296 int TestService::TestRegisterRemoteStub(const char *descriptor, const sptr<IRemoteObject> object) in TestRegisterRemoteStub() argument
306 int TestService::TestUnRegisterRemoteStub(const char *descriptor) in TestUnRegisterRemoteStub() argument
316 sptr<IRemoteObject> TestService::TestQueryRemoteProxy(const char *descriptor) in TestQueryRemoteProxy() argument
[all...]
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp83 std::u16string descriptor = data.ReadInterfaceToken(); variable
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Ddatashare_stub.cpp71 std::u16string descriptor = DataShareStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_data_utils.cpp372 napi_status NapiDataUtils::GetValue(napi_env env, napi_value in, std::shared_ptr<TypeDescriptor> &descriptor) in GetValue() argument
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_stub.cpp116 const std::u16string descriptor = ServiceStub::GetDescriptor(); in OnRemoteRequest() local
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c114 static void GattcWriteDescriptorCallback(int clientId, BtGattDescriptor *descriptor, int status) in GattcWriteDescriptorCallback() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dvas.h55 __be64 descriptor; member
71 u64 descriptor; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dvas.h262 __be64 descriptor; member
267 u64 descriptor; member

Completed in 39 milliseconds

1...<<21222324252627282930>>...41