/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_record.cpp | 528 pkgName = moduleInfos[Constants::MODULE_PKG_NAME_KEY].get<std::string>();
in SetPkgContextInfoMap() 533 hapPath = moduleInfos[Constants::MODULE_HAP_PATH_KEY].get<std::string>();
in SetPkgContextInfoMap() 1544 groupRequest.formJsInfo = recordRequest.formJsInfo; // get json data from record request
in RecoverFormRequestsInGroup() 1562 // maybe current comp deleted between recover, get last comp as new current comp to recover
in RecoverFormRequestsInGroup()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 197 std::get<0>(web_->GetNativeVideoPlayerConfig()), in UpdateDelegate() 198 std::get<1>(web_->GetNativeVideoPlayerConfig())); in UpdateDelegate() 305 // clear the recording position, for not move content when virtual keyboard popup when web get focused. in OnMouseEvent() 490 // clear the recording position, for not move content when virtual keyboard popup when web get focused. in HandleTouchDown()
|
/foundation/barrierfree/accessibility/common/interface/test/unittest/ |
H A D | accessible_ability_manager_service_stub_test.cpp | 1198 EXPECT_NE(settingConfig_.get(), nullptr); in HWTEST_F() 1213 EXPECT_NE(settingConfig_.get(), nullptr); in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_accessible_ability_manager_service.cpp | 109 EXPECT_NE(abilityInfo.get(), nullptr); in RegisterAbilityConnectionClient() 1836 EXPECT_NE(data.get(), nullptr); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 248 service_->RegisterObserver(observer_.get()); in impl() 293 service_->RegisterObserver(observer_.get()); in OnSystemStateChange()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_system_test.cpp | 98 std::string resultMsg = future.get(); in GetResultMsg() 129 std::string resultMsg = future.get(); in GetSubscriberResultMsg() 164 APP_LOGE("fail to get system ability mgr."); in GetBundleMgrProxy() 170 APP_LOGE("fail to get bundle manager proxy."); in GetBundleMgrProxy() 174 APP_LOGI("get bundle manager proxy success."); in GetBundleMgrProxy() 188 APP_LOGE("fail to get bundle installer proxy"); in GetInstallerProxy() 192 APP_LOGI("get bundle installer proxy success."); in GetInstallerProxy() 201 APP_LOGE("get bundle installer Failure."); in InstallBundle() 221 APP_LOGE("get bundle installer Failure."); in InstallByBundleName() 241 APP_LOGE("get bundl in InstallErrUid() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_composer_adapter_test.cpp | 103 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(params.get()); in HWTEST_F() 141 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(params.get()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_uni_render_composer_adapter_unit_test.cpp | 269 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(params.get()); in HWTEST_F() 307 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(params.get()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 758 auto offscreenCanvas = std::make_shared<RSPaintFilterCanvas>(offscreenSurface.get()); in Draw() 768 canvas.AddCanvas(offscreenCanvas.get()); in Draw()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/ |
H A D | media_library_manager.cpp | 110 MEDIA_ERR_LOG("get system ability mgr failed."); in InitToken() 274 MEDIA_ERR_LOG("get rdbstore failed"); in QueryTotalSize() 281 int mediatype = get<int32_t>(ResultSetUtils::GetValFromColumn(MEDIA_DATA_DB_MEDIA_TYPE, in QueryTotalSize() 283 int64_t size = get<int64_t>(ResultSetUtils::GetValFromColumn(MEDIA_DATA_DB_SIZE, in QueryTotalSize() 369 MEDIA_ERR_LOG("Failed to get resultset row count, ret: %{public}d", ret); in CheckResultSet() 373 MEDIA_ERR_LOG("Failed to get count, count: %{public}d", count); in CheckResultSet() 711 MEDIA_ERR_LOG("GetThumbnail failed, get params from uri failed, uri :%{public}s", uriStr.c_str()); in GetThumbnail() 854 MEDIA_ERR_LOG("GetAstc failed, get params from uri failed, uri :%{public}s", uriStr.c_str()); in GetAstc()
|
/foundation/multimedia/image_effect/test/unittest/ |
H A D | image_effect_capi_unittest.cpp | 1506 errorCode = OH_ImageEffect_SetOutputPixelmap(imageEffect, outputPixelmapNative.get()); in HWTEST_F() 2468 errorCode = OH_ImageEffect_SetOutputPixelmap(imageEffect, outputPixelmapNative.get()); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_meta_recovery.cpp | 95 static constexpr uint32_t BASE_USER_RANGE = 200000; // for get uid in SetStartupParam() 119 MEDIA_ERR_LOG("RefreshAlbumCount: failed to get rdb store handler"); in RefreshAlbumCount() 130 MEDIA_ERR_LOG("Can not get MediaLibraryNotify Instance"); in RefreshAlbumCount() 143 MEDIA_DEBUG_LOG("get string json ok, %{private}s: %{private}s", key.c_str(), value.c_str()); in GetStringFromJson() 146 MEDIA_ERR_LOG("get key: %{private}s failed", key.c_str()); in GetStringFromJson() 157 MEDIA_ERR_LOG("get key: %{private}s failed", key.c_str()); in GetNumberFromJson() 166 MEDIA_DEBUG_LOG("get double json ok, %{private}s: %{private}f", key.c_str(), value); in GetDoubleFromJson() 169 MEDIA_ERR_LOG("get key: %{private}s failed", key.c_str()); in GetDoubleFromJson() 437 MEDIA_ERR_LOG("Failed to get real path %{private}s, errno %{public}d", path.c_str(), errno); in PhotoRecovery() 953 OHOS::Media::PhotoAlbum &photoAlbumRef = *album.get(); in WritePhotoAlbumToFile() [all...] |
/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 447 bool result = remoteListener->SendDataToRemote(deviceID, message.get()); in SendEntryToRemote() 485 DBINDER_LOGE(LOG_LABEL, "get remote data timeout or ssession is closed, seq:%{public}u", seqNumber); in InvokerRemoteDBinder() 604 if (!remoteListener->SendDataReply(replyMessage->deviceIdInfo.fromDeviceId, replyMessage.get())) { in SendReplyMessageToRemote() 719 DBINDER_LOGE(LOG_LABEL, "get bus name fail"); in CheckSessionNameIsEmpty() 818 DBINDER_LOGI(LOG_LABEL, "get service:%{public}s", Str16ToStr8(it->first).c_str()); in GetRegisterService() 1008 DBINDER_LOGE(LOG_LABEL, "get stubIndex == 0, it is invalid"); in MakeSessionByReplyMessage()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 125 argv[EVENT_PARAM_ONE] = HttpExec::RequestInStreamCallback(context.get()); in AsyncWorkRequestInStreamCallback() 170 argv[EVENT_PARAM_ONE] = HttpExec::RequestCallback(context.get()); in AsyncWorkRequestCallback() 404 NETSTACK_LOGE("Failed to get timing: %{public}d, %{public}s", info, curl_easy_strerror(result)); in AddCurlHandle() 422 NETSTACK_LOGE("Failed to get timing: %{public}d, %{public}s", info, curl_easy_strerror(result)); in AddCurlHandle() 1083 NETSTACK_LOGE("get host and port failed"); in AddCurlHandle()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.cpp | 579 LOGW("[Relational] get raw sys time failed."); in GetCloudLog() 596 cloudGid = std::get<std::string>(logInfo[CloudDbConstant::GID_FIELD]); in GetCloudLog() 956 LOGE("Failed to get raw data. %d", errCode); in CheckDataConflictDefeated() 1126 if (!isFirstTime) { // For the first time, never step before, can get nothing in GetQueryDataAndStepNext() 1631 Bytes hashKey = std::get<Bytes>(extraLog[CloudDbConstant::HASH_KEY]); in GetCloudDataForSync()
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 48 LOGE("calc hash fail when get query log statement, errCode = %d", errCode); in GetInfoByPrimaryKeyOrGid() 392 LOGE("[Storage Executor]get cursor failed=%d", errCode); in GetCursor() 400 LOGW("Reset stmt failed %d when get cursor", ret); in GetCursor() 462 LOGE("[Storage Executor] Failed to get clean cloud data keys, %d.", errCode); in DoCleanLogAndData() 469 LOGE("[Storage Executor] failed to get cloud assets when clean cloud data, %d", errCode); in DoCleanLogAndData() 580 LOGE("[Storage Executor] failed to get cloud asset on table, %d.", errCode); in GetCloudAssets() 586 LOGE("[Storage Executor] failed to get cloud assets on table, %d.", errCode); in GetCloudAssets() 791 LOGE("get gid for insert log statement failed, %d", errCode); in BindHashKeyAndGidToInsertLogStatement() 845 LOGE("get modify time for insert log statement failed, %d", errCode); in BindValueToInsertLogStatement() 857 LOGE("get creat in BindValueToInsertLogStatement() [all...] |
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_dev.cpp | 1500 auto jsonString = event->GetSharedObject<std::string>().get(); in EnableDAudioCallback() 1512 auto jsonString = event->GetSharedObject<std::string>().get(); in DisableDAudioCallback() 1525 DHLOGE("Failed to get event parameters."); in OpenDSpeakerCallback() 1541 DHLOGE("Failed to get event parameters."); in CloseDSpeakerCallback() 1557 DHLOGE("Failed to get event parameters."); in OpenDMicCallback() 1573 DHLOGE("Failed to get event parameters."); in CloseDMicCallback() 1589 DHLOGE("Failed to get event parameters."); in DMicClosedCallback() 1605 DHLOGE("Failed to get event parameters."); in SetVolumeCallback() 1621 DHLOGE("Failed to get event parameters."); in ChangeVolumeCallback() 1637 DHLOGE("Failed to get even in ChangeFocusCallback() [all...] |
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | svc_session_manager_test.cpp | 815 EXPECT_EQ(reinterpret_cast<long long>(ret.get()), reinterpret_cast<long long>(info.saBackupConnection.get())); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 741 reply.WriteParcelable(snapshot.get()); in HandleGetSessionSnapshot() 752 reply.WriteParcelable(snapshot.get()); in HandleGetSessionSnapshotById()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_impl_test5.cpp | 121 Ace::UIContentMocker* content = reinterpret_cast<Ace::UIContentMocker*>(window->uiContent_.get()); in HWTEST_F() 1363 Ace::UIContentMocker* content = reinterpret_cast<Ace::UIContentMocker*>(window->uiContent_.get()); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/block/null_blk/ |
H A D | main.c | 141 .get = param_get_int, 181 .get = param_get_int,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 299 # Add sigma1 to the other compunents to get w[16] and w[17] 356 # to newly calculated sigma1 to get w[18] and w[19]
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | iommu.c | 580 .get = tce_get_pseries 696 .get = tce_get_pSeriesLP 740 /* caller doesn't want to get DMA window property */ in pci_dma_find() 1043 * Checks if "ibm,ddw-extensions" exists for this node, and get the value
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 693 static int ivtv_itvc(struct ivtv *itv, bool get, u64 reg, u64 *val) in ivtv_itvc() argument 709 if (get) in ivtv_itvc()
|
/kernel/linux/linux-5.10/drivers/iio/ |
H A D | industrialio-core.c | 186 * iio_find_channel_from_si() - get channel from its scan index 237 * iio_get_time_ns() - utility function to get a time stamp for events etc 267 * iio_get_time_res() - utility function to get time stamp clock resolution in 489 if (!e->get) in iio_enum_read() 492 i = e->get(indio_dev, chan); in iio_enum_read() 1564 pr_err("failed to get device id\n"); in iio_device_alloc()
|