Home
last modified time | relevance | path

Searched refs:tempData (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_qrcode.cpp213 uint8_t* tempData = destData + width * QRCODE_FACTOR_NUM * x; in GetDestData() local
215 *(tempData + 0) = qrColor_.blue; // 0: B channel in GetDestData()
216 *(tempData + 1) = qrColor_.green; // 1: G channel in GetDestData()
217 *(tempData + 2) = qrColor_.red; // 2: R channel in GetDestData()
218 *(tempData + 3) = OPA_OPAQUE; // 3: Alpha channel in GetDestData()
219 tempData += QRCODE_FACTOR_NUM; in GetDestData()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_formmap_operations.cpp193 PublishedDataItem::DataType tempData; in PublishedChange() local
196 tempData = noPicData.dump(); in PublishedChange()
200 data.datas_.emplace_back(PublishedDataItem(MEDIA_LIBRARY_PROXY_DATA_URI, formId, tempData)); in PublishedChange()
201 data.datas_.emplace_back(PublishedDataItem(MEDIA_LIBRARY_PROXY_IMAGE_URI, formId, tempData)); in PublishedChange()
213 tempData = buffer; in PublishedChange()
219 data.datas_.emplace_back(PublishedDataItem(MEDIA_LIBRARY_PROXY_DATA_URI, formId, tempData)); in PublishedChange()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data_helper.cpp154 UnifiedData tempData; in Unpack() local
155 if (!LoadUDataFromFile(file->GetUri(), tempData)) { in Unpack()
159 data.SetRecords(tempData.GetRecords()); in Unpack()
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c300 uint8 tempData[MAX_IO_SIZE]; in CallIpcCallback() local
301 IpcIoInit(&reply, tempData, MAX_IO_SIZE, MAX_OBJ_NUM); in CallIpcCallback()
500 uint8 tempData[MAX_IO_SIZE]; in IpcJoinThreadLoop() local
501 IpcIoInit(&reply, tempData, MAX_IO_SIZE, MAX_OBJ_NUM); in IpcJoinThreadLoop()
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c234 uint8 tempData[MAX_IO_SIZE]; in HandleTransaction() local
235 IpcIoInit(&reply, tempData, MAX_IO_SIZE, MAX_OBJ_NUM); in HandleTransaction()
428 uint8 tempData[MAX_IO_SIZE]; in InternalRequest() local
429 IpcIoInit(reply, tempData, MAX_IO_SIZE, MAX_OBJ_NUM); in InternalRequest()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1339 auto tempData = context->GetTempData(); in AddCurlHandle() local
1341 if (tempData.empty()) { in AddCurlHandle()
1345 napi_value arrayBuffer = NapiUtils::CreateArrayBuffer(context->GetEnv(), tempData.size(), &buffer); in AddCurlHandle()
1349 if (memcpy_s(buffer, tempData.size(), tempData.data(), tempData.size()) != EOK) { in AddCurlHandle()
/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp269 MessageParcel tempData; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp583 std::vector<std::string> tempData = {};
584 autoLaunchMetaData.datas.emplace(extUri, tempData);

Completed in 9 milliseconds