Home
last modified time | relevance | path

Searched refs:propertyCount (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_display_capability_v10.md27 | unsigned int [propertyCount](#propertycount) | 属性数组大小 |
64 ### propertyCount subsection
67 unsigned int DisplayCapability::propertyCount
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp326 uint32_t propertyCount = 0; variable
327 VkResult err = vkEnumerateInstanceLayerProperties(&propertyCount, nullptr);
329 if (propertyCount > 0) {
330 std::vector<VkLayerProperties> properties(propertyCount);
331 err = vkEnumerateInstanceLayerProperties(&propertyCount, properties.data());
456 uint32_t propertyCount = 0; variable
457 VkResult err = vkEnumerateDeviceLayerProperties(physicalDevice_, &propertyCount, nullptr);
459 if (propertyCount > 0) {
460 std::vector<VkLayerProperties> properties(propertyCount);
461 … err = vkEnumerateDeviceLayerProperties(physicalDevice_, &propertyCount, properties.data());
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp167 void CustomPropertyPodContainer::ReservePropertyCount(size_t propertyCount) in ReservePropertyCount() argument
169 reservePropertyCount_ = propertyCount; in ReservePropertyCount()
554 void CustomPropertyBindingContainer::ReservePropertyCount(size_t propertyCount) in ReservePropertyCount() argument
556 reservePropertyCount_ = propertyCount; in ReservePropertyCount()
H A Dproperty_util.h72 void ReservePropertyCount(size_t propertyCount); in RENDER_BEGIN_NAMESPACE()
168 void ReservePropertyCount(size_t propertyCount);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h66 uint32_t propertyCount; /**< Count of properties */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp153 info.propertyCount = hdiInfo.propertyCount; in GetScreenCapability()
155 info.props.reserve(hdiInfo.propertyCount); in GetScreenCapability()
156 for (uint32_t i = 0; i < hdiInfo.propertyCount; i++) { in GetScreenCapability()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h72 void ReservePropertyCount(size_t propertyCount); in CORE3D_BEGIN_NAMESPACE()
H A Dproperty_util.cpp172 void CustomPropertyPodContainer::ReservePropertyCount(size_t propertyCount) in ReservePropertyCount() argument
174 reservePropertyCount_ = propertyCount; in ReservePropertyCount()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp207 .propertyCount = 0 in ScreenCapabilityInit()
511 … capability_.supportLayers, capability_.virtualDispCount, capability_.propertyCount); in CapabilityDump()
521 decltype(capability_.propertyCount) propIndex = 0; in PropDump()
522 for (; propIndex < capability_.propertyCount; ++propIndex) { in PropDump()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp719 size_t propertyCount; member
736 info.constructor, nullptr, info.propertyCount, info.property, &constructor); in DoInit()
785 .propertyCount = sizeof(properties) / sizeof(properties[NUM_0]), in Init()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h96 size_t propertyCount,
98 panda::Local<panda::ObjectRef> NapiCreateObjectWithProperties(napi_env env, size_t propertyCount,
H A Dark_native_engine.cpp926 panda::Local<panda::ObjectRef> NapiCreateObjectWithProperties(napi_env env, size_t propertyCount, in NapiCreateObjectWithProperties() argument
933 for (size_t i = 0; i < propertyCount; ++i) { in NapiCreateObjectWithProperties()
974 …Local<panda::ObjectRef> object = panda::ObjectRef::NewWithProperties(vm, propertyCount, keys, attr… in NapiCreateObjectWithProperties()
979 size_t propertyCount, in NapiCreateSObjectWithProperties() argument
985 for (size_t i = 0; i < propertyCount; ++i) { in NapiCreateSObjectWithProperties()
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcast_picker_helper.cpp53 auto propertyCount = sizeof(descriptors) / sizeof(napi_property_descriptor); in Init() local
56 propertyCount, descriptors, &constructor); in Init()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/
H A Ddisplay_composer_type.cpp.txt149 if (!data.WriteUint32(dataBlock.propertyCount)) {
150 HDF_LOGE("%{public}s: write dataBlock.propertyCount failed!", __func__);
210 if (!data.ReadUint32(dataBlock.propertyCount)) {
211 HDF_LOGE("%{public}s: read dataBlock.propertyCount failed!", __func__);
H A Ddisplay_composer_type.h.txt310 uint32_t propertyCount;
/ohos5.0/docs/zh-cn/application-dev/reference/common/
H A D_j_s_v_m.md109 …H_JSVM_CreateEnv](#oh_jsvm_createenv) ([JSVM_VM](#jsvm_vm) vm, size_t propertyCount, const [JSVM_P…
219 … ([JSVM_Env](#jsvm_env) env, [JSVM_Value](#jsvm_value) object, size_t propertyCount, const [JSVM_P…
227 …e, size_t length, [JSVM_Callback](#jsvm_callback) constructor, size_t propertyCount, const [JSVM_P…
1651 JSVM_EXTERN JSVM_Status OH_JSVM_CreateEnv (JSVM_VM vm, size_t propertyCount, const JSVM_PropertyDes…
1665 | propertyCount | 属性数组中元素的个数。 |
2357 …nst char * utf8name, size_t length, JSVM_Callback constructor, size_t propertyCount, const JSVM_Pr…
2374 | propertyCount | properties数组参数中的项数。 |
2386 …nst char * utf8name, size_t length, JSVM_Callback constructor, size_t propertyCount, const JSVM_Pr…
2403 | propertyCount | properties数组参数中的项数。 |
2419 …tus OH_JSVM_DefineProperties (JSVM_Env env, JSVM_Value object, size_t propertyCount, const JSVM_Pr…
[all …]
H A Djsvm_8h.md43 …_v_m.md#oh_jsvm_createenv) ([JSVM_VM](_j_s_v_m.md#jsvm_vm) vm, size_t propertyCount, const [JSVM_P…
153 …md#jsvm_env) env, [JSVM_Value](_j_s_v_m.md#jsvm_value) object, size_t propertyCount, const [JSVM_P…
161 …ength, [JSVM_Callback](_j_s_v_m.md#jsvm_callback) constructor, size_t propertyCount, const [JSVM_P…
186 …ength, [JSVM_Callback](_j_s_v_m.md#jsvm_callback) constructor, size_t propertyCount, const [JSVM_P…
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp845 const auto propertyCount = propertyApi.PropertyCount(); in MarkAllPropertiesSerialized() local
846 for (size_t i = 0; i < propertyCount; ++i) { in MarkAllPropertiesSerialized()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_connector.cpp139 cap.propertyCount = mPropertyCount; in GetDisplayCap()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h454 uint32_t propertyCount; /**< Count of properties */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp218 info.supportLayers, info.virtualDispCount, info.supportWriteBack, info.propertyCount); in CreatePhysicalScreen()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_connector.cpp164 cap.propertyCount = mPropertyCount; in GetDisplayCap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp330 info.virtualDispCount, info.supportWriteBack, info.propertyCount); in CreatePhysicalScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_canvaskit0310.cpp505 info.supportWriteBack, info.propertyCount); in CreatePyhsicalScreen()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/
H A Ddump.txt406 unsigned int propertyCount;

12