| /base/global/resource_management/frameworks/resmgr/src/ |
| H A D | native_resource_manager.cpp | 271 auto descriptor = DrawableDescriptorFactory::Create(foregroundInfo, backgroundInfo,
in OH_ResourceManager_GetDrawableDescriptorData() local 278 auto descriptor = DrawableDescriptorFactory::Create(resId, mgr->resManager, state, drawableType, density);
in OH_ResourceManager_GetDrawableDescriptorData() local 308 auto descriptor = DrawableDescriptorFactory::Create(foregroundInfo, backgroundInfo,
in OH_ResourceManager_GetDrawableDescriptorDataByName() local 319 auto descriptor = std::make_unique<DrawableDescriptor>(std::move(iconInfo.first), iconInfo.second);
in OH_ResourceManager_GetDrawableDescriptorDataByName() local 326 auto descriptor = DrawableDescriptorFactory::Create(resName, mgr->resManager, state, drawableType, density);
in OH_ResourceManager_GetDrawableDescriptorDataByName() local [all...] |
| /base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/ |
| H A D | usb_manager_addon.cpp | 544 int32_t descriptor = -1; in GetUsbDeviceTypeFromNAPI() local 579 napi_value descriptor = nullptr; in UsbDeviceTypeToJsObj() local [all...] |
| /base/security/access_token/services/privacymanager/src/service/ |
| H A D | privacy_manager_stub.cpp | 95 std::u16string descriptor = data.ReadInterfaceToken(); in OnRemoteRequest() local
|
| /base/security/access_token/services/privacymanager/test/unittest/ |
| H A D | privacy_manager_service_test.cpp | 363 std::string descriptor = "I don't know"; in HWTEST_F() local
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| H A D | core_service_native_branch_test.cpp | 111 std::u16string descriptor = std::u16string(); in GetObjectDescriptor() local
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
| H A D | napi_bluetooth_gatt_client.cpp | 181 GattDescriptor *descriptor = nullptr; in GetGattcDescriptor() local 330 GattDescriptor *descriptor = GetGattcDescriptor(gattClient->GetClient(), napiDescriptor); in ParseGattClientReadDescriptorValue() local 342 GattDescriptor *descriptor = nullptr; in ReadDescriptorValue() local 611 GattDescriptor *descriptor = GetGattcDescriptor(gattClient->GetClient(), napiDescriptor); CheckWriteDescriptorValueEx() local 623 GattDescriptor* descriptor = nullptr; WriteDescriptorValueEx() local 773 GattDescriptor *descriptor = GetGattcDescriptor(gattClient->GetClient(), napiDescriptor); CheckWriteDescriptorValue() local 784 GattDescriptor* descriptor = nullptr; WriteDescriptorValue() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| H A D | bluetooth_gatt_client_server.cpp | 437 int BluetoothGattClientServer::ReadDescriptor(int32_t appId, const BluetoothGattDescriptor &descriptor) in ReadDescriptor() argument 452 int BluetoothGattClientServer::WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) in WriteDescriptor() argument [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| H A D | bluetooth_avrcp_ct_stub.cpp | 105 std::u16string descriptor = BluetoothAvrcpCtStub::GetDescriptor(); in OnRemoteRequest() local
|
| /foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
| H A D | ohos_bt_gatt_client.cpp | 657 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 D | audio_policy_server_handler.h | 92 sptr<AudioDeviceDescriptor> descriptor; member in OHOS::AudioStandard::AudioPolicyServerHandler::EventContextObj
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | gpu_resource_manager.h | 388 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 D | rs_profiler_pixelmap.cpp | 537 const auto descriptor = map.GetFd(); in OnClientMarshalling() local
|
| /foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
| H A D | file_access_ext_stub.cpp | 75 std::u16string descriptor = FileAccessExtStub::GetDescriptor(); in OnRemoteRequest() local
|
| /foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
| H A D | avsession_remote_test.cpp | 137 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 D | avsession_item.cpp | 64 AVSessionItem::AVSessionItem(const AVSessionDescriptor& descriptor, int32_t userId) in AVSessionItem() argument
|
| /foundation/multimedia/av_session/services/session/ipc/proxy/ |
| H A D | avsession_service_proxy.cpp | 131 GetSessionDescriptorsBySessionId(const std::string& sessionId, AVSessionDescriptor& descriptor) GetSessionDescriptorsBySessionId() argument [all...] |
| /foundation/multimedia/av_session/services/session/server/test/ |
| H A D | avsession_service_test.cpp | 865 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 D | avsession_manager_impl.cpp | 143 GetSessionDescriptorsBySessionId(const std::string& sessionId, AVSessionDescriptor& descriptor) GetSessionDescriptorsBySessionId() argument
|
| /foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/ |
| H A D | audio_module.cpp | 40 JSPropertyDescriptor descriptor; in DefineProperty() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
| H A D | res_sched_service_stub.cpp | 155 std::u16string descriptor = ResSchedServiceStub::GetDescriptor();
in IsValidToken() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/ |
| H A D | resschedobserver_fuzzer.cpp | 509 AVSession::AVSessionDescriptor descriptor; in AvSessionStateListenerFuzzTest() local
|
| /foundation/communication/ipc/ipc/native/src/core/source/ |
| H A D | message_parcel.cpp | 252 sptr<IPCFileDescriptor> descriptor = new (std::nothrow) IPCFileDescriptor(dupFd); in WriteFileDescriptor() local 262 sptr<IPCFileDescriptor> descriptor = ReadObject<IPCFileDescriptor>(); in ReadFileDescriptor() local
|
| H A D | process_skeleton.cpp | 118 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 D | net_conn_service_proxy_test.cpp | 146 std::u16string descriptor = std::u16string(); in GetObjectDescriptor() local
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
| H A D | netsys_native_client_test.cpp | 344 std::u16string descriptor = std::u16string(); in HWTEST_F() local
|