/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | toss_animation_controller.h | 34 void SetColumn(const WeakPtr<TimePickerColumnPattern>& value) in SetColumn() argument 36 column_ = value; in SetColumn()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_path.cpp | 30 bool SvgPath::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument 33 d_ = value; in ParseAndSetSpecializedAttr()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_scroll_controller.cpp | 54 double value = offset * estimateHeight / height; in UpdateScrollPosition() local 55 return callback_(value, source); in UpdateScrollPosition()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_event_hub.h | 38 void FireOnCopy(const std::string& value) in FireOnCopy() argument 41 onCopy_(value); in FireOnCopy()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | velocity.h | 49 Velocity operator*(double value) const in operator *() 51 return Velocity(offsetPerSecond_ * value); in operator *()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bms_param.cpp | 40 bool BmsParam::GetBmsParam(const std::string &key, std::string &value) in GetBmsParam() argument 52 return rdbDataManager_->QueryData(key, value); in GetBmsParam() 58 APP_LOGE("key or value is empty"); in SaveBmsParam()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/ |
H A D | bundle_resource_unsupported.cpp | 62 void CreateBundleResourceFlagObject(napi_env env, napi_value value) in CreateBundleResourceFlagObject() argument 64 NAPI_CALL_RETURN_VOID(env, napi_get_undefined(env, &value)); in CreateBundleResourceFlagObject()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install_unsupported.cpp | 59 void CreateUpgradeFlagObject(napi_env env, napi_value value) in CreateUpgradeFlagObject() argument 62 void CreateBundlePackFlagObject(napi_env env, napi_value value) in CreateBundlePackFlagObject() argument
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_bigint.cpp | 22 ARKTS_Value ARKTS_CreateBigInt(ARKTS_Env env, int64_t value)
in ARKTS_CreateBigInt() argument 27 auto result = panda::BigIntRef::New(vm, value);
in ARKTS_CreateBigInt() 67 uint64_t value = 0;
69 value = (value << BYTE_BITS) | bytes[i];
71 u64v[index] = value;
81 bool ARKTS_IsBigInt(ARKTS_Env env, ARKTS_Value value)
83 auto tag = BIT_CAST(value, panda::JSValueRef);
87 tag = *P_CAST(value, panda::JSValueRef*);
92 int64_t ARKTS_BigIntGetByteSize(ARKTS_Env env, ARKTS_Value value)
[all...] |
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_pan.h | 122 * @param value Set Network Sharing. 124 int32_t SetTethering(bool value); 130 int32_t IsTetheringOn(bool &value);
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | property_animation.h | 42 EvaluationResult ProcessOnGet(IAny& value) override; 43 EvaluationResult ProcessOnSet(IAny& value, const IAny& current) override;
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | intf_modifier.h | 30 EVAL_RETURN = 2, /// Stop stack evaluation and return value 31 EVAL_VALUE_CHANGED = 4, /// This modifier changed the value 44 virtual EvaluationResult ProcessOnGet(IAny& value) = 0; 45 virtual EvaluationResult ProcessOnSet(IAny& value, const IAny& current) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/graphic_2d_configure/src/ |
H A D | graphic_2d_configure.cpp | 78 for (const auto &[key, value] : graphic2dConfig) {
in parserTest() 79 RS_LOGI("Graphic2dConfigure graphic2dConfig_ key: %{public}s value: %{public}s",
in parserTest() 81 value.c_str());
in parserTest()
|
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/ |
H A D | scale_filter.cpp | 25 void ScaleFilter::SetValue(const std::string& key, std::shared_ptr<void> value, int size)
in SetValue() argument 28 std::shared_ptr<float> scale = std::static_pointer_cast<float>(value);
in SetValue()
|
/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | native_common_utils.h | 36 static ErrorCode ParseOHAny(const ImageEffect_Any *value, Plugin::Any &any); 38 static ErrorCode SwitchToOHAny(const Plugin::Any &any, ImageEffect_Any *value);
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | params_config_operator.h | 30 int32_t GetValueIntByKey(const std::string& key, int32_t *value); 31 int32_t GetValueStringByKey(const std::string& key, std::string& value);
|
/foundation/multimodalinput/input/uinput/ |
H A D | hdf_device_event_dispatch.cpp | 46 if ((item.type == 0) && (item.code == 0) && (item.value == 0)) { in EventPkgCallback() 54 item.value in EventPkgCallback()
|
H A D | inject_thread.cpp | 34 g_pTouchScreen->EmitEvent(injectQueue_[0].type, injectQueue_[0].code, injectQueue_[0].value); in InjectFunc() 36 g_pKeyboard->EmitEvent(injectQueue_[0].type, injectQueue_[0].code, injectQueue_[0].value); in InjectFunc()
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_on_demand_event.h | 42 std::string value; member 48 std::string value; member
|
/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | allow_record.h | 41 bool setAllowRecordField(const nlohmann::json& value); 42 bool ParseFromJson(const nlohmann::json& value);
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/ |
H A D | ires_sched_service.h | 33 * @param value Indicates the value of the resource type, defined by the developers. 36 virtual void ReportData(uint32_t resType, int64_t value, const nlohmann::json& payload) = 0; 42 * @param value Indicates the value of the resource type, defined by the developers. 44 * @param reply Indicates the return value of service processing. 46 virtual int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload,
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/common/src/ |
H A D | res_sched_exe_common_utils.cpp | 58 for (auto& [key, value] : jsonObj.items()) { in StringToJson() 59 payload[key] = value; in StringToJson()
|
/foundation/communication/dsoftbus/core/adapter/bus_center/include/ |
H A D | lnn_kv_adapter_wrapper.h | 29 int32_t LnnPutDBData(int32_t dbId, const char *key, int32_t keyLen, const char *value, int32_t valueLen); 32 // *value need to be free by caller 33 int32_t LnnGetDBData(int32_t dbId, const char *key, int32_t keyLen, char **value);
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | wifi_direct_test_context.h | 60 void Set(Key key, const std::any &value) in Set() argument 62 values_[key] = value; in Set()
|
/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/src/ |
H A D | parse_nethandle_context.cpp | 32 auto value = NapiUtils::GetNamedProperty(GetEnv(), params[ARG_INDEX_0], KEY_NET_ID); in ParseParams() local 33 if (NapiUtils::GetValueType(GetEnv(), value) != napi_number) { in ParseParams()
|