Searched refs:propCount (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/ |
H A D | event_bubble_tdd_test.cpp | 1332 const char *propCount = "count"; in EventBubbleTest013() local 1337 uint32_t count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest013() 1340 count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest013() 1343 count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest013() 1354 const char *propCount = "count"; in EventBubbleTest014() local 1359 uint32_t count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest014() 1362 count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest014() 1373 const char *propCount = "count"; in EventBubbleTest015() local 1384 count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest015() 1387 count = static_cast<uint32_t>(JSObject::GetNumber(page, propCount)); in EventBubbleTest015() [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | app_style_manager.cpp | 273 uint32_t propCount = jerry_get_array_length(propValue); in HandleSelectors() local 274 if (propCount > 0 && propCount < UINT8_MAX) { in HandleSelectors() 276 while (propCount > 0) { in HandleSelectors() 277 jerry_value_t property = jerry_get_property_by_index(propValue, (propCount - 1)); in HandleSelectors() 280 propCount--; in HandleSelectors()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/ |
H A D | rs_screen_capability.cpp | 173 uint32_t propCount; in Unmarshalling() local 196 if (!parcel.ReadUint32(propCount)) { in Unmarshalling() 199 if (!ReadVector(props, propCount, parcel)) { in Unmarshalling()
|
/ohos5.0/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_cfg_mgr.c | 1061 int32_t propCount = drsOps->GetElemNum(propListNode, "propList"); in UsbFnCfgGetPropValueFromPropList() local 1062 if (propCount <= 0) { in UsbFnCfgGetPropValueFromPropList() 1065 for (int32_t count = 0; count < propCount; count++) { in UsbFnCfgGetPropValueFromPropList()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen_manager.cpp | 869 uint32_t propCount = capability.propertyCount; in GetScreenCapabilityLocked() local 870 props.resize(propCount); in GetScreenCapabilityLocked() 871 for (uint32_t propIndex = 0; propIndex < propCount; propIndex++) { in GetScreenCapabilityLocked()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/ |
H A D | gl32_entries.in | 766 …ourceiv, GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *p… 767 CALL_HOOK_API(glGetProgramResourceiv, program, programInterface, index, propCount, props, bufSize, …
|
H A D | gl2ext_entries.in | 1357 …rcefvNV, GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *p… 1358 CALL_HOOK_API(glGetProgramResourcefvNV, program, programInterface, index, propCount, props, count, …
|