Home
last modified time | relevance | path

Searched refs:getSize (Results 1 – 25 of 59) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drosen_render_qrcode.cpp31 if (!qrCode.getFlag() || qrCode.getSize() == 0 || width_ <= 0 || width_ < qrCode.getSize()) { in Paint()
35 int32_t blockWidth = width_ / qrCode.getSize(); in Paint()
36 int32_t sizeInPixel = blockWidth * qrCode.getSize(); in Paint()
112 int32_t blockWidth = width / qrCode.getSize(); in ProcessQrcodeData()
136 int32_t blockWidth = width / qrCode.getSize(); in ProcessQrcodeData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_modifier.cpp55 if (!qrCode.getFlag() || qrCode.getSize() == 0 || qrCodeSize <= 0 || in onDraw()
56 qrCodeSize < static_cast<float>(qrCode.getSize())) { in onDraw()
69 int32_t blockCounts = static_cast<int32_t>(qrCodeSize) / qrCode.getSize(); in onDraw()
70 int32_t sizeInPixel = blockCounts * qrCode.getSize(); in onDraw()
94 int32_t blockWidth = width / qrCode.getSize(); in CreateBitMap()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_test_ng.cpp229 …dModelNG GridTestNg::CreateRepeatGrid(int32_t itemNumber, std::function<float(uint32_t)>&& getSize) in CreateRepeatGrid() argument
234 std::function<void(uint32_t)> createFunc = [this, getSize]( in CreateRepeatGrid()
235 … uint32_t idx) { CreateGridItem(FILL_VALUE, getSize(idx)); }; in CreateRepeatGrid()
237 …[this, getSize](const std::string& value, uint32_t idx) { CreateGridItem(FILL_VALUE, getSize(idx))… in CreateRepeatGrid()
H A Dgrid_test_ng.h53 GridModelNG CreateRepeatGrid(int32_t itemNumber, std::function<float(uint32_t)>&& getSize);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-waterflow.md648 getSize() {
656 this.itemWidthArray.push(this.getSize())
657 this.itemHeightArray.push(this.getSize())
748 getSize() {
756 this.itemWidthArray.push(this.getSize())
757 this.itemHeightArray.push(this.getSize())
865 getSize() {
1056 getSize() {
1064 this.itemWidthArray.push(this.getSize())
1147 getSize() {
[all …]
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_level.c94 if (executorList->getSize(executorList) == 0) { in GetExecutorAslAndAcl()
130 if (creds == NULL || creds->getSize(creds) == 0) { in GetCredMaxAcl()
H A Dcontext_manager.c260 uint32_t num = g_contextList->getSize(g_contextList); in GetContext()
336 uint32_t credNum = credList->getSize(credList); in CheckCredentialSize()
362 templateIds->data = (uint64_t *)Malloc(sizeof(uint64_t) * credList->getSize(credList)); in QueryAuthTempletaInfo()
477 uint32_t scheduleNum = scheduleList->getSize(scheduleList); in CopySchedules()
680 if (credList == NULL || credList->getSize(credList) != 1) { in FillInContext()
H A Duser_auth_funcs.c509 if (executorList->getSize(executorList) == 0) { in GetExecutorInfoLinkedList()
576 if (executorList->getSize(executorList) == 0) { in GetSignExecutorInfoFunc()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_qrcode.cpp121 if (width_ < qrcode.getSize()) { in SetImageInfo()
151 int32_t qrWidth = qrcode.getSize(); in FillQrCodeColor()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dlinked_list.h45 uint32_t (*getSize)(struct LinkedList *list); member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_file_manager.c106 uint32_t size = enrolledList->getSize(enrolledList); in StreamWriteEnrolledInfo()
133 uint32_t size = credentialList->getSize(credentialList); in StreamWriteCredentialList()
194 uint32_t size = userInfoList->getSize(userInfoList); in WriteUserInfo()
228 uint32_t size = userInfoList->getSize(userInfoList); in UpdateFileInfo()
H A Didm_database.c250 uint32_t size = enrolledInfoList->getSize(enrolledInfoList); in GetAllEnrolledInfoFromUser()
341 if (credList->getSize(credList) != 0) { in IsCredentialIdDuplicate()
443 if (credentialList->getSize(credentialList) >= MAX_CREDENTIAL) { in AddCredentialToUser()
487 if (g_userInfoList->getSize(g_userInfoList) >= MAX_USER) { in AddUser()
554 if (credList->getSize(credList) != 0) { in AddCredentialInfo()
924 if (credList->getSize(credList) != 0) { in QueryCredentialUserId()
1268 if (credList == NULL || credList->getSize(credList) == 0) { in QueryPinCredential()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A D_o_h___cursor.md29 | [getSize](_r_d_b.md#getsize) | 函数指针,当结果集中列的数据类型是BLOB或者TEXT时,获取其值所需的内存。 |
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_cursor_test.cpp330 cursor->getSize(cursor, 0, &size);
343 cursor->getSize(cursor, 3, &size);
351 cursor->getSize(cursor, 0, &size);
400 errCode = cursor->getSize(nullptr, 0, &size);
402 errCode = cursor->getSize(cursor, 0, nullptr);
H A Drdb_store_test.cpp190 cursor->getSize(cursor, 1, &size);
203 cursor->getSize(cursor, 4, &size);
255 cursor->getSize(cursor, 1, &size);
272 cursor->getSize(cursor, 5, &size);
600 cursor->getSize(cursor, 1, &size);
613 cursor->getSize(cursor, 4, &size);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_test_ng.h49 void CreateItemsInRepeat(int32_t itemNumber, std::function<float(uint32_t)>&& getSize);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Doh_cursor.h183 int (*getSize)(OH_Cursor *cursor, int32_t columnIndex, size_t *size); member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp519 uint64_t getSize = 0; variable
525 getSize += entries.size();
530 getSize += entries.size();
534 EXPECT_EQ(getSize, totalSize);
567 uint64_t getSize = 0; variable
573 getSize += entries.size();
578 getSize += entries.size();
582 EXPECT_EQ(getSize, totalSize / 2);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Denroll_specification_check.c106 if (credList->getSize(credList) >= maxNumber) { in CheckSpecification()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-waterflow.md648 getSize() {
656 this.itemWidthArray.push(this.getSize())
657 this.itemHeightArray.push(this.getSize())
748 getSize() {
756 this.itemWidthArray.push(this.getSize())
757 this.itemHeightArray.push(this.getSize())
865 getSize() {
1056 getSize() {
1064 this.itemWidthArray.push(this.getSize())
1147 getSize() {
[all …]
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dlinked_list.c158 list->getSize = GetSize; in CreateLinkedList()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dcontext_manager_test.cpp269 EXPECT_EQ(g_contextList->getSize(g_contextList), 1);
271 EXPECT_EQ(g_contextList->getSize(g_contextList), 0);
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_test.cpp126 size_t getSize; variable
127 EXPECT_TRUE(format_->GetBuffer(key, &getBuffer, getSize));
128 EXPECT_TRUE(getSize == size);
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A D_o_h___cursor.md28 | [getSize](_r_d_b.md#getsize) | Pointer to the function used to obtain information about the memor…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-dsoftbus.md23 | MessageParcel | getSize(): number | MessageSequence | getSize(): number |

123