/foundation/ability/ability_runtime/test/unittest/stop_user_callback_stub_test/ |
H A D | stop_user_callback_stub_test.cpp | 65 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 D | js_startup_manager.h | 59 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 D | mock_data_ability_impl.cpp | 51 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 D | click_spring_effect.cpp | 76 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 D | watch_slider_component.h | 74 void SetValue(double value) in SetValue() argument 76 value_ = value; in SetValue()
|
/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | render_toggle.h | 61 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 D | svg_fe_blend_declaration.h | 57 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 D | xcomponent_declaration.cpp | 55 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 D | toss_animation_controller.cpp | 78 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 D | qrcode_component.cpp | 80 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 D | linear_vector.h | 30 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 D | grid_irregular_layout_algorithm.h | 45 void SetEnableSkip(bool value) in SetEnableSkip() argument 47 enableSkip_ = value; in SetEnableSkip()
|
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/ |
H A D | js_mission_info_utils.h | 40 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 D | slider_component.cpp | 22 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 D | cj_text_clock_ffi.h | 65 CJ_EXPORT void FfiOHOSAceFrameworkTextClockFormat(const char* value); 70 CJ_EXPORT void FfiOHOSAceFrameworkTextClockFontStyle(int32_t value);
|
H A D | cj_swiper_ffi.h | 54 CJ_EXPORT void FfiOHOSAceFrameworkSwiperSetIndicatorStyle(CJIndicatorStyle value); 60 CJ_EXPORT void FfiOHOSAceFrameworkSwiperSetEnabled(bool value);
|
H A D | cj_relative_container_ffi.cpp | 43 guidelineInfoItem.start = CalcDimension(guideline.position.start.value, in FfiOHOSAceFrameworkReletiveContainerGuideLine() 47 guidelineInfoItem.end = CalcDimension(guideline.position.end.value, in FfiOHOSAceFrameworkReletiveContainerGuideLine()
|
H A D | cj_shape_ffi.h | 57 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 D | arkts_native_component3d_bridge.cpp | 44 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 D | model_view_impl.h | 28 void SetHandleCameraMove(const bool value) override; 29 void SetTransparent(const bool value) override;
|
H A D | hyperlink_model_impl.cpp | 64 void HyperlinkModelImpl::SetColor(const Color& value) in SetColor() argument 71 component->SetColor(value); in SetColor()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | response_data.cpp | 42 for (auto&& [key, value] : headers_) { in GetStringValue() 43 headersStr += key + ":" + value + ","; in GetStringValue()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | form_value.h | 75 void SetValue(const std::string& value) in SetValue() argument 77 value_ = value; in SetValue()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_motion.cpp | 54 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 D | lazy_foreach_func.cpp | 36 std::string res = cstr.value; in GenerateKey() 37 cstr.free(cstr.value); in GenerateKey()
|