Searched refs:labelValue (Results 1 – 5 of 5) sorted by relevance
126 std::unique_ptr<JsonValue> labelValue = valueParams->GetValue("label"); in CallSpecializedMethod() local127 if (labelValue && labelValue->IsString()) { in CallSpecializedMethod()128 label = labelValue->GetString(); in CallSpecializedMethod()
404 private labelValue: string;440 this.labelValue = '';535 this.labelValue = this.checkUndefinedOrNullWithDefaultValue<string>(label, '');536 getUINativeModule().renderNode.setLabel(this.nodePtr, this.labelValue);634 return this.labelValue;
397 std::string labelValue; in SetLabel() local399 labelValue = label->ToString(vm)->ToString(vm); in SetLabel()401 labelValue = ""; in SetLabel()404 GetArkUINodeModifiers()->getRenderNodeModifier()->setLabel(nativeNode, labelValue.c_str()); in SetLabel()
1792 this.labelValue = '';1892 this.labelValue = this.checkUndefinedOrNullWithDefaultValue(label, '');1893 getUINativeModule().renderNode.setLabel(this.nodePtr, this.labelValue);1997 return this.labelValue;
150 AssetValue labelValue = { .blob = { static_cast<uint32_t>(label.size()), in RemoveDataFromAssetByLabel() local152 std::vector<AssetAttr> attrs = { { .tag = tag, .value = labelValue } }; in RemoveDataFromAssetByLabel()