Searched refs:tempCount (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_add_form_test/ |
H A D | fms_form_mgr_add_form_test.cpp | 592 int callingUid {0}, tempCount = 0; in HWTEST_F() 595 for (; tempCount<OHOS::AppExecFwk::Constants::MAX_TEMP_FORMS; tempCount++) { in HWTEST_F() 596 record1[tempCount].SetFormId(formId+tempCount); in HWTEST_F() 597 record1[tempCount].SetProviderBundleName(FORM_PROVIDER_ABILITY_NAME); in HWTEST_F() 598 record1[tempCount].SetModuleName(PARAM_FORM_NAME); in HWTEST_F() 599 record1[tempCount].SetAbilityName(FORM_PROVIDER_ABILITY_NAME); in HWTEST_F() 600 record1[tempCount].SetFormName(PARAM_FORM_NAME); in HWTEST_F() 601 record1[tempCount] in HWTEST_F() [all...] |
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_service.cpp | 541 int tempCount = 0; in GetAgingDataSize() local 542 err = ThumbnailAgingHelper::GetAgingDataCount(time, true, opts, tempCount); in GetAgingDataSize() 547 count += tempCount; in GetAgingDataSize() 569 int32_t tempCount = 0; in QueryNewThumbnailCount() local 570 err = ThumbnailGenerateHelper::GetNewThumbnailCount(opts, time, tempCount); in QueryNewThumbnailCount() 575 count += tempCount; in QueryNewThumbnailCount()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_timer_bridge.cpp | 329 auto tempCount = countVal->ToNumber(vm)->Value(); in SetTextTimerOptions() local 330 if (tempCount > 0 && tempCount < MAX_COUNT_DOWN) { in SetTextTimerOptions() 331 count = tempCount; in SetTextTimerOptions()
|
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | utils.cpp | 209 int tempCount = neonCopy; in NeonMemcpy() local 213 " SUBS %[tempCount],%[tempCount],#0x40 \n" in NeonMemcpy() 215 : [dst] "+r"(dst), [src] "+r"(src), [tempCount] "+r"(tempCount)::"d0", "d1", "d2", "d3", "d4", in NeonMemcpy()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder.c | 1541 uint32_t *tempCount = (uint32_t *)LnnMapGet(&g_lnnDfxPcMap, udidHash); in GetNodeFromPcRestrictMap() local 1542 if (tempCount == NULL) { in GetNodeFromPcRestrictMap() 1547 *count = *tempCount; in GetNodeFromPcRestrictMap() 1561 uint32_t *tempCount = (uint32_t *)LnnMapGet(&g_lnnDfxPcMap, udidHash); in UpdateNodeFromPcRestrictMap() local 1562 if (tempCount == NULL) { in UpdateNodeFromPcRestrictMap() 1567 *tempCount = ++(*tempCount); in UpdateNodeFromPcRestrictMap() 1571 LNN_LOGI(LNN_BUILDER, "update %{public}s succ count=%{public}u", AnonymizeWrapper(anonyUdid), *tempCount); in UpdateNodeFromPcRestrictMap()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability.cpp | 1187 int tempCount = ChangeRef2Value(results, numRefs, iterMap.second); in ParsePredictionArgsReference() local 1188 if (tempCount < 0) { in ParsePredictionArgsReference() 1189 TAG_LOGE(AAFwkTag::ABILITY, "tempCount:%{public}d", tempCount); in ParsePredictionArgsReference() 1192 std::string strPredicates = std::to_string(tempCount); in ParsePredictionArgsReference()
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 950 int32_t tempCount = 0; in ParseRepeatKeyMaxCount() local 953 if (item.times > tempCount) { in ParseRepeatKeyMaxCount() 954 tempCount = item.times; in ParseRepeatKeyMaxCount() 960 maxCount_ = tempCount; in ParseRepeatKeyMaxCount()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 1488 int64_t tempCount = 0; in GetAllUploadCount() local 1490 errCode = GetUploadCountInner(timestampVec[i], helper, sql, tempCount); in GetAllUploadCount() 1494 count += tempCount; in GetAllUploadCount()
|
Completed in 16 milliseconds