Home
last modified time | relevance | path

Searched refs:labelValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper.cpp126 std::unique_ptr<JsonValue> labelValue = valueParams->GetValue("label"); in CallSpecializedMethod() local
127 if (labelValue && labelValue->IsString()) { in CallSpecializedMethod()
128 label = labelValue->GetString(); in CallSpecializedMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Drender_node.ts404 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;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp397 std::string labelValue; in SetLabel() local
399 labelValue = label->ToString(vm)->ToString(vm); in SetLabel()
401 labelValue = ""; in SetLabel()
404 GetArkUINodeModifiers()->getRenderNodeModifier()->setLabel(nativeNode, labelValue.c_str()); in SetLabel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js1792 this.labelValue = '';
1892 this.labelValue = this.checkUndefinedOrNullWithDefaultValue(label, '');
1893 getUINativeModule().renderNode.setLabel(this.nodePtr, this.labelValue);
1997 return this.labelValue;
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp150 AssetValue labelValue = { .blob = { static_cast<uint32_t>(label.size()), in RemoveDataFromAssetByLabel() local
152 std::vector<AssetAttr> attrs = { { .tag = tag, .value = labelValue } }; in RemoveDataFromAssetByLabel()