/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_session/ |
H A D | js_dialog_session_utils.cpp | 29 napi_value WrapArrayDialogAbilityInfoToJS(napi_env env, const std::vector<DialogAbilityInfo> &value) in WrapArrayDialogAbilityInfoToJS() argument 36 for (uint32_t i = 0; i < value.size(); i++) { in WrapArrayDialogAbilityInfoToJS() 37 jsValue = WrapDialogAbilityInfo(env, value[i]); in WrapArrayDialogAbilityInfoToJS()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | application_state_change_callback.cpp | 108 napi_value value = callback->GetNapiValue(); in UnRegister() local 109 if (value == nullptr) { in UnRegister() 115 napi_strict_equals(env_, value, jsCallback, &isEqual); in UnRegister()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_ellipse.cpp | 32 void SvgEllipse::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument 34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr() 52 declaration->SetGradient(gradient.value()); in CreateRender()
|
H A D | svg_circle.cpp | 32 void SvgCircle::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument 34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr() 51 declaration->SetGradient(gradient.value()); in CreateRender()
|
H A D | svg_svg.cpp | 36 void SvgSvg::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument 38 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr() 56 declaration->SetGradient(gradient.value()); in CreateRender()
|
H A D | svg_rect.cpp | 32 void SvgRect::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument 34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr() 51 declaration->SetGradient(gradient.value()); in CreateRender()
|
H A D | svg_use.cpp | 32 void SvgUse::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument 34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr() 66 declaration->SetGradient(gradient.value()); in CreateRender()
|
H A D | svg_g.cpp | 36 void SvgG::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument 38 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr() 56 declaration->SetGradient(gradient.value()); in CreateRender()
|
H A D | svg_line.cpp | 32 void SvgLine::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument 34 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr() 50 component_->GetDeclaration()->SetGradient(gradient.value()); in CreateRender()
|
H A D | svg_polygon.cpp | 38 void SvgPolygon::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument 40 component_->GetDeclaration()->SetSpecializedAttr(std::make_pair(name, value)); in SetAttr() 57 declaration->SetGradient(gradient.value()); in CreateRender()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_text_declaration.h | 29 std::string value; member 55 return attribute.value; in GetTextData() 61 attribute.value = textData; in SetTextData()
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_component.h | 42 ProgressComponent(double min, double value, double cachedValue, double max, ProgressType type); 60 void SetValue(double value) in SetValue() argument 62 data_.SetValue(value); in SetValue()
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_key_parser.h | 41 std::string GetMccByValue(uint32_t value) const; 42 std::string GetMncByValue(uint32_t value) const; 43 std::string GetMncShortLenByValue(uint32_t value) const;
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_delegate.cpp | 54 auto value = child->GetString(); in FireCardEvent() local 56 if (Framework::StartWith(value, "$event.")) { in FireCardEvent() 57 paramsInfo->Replace(key.c_str(), paramsJson->GetValue(value.substr(7))); in FireCardEvent()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | vector.h | 31 VectorF operator*(float value) const in operator *() 33 return VectorF(x * value, y * value); in operator *()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | richeditor_model_impl.h | 38 void SetTextDetectEnable(bool value) override {} 39 void SetSupportPreviewText(bool value) override {} 45 void SetEnterKeyType(TextInputAction value) override {}
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_line.cpp | 103 // unit is invalid, use default value(0.0vp) instead. in SetPoint() 107 CalcDimension value; in SetPoint() 108 ParseJsDimensionVpNG(jsValue, value); in SetPoint() 109 if (!StringUtils::StringToDimensionWithUnitNG(value.ToString(), val, DimensionUnit::VP, 0.0)) { in SetPoint() 110 // unit is invalid, use default value(0.0vp) instead. in SetPoint()
|
H A D | js_nav_path_stack.cpp | 85 JSRef<JSVal> value = JsConverter::ConvertNapiValueToJsVal(obj); in CreateNewNavPathStackJSObject() local 86 if (!value->IsObject()) { in CreateNewNavPathStackJSObject() 90 return JSRef<JSObject>::Cast(value); in CreateNewNavPathStackJSObject()
|
H A D | js_video_controller.cpp | 103 float value = 0; in SetCurrentTime() local 104 if (args.Length() < 1 || !ConvertFromJSValue(args[0], value)) { in SetCurrentTime() 115 videoController_->SeekTo(value, seekMode); in SetCurrentTime()
|
H A D | js_linear_indicator_controller.cpp | 61 float value = .0f; in SetProgress() local 63 ConvertFromJSValue(arg1, value); in SetProgress() 65 linearIndicatorController_->SetProgress(index, value); in SetProgress()
|
/foundation/arkui/ace_engine/adapter/preview/entrance/editing/ |
H A D | text_input_client_mgr.cpp | 84 bool TextInputClientMgr::UpdateEditingValue(const std::shared_ptr<TextEditingValue>& value, bool needFireChangeEvent) in UpdateEditingValue() argument 94 [weak, value, needFireChangeEvent]() { in UpdateEditingValue() 102 client->UpdateEditingValue(value, needFireChangeEvent); in UpdateEditingValue()
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_color.h | 105 uint32_t value = GetValue(); in ColorToString() local 107 colorStr = HEX[(value & 0xf)] + colorStr; in ColorToString() 108 value >>= CALC_BIT_LENGTH; in ColorToString()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | flex_composed_element.cpp | 50 for (const auto& value : CREATE_JSON_MAP) { in ToJsonObject() 51 resultJson->Put(value.first.c_str(), value.second(*this)); in ToJsonObject()
|
H A D | gauge_composed_element.cpp | 24 { "value", [](const GaugeComposedElement& inspector) { return inspector.GetValue(); } }, 37 DumpLog::GetInstance().AddDesc(std::string("value: ").append(GetValue())); in Dump() 49 for (const auto& value : CREATE_JSON_MAP) { in ToJsonObject() 50 resultJson->Put(value.first.c_str(), value.second(*this).c_str()); in ToJsonObject()
|
H A D | grid_col_composed_element.cpp | 67 for (const auto& value : CREATE_JSON_MAP) { in ToJsonObject() 68 resultJson->Put(value.first.c_str(), value.second(*this).c_str()); in ToJsonObject()
|