Home
last modified time | relevance | path

Searched refs:value (Results 10826 - 10850 of 22920) sorted by relevance

1...<<431432433434435436437438439440>>...917

/foundation/ability/ability_runtime/test/unittest/stop_user_callback_stub_test/
H A Dstop_user_callback_stub_test.cpp65 std::u16string value = u"ohos.abilityshell.DistributedConnection"; in HWTEST_F() local
66 data.WriteString16(value); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/js/napi/app_startup/startup_manager/
H A Djs_startup_manager.h59 int32_t GetDependencies(napi_env env, napi_value value, std::vector<std::string> &dependencies);
61 int32_t GetConfig(napi_env env, napi_value value, std::shared_ptr<StartupConfig> &config);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_data_ability_impl.cpp51 int DataAbilityImpl::Insert(const Uri& uri, const NativeRdb::ValuesBucket& value) in Insert() argument
58 const NativeRdb::ValuesBucket& value, const NativeRdb::DataAbilityPredicates& predicates) in Update()
57 Update(const Uri& uri, const NativeRdb::ValuesBucket& value, const NativeRdb::DataAbilityPredicates& predicates) Update() argument
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dclick_spring_effect.cpp76 springMotion->AddListener([weakEffect = AceType::WeakClaim(this)](double value) { in ShowAnimation()
79 effect->SetScale(value); in ShowAnimation()
/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h74 void SetValue(double value) in SetValue() argument
76 value_ = value; in SetValue()
/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.h61 void SetOnChange(const std::function<void(bool)>& value) in SetOnChange() argument
63 onChangeToggle_ = value; in SetOnChange()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_blend_declaration.h57 attribute.in2.in = IN_TABLE[inIndex].value; in SetIn2()
75 attribute.blendMode = EDGE_MODE_TABLE[inIndex].value; in SetBlendMode()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/
H A Dxcomponent_declaration.cpp55 xComponentAttrOperators[operatorIter].value(*this, attr.second); in SetSpecializedAttr()
86 eventOperators[operatorIter].value(*this, EventMarker(eventId, event, pageId)); in SetSpecializedEvent()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dtoss_animation_controller.cpp78 toss_ = AceType::MakeRefPtr<PickerAnimation>(pipe_, 0.0, time, 0, nTime, Curves::LINEAR, [weak](double value) { in Play()
89 double distance = std::pow(DRAG, value); in Play()
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Dqrcode_component.cpp80 void QrcodeComponent::SetValue(const std::string& value) in SetValue() argument
82 declaration_->SetValue(value); in SetValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dlinear_vector.h30 LinearVector(const size_t n, T value) : std::vector<T>(n, value) {}; in LinearVector() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.h45 void SetEnableSkip(bool value) in SetEnableSkip() argument
47 enableSkip_ = value; in SetEnableSkip()
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_info_utils.h40 auto value = wantParams.GetParam(key); in InnerWrapJsWantParams() local
41 TBase *ao = TBase::Query(value); in InnerWrapJsWantParams()
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp22 SliderComponent::SliderComponent(const double value, const double step, const double min, const double max) in SliderComponent() argument
26 data_.SetValue(value); in SliderComponent()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.h65 CJ_EXPORT void FfiOHOSAceFrameworkTextClockFormat(const char* value);
70 CJ_EXPORT void FfiOHOSAceFrameworkTextClockFontStyle(int32_t value);
H A Dcj_swiper_ffi.h54 CJ_EXPORT void FfiOHOSAceFrameworkSwiperSetIndicatorStyle(CJIndicatorStyle value);
60 CJ_EXPORT void FfiOHOSAceFrameworkSwiperSetEnabled(bool value);
H A Dcj_relative_container_ffi.cpp43 guidelineInfoItem.start = CalcDimension(guideline.position.start.value, in FfiOHOSAceFrameworkReletiveContainerGuideLine()
47 guidelineInfoItem.end = CalcDimension(guideline.position.end.value, in FfiOHOSAceFrameworkReletiveContainerGuideLine()
H A Dcj_shape_ffi.h57 CJ_EXPORT void FfiOHOSAceFrameworkShapeSetInsWidth(int64_t shapeId, double value, int32_t unit);
58 CJ_EXPORT void FfiOHOSAceFrameworkShapeSetInsHeight(int64_t shapeId, double value, int32_t unit);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_component3d_bridge.cpp44 Local<JSValueRef> value = panda::ArrayRef::GetValueAt(vm, array, index); in SetShaderInputBuffer() local
46 if (ArkTSUtils::ParseJsDouble(vm, value, param)) { in SetShaderInputBuffer()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.h28 void SetHandleCameraMove(const bool value) override;
29 void SetTransparent(const bool value) override;
H A Dhyperlink_model_impl.cpp64 void HyperlinkModelImpl::SetColor(const Color& value) in SetColor() argument
71 component->SetColor(value); in SetColor()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresponse_data.cpp42 for (auto&& [key, value] : headers_) { in GetStringValue()
43 headersStr += key + ":" + value + ","; in GetStringValue()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Dform_value.h75 void SetValue(const std::string& value) in SetValue() argument
77 value_ = value; in SetValue()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_motion.cpp54 bool SpringMotion::IsCompleted(double value, double velocity) const in IsCompleted() argument
56 return NearZero(value - endPosition_, accuracy_) && NearZero(velocity, velocityAccuracy_); in IsCompleted()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dlazy_foreach_func.cpp36 std::string res = cstr.value; in GenerateKey()
37 cstr.free(cstr.value); in GenerateKey()

Completed in 15 milliseconds

1...<<431432433434435436437438439440>>...917