Home
last modified time | relevance | path

Searched refs:vectorSize (Results 1 - 5 of 5) sorted by relevance

/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_callback_stub.cpp109 uint32_t vectorSize = 0; in ProcOnCredentialInfo() local
111 if (!data.ReadUint32(vectorSize)) { in ProcOnCredentialInfo()
115 if (vectorSize > MAX_VEC_SIZE) { in ProcOnCredentialInfo()
119 for (uint32_t i = 0; i < vectorSize; ++i) { in ProcOnCredentialInfo()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp108 int32_t vectorSize = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetOptionConstraintString() local
109 for (int i = 0; i< vectorSize; i++) { in TestSetOptionConstraintString()
121 int32_t vectorSize = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetOptionConstraintNumber() local
122 for (int i = 0; i< vectorSize; i++) { in TestSetOptionConstraintNumber()
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy.cpp2028 int32_t vectorSize = 0; in GetAllNotificationEnabledBundles() local
2047 if (!reply.ReadInt32(vectorSize)) { in GetAllNotificationEnabledBundles()
2048 ANS_LOGE("Fail: read vectorSize failed."); in GetAllNotificationEnabledBundles()
2052 if (vectorSize > MAX_STATUS_VECTOR_NUM) { in GetAllNotificationEnabledBundles()
2057 for (auto i = 0; i < vectorSize; i++) { in GetAllNotificationEnabledBundles()
H A Dans_manager_stub.cpp2383 int32_t vectorSize = bundleOption.size(); in HandleGetAllNotificationEnableStatus() local
2384 if (vectorSize > MAX_STATUS_VECTOR_NUM) { in HandleGetAllNotificationEnableStatus()
2394 if (!reply.WriteInt32(vectorSize)) { in HandleGetAllNotificationEnableStatus()
/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_client_test.cpp791 uint32_t vectorSize = 1; in HWTEST_F() local
795 data.WriteUint32(vectorSize); in HWTEST_F()

Completed in 20 milliseconds