Home
last modified time | relevance | path

Searched refs:value_ (Results 401 - 425 of 732) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_benchmark.cc66 explicit Wrapper(const T& value) : value_(value) {} in Wrapper()
70 absl::HashState::combine(std::move(state), value_); variable
73 const T& value_; member in TypeErasedAbslHash::Wrapper
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp177 pasteboardDelayWorker->unifiedData = unifiedDataNapi->value_; in UvQueueWorkGetDelayPasteData()
405 obj->value_ = context->pasteData; in GetDataCommon()
476 context->obj = pasteData->value_; in SetDataCommon()
598 if ((status != napi_ok) || (obj == nullptr) || obj->value_ == nullptr) { in GetUnifiedDataSync()
602 std::thread thread([block, unifiedData = obj->value_]() mutable { in GetUnifiedDataSync()
629 if (!CheckExpression(env, (unifiedDataNapi != nullptr && unifiedDataNapi->value_ != nullptr), in SetUnifiedDataSync()
642 std::shared_ptr<UDMF::UnifiedData> unifiedData = unifiedDataNapi->value_; in SetUnifiedDataSync()
726 context->obj = unifiedDataNapi->value_; in SetDataCommon()
764 obj->value_ = context->unifiedData; in GetDataCommon()
912 if ((status != napi_ok) || (obj == nullptr) || obj->value_ in GetDataSync()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs1674 value_ = other.value_ != null ? other.value_.Clone() : null; in Option()
1702 private global::Google.Protobuf.WellKnownTypes.Any value_; field in Google.Protobuf.WellKnownTypes.Option
1711 get { return value_; }
1713 value_ = value;
1739 if (value_ != null) hash ^= Value.GetHashCode(); in GetHashCode()
1760 if (value_ != null) { in WriteTo()
1777 if (value_ != null) { in IBufferMessage.InternalWriteTo()
1793 if (value_ ! in CalculateSize()
[all...]
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp228 dcSetting.value_ = encodeString; in UpdateSettings()
302 dcSetting.value_ = sstream.str(); in EnableResult()
337 dcSetting.value_ = sstream.str(); in DisableResult()
512 if ((result->value_).empty()) { in OnSettingsResult()
517 DCamRetCode ret = dMetadataProcessor_->SaveResultMetadata(result->value_); in OnSettingsResult()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc425 writer->RenderDataPiece(name_, value_); in Replay()
434 if (value_.type() == DataPiece::TYPE_STRING) { in DeepCopy()
435 StrAppend(&value_storage_, value_.str()); in DeepCopy()
436 value_ = DataPiece(value_storage_, value_.use_strict_base64_decoding()); in DeepCopy()
437 } else if (value_.type() == DataPiece::TYPE_BYTES) { in DeepCopy()
438 value_storage_ = value_.ToBytes().ValueOrDie(); in DeepCopy()
439 value_ = in DeepCopy()
440 DataPiece(value_storage_, true, value_.use_strict_base64_decoding()); in DeepCopy()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/
H A Ddcamera_provider.cpp222 dCameraResult->value_ = result.value_; in OnSettingsResult()
378 return result.value_.empty() || result.value_.length() > SETTING_VALUE_MAX_LENGTH; in IsDCameraSettingsInvalid()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h450 return value_; in GetValue()
455 value_ = value; in SetValue()
460 return value_ == other.GetValue(); in operator ==()
464 std::string value_; member in OHOS::Ace::Path
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h49 explicit CheckableValue(T value) : value_(value) {} in CheckableValue()
54 return value_; in GetValue()
59 value_ = value; in SetValue()
69 T value_; member in OHOS::Ace::CheckableValue
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H A Ddcamera_provider_callback_impl.cpp202 if (item.value_.size() > PARAM_MAX_SIZE) { in StartCapture()
285 if (iter->value_.size() > PARAM_MAX_SIZE) { in UpdateSettings()
291 settingInfo->value_ = iter->value_; in UpdateSettings()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_xml_utils.cpp244 element.value_ = std::string(reinterpret_cast<char *>(value)); in ParsePrimitiveNodeElement()
271 element.value_ = std::string(reinterpret_cast<char *>(text)); in ParseStringNodeElement()
449 const char *value = element.value_.c_str(); in CreatePrimitiveNode()
467 const char *value = element.value_.c_str(); in CreateStringNode()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.h32 std::string value_; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_props.h48 uint64_t value_; member in OHOS::Rosen::RSScreenProps
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_device_prop_value_data.h35 std::shared_ptr<Property::Value> value_; member in OHOS::Media::GetDevicePropValueData
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddelegate_callback.h45 DistributedDB::Value value_ = {}; member in DelegateCallback
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsummary_napi.h33 std::shared_ptr<Summary> value_; member in OHOS::UDMF::SummaryNapi
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_open_info_cmd.h38 std::shared_ptr<DCameraOpenInfo> value_; member in OHOS::DistributedHardware::DCameraOpenInfoCmd
H A Ddcamera_metadata_setting_cmd.h29 std::vector<std::shared_ptr<DCameraSettings>> value_; member in OHOS::DistributedHardware::DCameraMetadataSettingCmd
H A Ddcamera_info_cmd.h40 std::shared_ptr<DCameraInfo> value_; member in OHOS::DistributedHardware::DCameraInfoCmd
H A Ddcamera_event_cmd.h36 std::shared_ptr<DCameraEvent> value_; member in OHOS::DistributedHardware::DCameraEventCmd
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_xml_utils.h27 std::string value_; member in OHOS::NativePreferences::Element
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dbig_integer.h45 std::vector<uint64_t> value_; member in OHOS::NativeRdb::final
/kernel/linux/linux-6.6/tools/rcu/
H A Drcu-cbs.py43 len = rdp.cblist.len.value_();
/third_party/node/deps/v8/src/heap/base/
H A Dactive-system-pages.h45 bitset_t value_;
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dscalar.h74 Value value_; member in tint::inspector::Scalar
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp2362 CHECK_AND_RETURN_RET(value_ != nullptr, napi_generic_failure);
2365 setRet = CommonNapi::SetPropertyInt32(env, result, "audioBitrate", value_->audioBitrate);
2367 setRet = CommonNapi::SetPropertyInt32(env, result, "audioChannels", value_->audioChannels);
2371 setState = MediaJsResultExtensionMethod::SetAudioCodecFormat(value_->audioCodecFormat, audioCodec);
2376 setRet = CommonNapi::SetPropertyInt32(env, result, "audioSampleRate", value_->audioSampleRate);
2380 setState = MediaJsResultExtensionMethod::SetFileFormat(value_->fileFormat, fileFormat);
2385 setRet = CommonNapi::SetPropertyInt32(env, result, "videoBitrate", value_->videoBitrate);
2389 setState = MediaJsResultExtensionMethod::SetVideoCodecFormat(value_->videoCodecFormat, videoCodec);
2395 setRet = CommonNapi::SetPropertyInt32(env, result, "videoFrameWidth", value_->videoFrameWidth);
2397 setRet = CommonNapi::SetPropertyInt32(env, result, "videoFrameHeight", value_
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...30