Searched refs:tempData (Results 1 – 7 of 7) sorted by relevance
| /base/global/resource_management/frameworks/resmgr/src/utils/ |
| D | utils.cpp | 61 auto tempData = Utils::LoadResourceFile(iconPath, len); in GetMediaBase64Data() local 62 if (tempData == nullptr) { in GetMediaBase64Data() 71 Utils::EncodeBase64(tempData, len, imgType, base64Data); in GetMediaBase64Data() 89 std::unique_ptr<uint8_t[]> tempData = std::make_unique<uint8_t[]>(len); in LoadResourceFile() local 90 if (tempData == nullptr) { in LoadResourceFile() 94 mediaStream.read(reinterpret_cast<char *>(tempData.get()), len); in LoadResourceFile() 95 return tempData; in LoadResourceFile()
|
| /base/telephony/ril_adapter/services/vendor/src/ |
| D | at_network.c | 2005 int32_t tempData = 0; in FillNeighboringCellSsbId() local 2009 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillNeighboringCellSsbId() 2012 nrSsbIdInfo->nbCellCount = tempData; in FillNeighboringCellSsbId() 2019 (void)memset_s(nrSsbIdInfo->nbCellSsbList, sizeof(NeighboringCellSsbInfoVendor) * tempData, 0, in FillNeighboringCellSsbId() 2020 sizeof(NeighboringCellSsbInfoVendor) * tempData); in FillNeighboringCellSsbId() 2022 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillNeighboringCellSsbId() 2025 nrSsbIdInfo->nbCellSsbList[i].pci = tempData; in FillNeighboringCellSsbId() 2026 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillNeighboringCellSsbId() 2029 nrSsbIdInfo->nbCellSsbList[i].arfcn = tempData; in FillNeighboringCellSsbId() 2030 if (NextIntNotSkipNextComma(&tempStr, &tempData) != 0) { in FillNeighboringCellSsbId() [all …]
|
| D | vendor_report.c | 108 char *tempData = NULL; in ReportCBMOrCSCB() local 118 tempData = testDataStr; in ReportCBMOrCSCB() 121 tempData = testDataTmp; in ReportCBMOrCSCB() 128 response.data = (char *)tempData; in ReportCBMOrCSCB() 130 response.pdu = (char *)tempData; in ReportCBMOrCSCB()
|
| /base/security/certificate_manager/test/fuzz_test/fuzz_test_common/src/ |
| D | cm_fuzz_test_common.cpp | 89 uint8_t *tempData = static_cast<uint8_t *>(CmMalloc(sizeof(uint8_t) * size)); in CopyMyData() local 90 if (tempData == nullptr) { in CopyMyData() 93 (void)memcpy_s(tempData, size, data, size); in CopyMyData() 95 *myData = tempData; in CopyMyData()
|
| /base/hiviewdfx/hilog/frameworks/libhilog/param/ |
| D | properties.cpp | 237 RawPropertyData tempData; in getDirectValue() local 238 if (!getRawValue(tempData.data(), tempData.size())) { in getDirectValue() 241 m_value = m_converter(tempData, m_defaultValue); in getDirectValue()
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| D | rsa_asy_key_generator_openssl.c | 364 unsigned char *tempData = NULL; in EncodePubKeyToX509() local 365 int len = Openssl_i2d_RSA_PUBKEY(rsa, &tempData); in EncodePubKeyToX509() 371 returnBlob->data = tempData; in EncodePubKeyToX509()
|
| /base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
| D | hks_core_service_three_stage.c | 306 struct HksBlob *tempData = (struct HksBlob *)HksMalloc(sizeof(struct HksBlob)); in SetCacheModeCtx() local 307 HKS_IF_NULL_LOGE_RETURN(tempData, HKS_ERROR_MALLOC_FAIL, "get cache mode ctx malloc fail.") in SetCacheModeCtx() 309 tempData->size = 0; in SetCacheModeCtx() 310 tempData->data = NULL; in SetCacheModeCtx() 311 ctxParam->uint64Param = (uint64_t)(uintptr_t)tempData; in SetCacheModeCtx()
|