/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | drm_display.h | 44 int32_t GetDisplayBacklight(uint32_t *value) override; 45 int32_t SetDisplayBacklight(uint32_t value) override;
|
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_display.h | 44 int32_t GetDisplayBacklight(uint32_t *value) override;
45 int32_t SetDisplayBacklight(uint32_t value) override;
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | allocator.h | 27 T AlignUp(T value, T align) in AlignUp() argument 32 return (value + align - 1) / align * align; in AlignUp()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | extension_config_mgr.cpp | 60 for (const auto& value : blackList[item.key()]) { in Init() 61 currentBlockList.emplace(value.get<std::string>()); in Init()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/ |
H A D | demo_ability_test.h | 44 int Insert(const Uri& uri, const NativeRdb::ValuesBucket& value); 46 const Uri& uri, const NativeRdb::ValuesBucket& value, const NativeRdb::DataAbilityPredicates& predicates);
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_cache_mgr.h | 63 bool SaveImgCacheToDb(const std::vector<uint8_t> &value, int32_t size, int64_t &rowId); 71 const std::string& picName, const sptr<Ashmem> &ashmem, int32_t len, std::vector<uint8_t> &value);
|
/foundation/ability/ability_base/test/fuzztest/arraywrapperfirst_fuzzer/ |
H A D | arraywrapperfirst_fuzzer.cpp | 46 IInterface* value = nullptr; in DoSomethingInterestingWithMyAPI() local 47 array->Set(index, value); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/service_router_framework/interfaces/kits/js/serviceroutermgr/ |
H A D | native_module.cpp | 29 static napi_status SetEnumItem(napi_env env, napi_value object, const char* name, int32_t value) in SetEnumItem() argument 36 NAPI_CALL_BASE(env, status = napi_create_int32(env, value, &itemValue), status); in SetEnumItem()
|
/foundation/ability/ability_runtime/frameworks/js/napi/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/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);
|