/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_manager.cpp | 128 return it->second.get(); in LoadAssetToCache() 145 return (cacheCollections_[cacheId] = move(ec)).get(); in LoadAssetToCache() 169 return (cacheCollections_[cacheId] = move(ec)).get(); in CreateCachedCollection() 178 return collection != cacheCollections_.cend() ? collection->second.get() : nullptr; in GetCachedCollection()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_unmarshal_thread.cpp | 107 bool shouldDrop = ReportTransactionDataStatistics(callingPid, transData.get(), isNonSystemAppCalling); in RecvParcel() 113 RS_PROFILER_ON_PARCEL_RECEIVE(parcel.get(), transData.get()); in RecvParcel() 226 auto& cmd = std::get<2>(item_temp); in ReportTransactionDataStatistics()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_engine_test.cpp | 51 std::shared_ptr<RSPaintFilterCanvas> canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get());
in HWTEST() 69 std::shared_ptr<RSPaintFilterCanvas> canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get());
in HWTEST() 97 canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get());
in HWTEST() 149 canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get());
in HWTEST()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_transition_test.cpp | 111 transition->Attach(renderNode.get()); in HWTEST_F() 118 transition2->Attach(renderNode2.get()); in HWTEST_F() 156 transition->Attach(renderNode.get()); in HWTEST_F() 163 transition2->Attach(renderNode2.get()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_typeface.cpp | 91 OH_Drawing_Typeface* drawingTypeface = reinterpret_cast<OH_Drawing_Typeface*>(typeface.get()); in RegisterAndConvertTypeface() 103 OH_Drawing_Typeface* drawingTypeface = reinterpret_cast<OH_Drawing_Typeface*>(typeface.get()); in OH_Drawing_TypefaceCreateDefault() 128 OH_Drawing_Typeface* drawingTypeface = reinterpret_cast<OH_Drawing_Typeface*>(typeface.get()); in OH_Drawing_TypefaceCreateFromFile() 180 OH_Drawing_Typeface* drawingTypeface = reinterpret_cast<OH_Drawing_Typeface*>(typeface.get()); in OH_Drawing_TypefaceCreateFromStream()
|
/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/ |
H A D | sk_image_chain.cpp | 134 gpuSurface_ = SkSurface::MakeRenderTarget(grContext.get(), SkBudgeted::kNo, imageInfo_);
in CreateGPUCanvas() 265 canvas_->drawImage(image_.get(), 0, 0, SkSamplingOptions(), &paint);
in DrawImage() 267 canvas_->drawImage(image_.get(), 0, 0, &paint);
in DrawImage() 270 if (!canvas_->readPixels(*dstPixmap_.get(), 0, 0)) {
in DrawImage()
|
/foundation/multimedia/av_session/frameworks/native/ohavsession/test/unittest/ |
H A D | oh_av_metadata_builder_test.cpp | 183 OH_AVMetadata* avMetadata = reinterpret_cast<OH_AVMetadata*>(metadata.get()); in HWTEST_F() 204 OH_AVMetadata* avMetadata = reinterpret_cast<OH_AVMetadata*>(metadata.get()); in HWTEST_F() 225 OH_AVMetadata* avMetadata = reinterpret_cast<OH_AVMetadata*>(metadata.get()); in HWTEST_F() 246 OH_AVMetadata* avMetadata = reinterpret_cast<OH_AVMetadata*>(metadata.get()); in HWTEST_F()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | slow_motion_session.cpp | 70 int ret = Camera::FindCameraMetadataItem(metadata->get(), OHOS_ABILITY_MOTION_DETECTION_SUPPORT, &item); in IsSlowMotionDetectionSupported() 108 ret = Camera::FindCameraMetadataItem(changedMetadata_->get(), OHOS_CONTROL_MOTION_DETECTION_CHECK_AREA, &item); in SetSlowMotionDetectionArea() 127 common_metadata_header_t* metadata = cameraResult->get(); in OnSlowMotionStateChange() 171 ret = Camera::FindCameraMetadataItem(changedMetadata_->get(), OHOS_CONTROL_MOTION_DETECTION, &item); in EnableMotionDetection()
|
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/ |
H A D | hitranscoder_callback_looper.cpp | 108 MEDIA_LOG_W("get transCoder engine current time error");
in DoReportCompletedTime() 130 MEDIA_LOG_W("get transcoder engine current time error");
in DoReportMediaProgress() 176 static_cast<int32_t>(std::get<TUPLE_POS_0>(*ptr)), static_cast<int32_t>(std::get<TUPLE_POS_1>(*ptr)));
in DoReportInfo() 177 obs->OnInfo(std::get<TUPLE_POS_0>(*ptr), std::get<TUPLE_POS_1>(*ptr));
in DoReportInfo()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | cooperate_free.cpp | 122 StartCooperateEvent notice = std::get<StartCooperateEvent>(event.event); in OnStart() 162 StopCooperateEvent param = std::get<StopCooperateEvent>(event.event); in OnStop() 180 DSoftbusStartCooperate notice = std::get<DSoftbusStartCooperate>(event.event); in OnRemoteStart() 196 InputPointerEvent notice = std::get<InputPointerEvent>(event.event); in OnPointerEvent()
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | json_utils.cpp | 83 STANDBYSERVICE_LOGE("get real file path: %{public}s failed", filePath.c_str()); in DumpJsonValueToFile() 124 value = jsonValue.at(key).get<int32_t>(); in GetInt32FromJsonValue() 136 value = jsonValue.at(key).get<bool>(); in GetBoolFromJsonValue() 148 value = jsonValue.at(key).get<std::string>(); in GetStringFromJsonValue() 188 strArray.emplace_back(strItem.get<std::string>()); in GetStrArrFromJsonValue()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | stream_adaptor_listener.h | 53 char *retbuf = uniptr.get(); 56 char *extRetBuf = extUniptr.get(); 148 ssize_t decLen = adaptor_->Decrypt(buf, bufLen, plainData.get(), plainDataLength, in ConvertRawStreamData() 155 retStreamData.buf = plainData.get(); in ConvertRawStreamData()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/ |
H A D | hashstream_n_exporter.cpp | 111 HASH_ALGORITHM_TYPE algType = GetHashAlgorithm(alg.get()); in Constructor() 131 HILOGE("Failed to get entity of RandomAccessFile"); in Digest() 140 MD5_Final(res.get(), &hsEntity->md5Ctx); in Digest() 146 SHA1_Final(res.get(), &hsEntity->shaCtx); in Digest() 152 SHA256_Final(res.get(), &hsEntity->sha256Ctx); in Digest() 181 HILOGE("Failed to get entity of RandomAccessFile"); in Update()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | copy_file.cpp | 49 int ret = open(srcFile.path.get(), O_RDONLY); in CopyFileCore() 62 int ret = open(destFile.path.get(), O_WRONLY | O_CREAT, statbf.st_mode); in CopyFileCore() 71 ssize_t readSize = read(srcFile.fdg.GetFD(), copyBuf.get(), COPY_BLOCK_SIZE); in CopyFileCore() 77 ssize_t writeSize = write(destFile.fdg.GetFD(), copyBuf.get(), readSize); in CopyFileCore()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | truncate.cpp | 60 int ret = uv_fs_open(nullptr, open_req.get(), fileInfo.path.get(), O_RDWR, in TruncateCore() 71 ret = uv_fs_ftruncate(nullptr, ftruncate_req.get(), ret, truncateLen, nullptr); in TruncateCore() 83 int ret = uv_fs_ftruncate(nullptr, ftruncate_req.get(), fileInfo.fdg->GetFD(), truncateLen, nullptr); in TruncateCore()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/ |
H A D | statvfs_n_exporter.cpp | 45 int ret = statvfs(path.get(), &diskInfo); in GetFreeSizeSync() 74 std::string pathString(path.get()); in GetFreeSize() 121 int ret = statvfs(path.get(), &diskInfo); in GetTotalSizeSync() 150 std::string pathString(path.get()); in GetTotalSize()
|
/third_party/elfio/elfio/ |
H A D | elfio_segment.hpp | 105 return data.get(); 214 if ( nullptr != data.get() && pstream->read( data.get(), size ) ) { 215 data.get()[size] = 0;
|
/third_party/gn/infra/ |
H A D | recipes.py | 46 # revision (str) - the git revision for the engine to get. 78 py3_only = pb.get('py3_only', False) 87 repo_name = pb.get('repo_name') 91 return None, pb.get('recipes_path', ''), py3_only 102 recipes_path = pb.get('recipes_path', '') 221 # or things will get squirrely.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | MixedUnitLongNameHandler.java | 80 LongNameHandler.getMeasureData(locale, individualUnits.get(i), width, unitDisplayCase, in forMeasureUnit() 128 * Does not call parent.processQuantity, so cannot get a MicroProps instance 139 * SimpleModifier constructor's last parameter. We assert his will never get 154 * get baked into this Modifier, together with the unit label of the final 196 String quantitySimpleFormat = LongNameHandler.getWithPlural(this.fMixedUnitData.get(i), quantityPlural); in getMixedUnitModifier() 204 DecimalQuantity fdec = new DecimalQuantity_DualStorageBCD(micros.mixedMeasures.get(i).getNumber()); in getMixedUnitModifier() 213 String simpleFormat = LongNameHandler.getWithPlural(this.fMixedUnitData.get(i), pluralForm); in getMixedUnitModifier()
|
/third_party/mesa3d/.gitlab-ci/bin/ |
H A D | ci_run_n_monitor.py | 68 return glab.projects.get(f"{username}/mesa") 193 pjob = project.jobs.get(job.id, lazy=True) 204 pjob = project.jobs.get(job.id, lazy=True) 223 job = project.jobs.get(job_id)
|
/third_party/node/lib/internal/test_runner/ |
H A D | harness.js | 44 const test = testResources.get(executionAsyncId()); 133 const parent = testResources.get(triggerAsyncId); 219 const parent = testResources.get(executionAsyncId()) || getGlobalRoot(); 251 const parent = testResources.get(executionAsyncId()) || getGlobalRoot();
|
/third_party/node/src/crypto/ |
H A D | crypto_x509.h | 28 X509* get() const { return cert_.get(); } in get() function in node::crypto::ManagedX509 97 X509* get() { return cert_->get(); } in get() function in node::crypto::X509Certificate
|
/third_party/node/test/fixtures/wpt/streams/readable-streams/ |
H A D | bad-underlying-sources.any.js | 11 get start() { 39 get pull() { 67 get pull() { 88 }, 'Underlying source pull: throwing getter (second pull does not result in a second get)'); 121 get cancel() {
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | tstdtmod.cpp | 83 if(get() != expectedError) { in expectErrorAndReset() 92 if(get() != expectedError) { in expectErrorAndReset() 130 if (dataErr || get() == U_MISSING_RESOURCE_ERROR || get() == U_FILE_ACCESS_ERROR) { in errlog() 223 // Both of these resources get adopted by a TestData object. in createTestData() 251 // Both of these resources get adopted by a TestData object. in createTestData()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap.cc | 39 DCHECK(platform.get()); in Create() 83 gc_invoker_(this, platform_.get(), options.stack_support), in Heap() 84 growing_(&gc_invoker_, stats_collector_.get(), in Heap() 162 marker_ = std::make_unique<Marker>(AsBase(), platform_.get(), marking_config); in StartGarbageCollection()
|