Home
last modified time | relevance | path

Searched refs:value_ (Results 251 - 275 of 403) sorted by relevance

1...<<11121314151617

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp178 auto sharedPtr = pimpl->BuildGattValue(characteristic.value_.get(), characteristic.length_); in SetCharacteristicValue()
260 if (characteristic.value_ == nullptr || characteristic.length_ <= 0) { in NotifyClient()
264 auto sharedPtr = pimpl->MoveToGattValue(characteristic.value_); in NotifyClient()
287 if (ret == GattStatus::GATT_SUCCESS && (characteristic.value_ == nullptr || characteristic.length_ <= 0)) { in RespondCharacteristicRead()
291 auto sharedPtr = pimpl->MoveToGattValue(characteristic.value_); in RespondCharacteristicRead()
315 if (ret == GattStatus::GATT_SUCCESS && (characteristic.value_ == nullptr || characteristic.length_ <= 0)) { in RespondCharacteristicReadByUuid()
319 auto sharedPtr = pimpl->MoveToGattValue(characteristic.value_); in RespondCharacteristicReadByUuid()
356 if (ret == GattStatus::GATT_SUCCESS && (descriptor.value_ == nullptr || descriptor.length_ <= 0)) { in RespondDescriptorRead()
360 auto sharedPtr = pimpl->MoveToGattValue(descriptor.value_); in RespondDescriptorRead()
855 attValue.value_ in SetCharacteristicValue()
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dunified_record_test.cpp78 unifiedRecord.value_ = "value"; in HWTEST_F()
80 EXPECT_EQ(ret, unifiedRecord.value_); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp131 obj->value_ = PasteboardClient::GetInstance()->CreateHtmlData(str); in CreateHtmlData()
145 obj->value_ = PasteboardClient::GetInstance()->CreatePlainTextData(str); in CreatePlainTextData()
159 obj->value_ = PasteboardClient::GetInstance()->CreateUriData(OHOS::Uri(str)); in CreateUriData()
180 obj->value_ = PasteboardClient::GetInstance()->CreatePixelMapData(pixelMap); in CreatePixelMapData()
201 obj->value_ = PasteboardClient::GetInstance()->CreateWantData(std::make_shared<AAFwk::Want>(want)); in CreateWantData()
217 obj->value_ = PasteboardClient::GetInstance()->CreateMultiTypeData(std::move(typeValueMap)); in CreateMultiTypeData()
233 obj->value_ = PasteboardClient::GetInstance()->CreateMultiTypeDelayData(mimeTypes, entryGetter); in CreateMultiTypeDelayData()
472 obj->value_ = PasteboardClient::GetInstance()->CreateKvData(mimeType, arrayBuffer); in JSCreateKvData()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp413 character.value_ = std::move(characteristic->value_); in WriteCharacteristic()
427 character.value_ = std::move(characteristic->value_); in SignedWriteCharacteristic()
461 desc.value_ = std::move(descriptor->value_); in WriteDescriptor()
H A Dbluetooth_gatt_server_server.cpp363 character.value_ = std::move(characteristic->value_); in NotifyClient()
402 character.value_ = std::move(characteristic->value_); in RespondCharacteristicRead()
443 desc.value_ = std::move(descriptor->value_); in RespondDescriptorRead()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp305 BundleInfo *info = node->value_; in QueryAbilityInfos()
324 BundleInfo *info = node->value_; in QueryAbilityInfos()
455 ToBeInstalledApp *toBeInstalledApp = node->value_; in InstallPreBundle()
550 ToBeInstalledApp *toBeInstalledApp = node->value_; in RemoveSystemAppPathList()
697 ToBeInstalledApp *toBeInstalledApp = node->value_; in IsSystemBundleInstalledPath()
850 BundleRes *res = node->value_; in AddBundleResList()
865 BundleRes *res = node->value_; in RemoveBundleResList()
885 BundleRes *res = node->value_; in UpdateBundleInfoList()
1131 if ((*(node->value_)) == listenCallback) { in UnregisterEvent()
1155 (*(node->value_))(errCod in ReportHceInstallCallback()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Drender_watch_slider.h52 double value_ = 0.0; member in OHOS::Ace::RenderWatchSlider
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmoon_progress_modifier.h51 RefPtr<AnimatablePropertyFloat> value_; member in OHOS::Ace::NG::MoonProgressModifier
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_modifier.h65 RefPtr<PropertyString> value_; member in OHOS::Ace::NG::QRCodeModifier
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dvalue_object.h71 JsonObject value_; member in DistributedDB::ValueObject
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpaste_data_impl.h50 std::shared_ptr<MiscServices::PasteData> value_ = nullptr; member in OHOS::MiscServicesCj::PasteDataImpl
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dunified_data_properties_napi.h31 std::shared_ptr<UnifiedDataProperties> value_; member in OHOS::UDMF::UnifiedDataPropertiesNapi
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_preferences_observer.cpp45 DECLARE_NAPI_DEFAULT_PROPERTY(key.c_str(), Utils::ConvertToSendable(env, value.value_)))); in OnChange()
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h130 return value_; in GetValue()
134 value_ = value; in SetValue()
425 std::string value_; member in OHOS::Ace::OptionComponent
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h58 value_ = value; in SetTextValue()
63 return value_; in GetTextValue()
97 std::string value_ = ""; member in OHOS::Ace::final
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp23 napi_status status = napi_create_int32(env, value_, &value); in ToNapiValue()
33 napi_status status = napi_get_boolean(env, value_, &value); in ToNapiValue()
43 napi_status status = napi_create_string_utf8(env, value_.c_str(), NAPI_AUTO_LENGTH, &value); in ToNapiValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.cpp53 value_(AceType::MakeRefPtr<AnimatablePropertyFloat>(progressAnimatableProperty_.value)), in ProgressModifier()
82 AttachProperty(value_); in ProgressModifier()
610 CHECK_NULL_VOID(value_); in SetValue()
620 AnimationUtils::Animate(option, [&]() { value_->Set(value); }); in SetValue()
622 value_->Set(value); in SetValue()
715 double dateLength = std::min(barLength * value_->Get() / maxValue_->Get(), barLength); in PaintLinear()
746 double dateLength = std::min(barLength * value_->Get() / maxValue_->Get(), barLength); in PaintLinear()
776 if (NearZero(value_->Get()) || NearZero(maxValue_->Get())) { in PaintLinearSweeping()
781 if (NearEqual(value_->Get(), maxValue_->Get())) { in PaintLinearSweeping()
868 auto angle = std::min((value_ in PaintRing()
[all...]
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp117 object->value_[UDMF::UNIFORM_DATA_TYPE] = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::FILE_URI); in AddUriEntry()
119 object->value_[UDMF::FILE_URI_PARAM] = uri_->ToString(); in AddUriEntry()
606 object->value_[UDMF::UNIFORM_DATA_TYPE] = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::PLAIN_TEXT); in GetUDMFValue()
608 object->value_[UDMF::CONTENT] = *plainText_; in GetUDMFValue()
611 object->value_[UDMF::UNIFORM_DATA_TYPE] = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::HTML); in GetUDMFValue()
613 object->value_[UDMF::HTML_CONTENT] = *htmlText_; in GetUDMFValue()
616 object->value_[UDMF::UNIFORM_DATA_TYPE] = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::SYSTEM_DEFINED_PIXEL_MAP); in GetUDMFValue()
618 object->value_[UDMF::PIXEL_MAP] = pixelMap_; in GetUDMFValue()
621 object->value_[UDMF::UNIFORM_DATA_TYPE] = UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::FILE_URI); in GetUDMFValue()
624 object->value_[UDM in GetUDMFValue()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp876 clickedColor_ = colorState->value_; // End color in OnStatusStyleChanged()
880 backgroundColor_ = colorState->value_; // End value and animate in OnStatusStyleChanged()
887 buttonComponent_->SetRectRadius(radiusState->value_); in OnStatusStyleChanged()
893 buttonComponent_->SetHeight(valueState->value_); in OnStatusStyleChanged()
894 height_ = valueState->value_; in OnStatusStyleChanged()
900 buttonComponent_->SetWidth(valueState->value_); in OnStatusStyleChanged()
901 width_ = valueState->value_; in OnStatusStyleChanged()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp438 obj->value_[UNIFORM_DATA_TYPE] = typeId; in OH_UdmfRecord_AddGeneralEntry()
439 obj->value_[ARRAY_BUFFER] = recordValue; in OH_UdmfRecord_AddGeneralEntry()
440 obj->value_[ARRAY_BUFFER_LENGTH] = static_cast<int>(recordValue.size()); in OH_UdmfRecord_AddGeneralEntry()
567 std::string* fileType = std::get_if<std::string>(&(fileUri->obj->value_[FILE_TYPE])); in OH_UdmfRecord_AddFileUri()
626 buffer->obj->value_[UNIFORM_DATA_TYPE] = type; in OH_UdmfRecord_AddArrayBuffer()
682 fileUri->obj->value_[UNIFORM_DATA_TYPE] = UDMF_META_GENERAL_FILE_URI; in OH_UdmfRecord_GetFileUri()
683 fileUri->obj->value_[FILE_TYPE] = UtdUtils::GetUtdIdFromUtdEnum(fileType.second); in OH_UdmfRecord_GetFileUri()
/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/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h111 int32_t value_; member
115 : eventType_(eventType), value_(value), listener_(listener) {} in DepthDataOutputCallbackInfo()

Completed in 22 milliseconds

1...<<11121314151617