Home
last modified time | relevance | path

Searched defs:values (Results 476 - 495 of 495) sorted by relevance

1...<<11121314151617181920

/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp86 std::vector<std::string> values; in GetMimeType() local
103 std::vector<std::string> values; in GetQuality() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1076 bool ArkTSUtils::ParseJsIntegerArray(const EcmaVM* vm, Local<JSValueRef> values, std::vector<uint32_t>& result) in ParseJsIntegerArray() argument
1523 PushOuterBorderDimensionVector( const std::optional<CalcDimension>& valueDim, std::vector<ArkUI_Float32>& values, std::vector<ArkUI_Int32>& units) PushOuterBorderDimensionVector() argument
1604 ParseOuterBorderWidth( ArkUIRuntimeCallInfo *runtimeCallInfo, EcmaVM *vm, std::vector<ArkUI_Float32> &values) ParseOuterBorderWidth() argument
1637 ParseOuterBorderColor( ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, std::vector<uint32_t>& values, int32_t argsIndex) ParseOuterBorderColor() argument
1673 ParseOuterBorderRadius( ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, std::vector<ArkUI_Float32>& values, int32_t argsIndex) ParseOuterBorderRadius() argument
1697 ParseOuterBorderRadius(ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, std::vector<ArkUI_Float32>& values, std::vector<ArkUI_Int32>& units, int32_t argsIndex) ParseOuterBorderRadius() argument
1731 ParseOuterBorderStyle( ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, std::vector<uint32_t>& values, int32_t argsIndex) ParseOuterBorderStyle() argument
1763 SetBorderWidthArray(const EcmaVM* vm, const Local<JSValueRef>& args, ArkUI_Float32 values[], int units[], int index) SetBorderWidthArray() argument
2003 Local<JSValueRef> values[] = { CreateJsTextMenuItem() local
2149 Local<JSValueRef> values[] = { panda::NumberRef::New(vm, menuItemParam.start), CreateJsTextRange() local
[all...]
H A Darkts_native_text_area_bridge.cpp1588 ArkUI_Float32 values[size]; in SetBorderWidth() local
1732 ArkUI_Float32 values[size]; SetBorderRadius() local
[all...]
H A Darkts_native_common_bridge.cpp148 void ParseGradientAngle(const EcmaVM *vm, const Local<JSValueRef> &value, std::vector<ArkUIInt32orFloat32> &values) in ParseGradientAngle() argument
857 void ParseGradientCenter(const EcmaVM* vm, const Local<JSValueRef>& value, std::vector<ArkUIInt32orFloat32>& values) in ParseGradientCenter() argument
893 ParseOuterBorderWidth( ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, std::vector<ArkUI_Float32>& values, bool needLocalized = false) ParseOuterBorderWidth() argument
942 ParseOuterBorderColor(ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, std::vector<uint32_t>& values, int32_t argsIndex, bool needLocalized = false) ParseOuterBorderColor() argument
1007 ParseOuterBorderRadius(ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, std::vector<ArkUI_Float32>& values, int32_t argsIndex, bool needLocalized = false) ParseOuterBorderRadius() argument
1066 ParseOuterBorderStyle( ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, std::vector<uint32_t>& values, int32_t argsIndex) ParseOuterBorderStyle() argument
1098 ParseOuterBorderDashParam(ArkUIRuntimeCallInfo *runtimeCallInfo, EcmaVM *vm, std::vector<ArkUI_Float32> &values, int32_t argsIndex) ParseOuterBorderDashParam() argument
1216 ParseRotate(ArkUIRuntimeCallInfo *runtimeCallInfo, ArkUI_Float32 values[], int units[], int valuesLength, int unitsLength) ParseRotate() argument
1513 SetBorderWidthArray(const EcmaVM* vm, const Local<JSValueRef>& args, ArkUI_Float32 values[], int units[], int index) SetBorderWidthArray() argument
1543 SetBorderWidthArrayByDimen(CalcDimension& borderDimension, ArkUI_Float32 values[], int units[], int index) SetBorderWidthArrayByDimen() argument
1584 ArkUI_Float32 values[size]; SetBorderWidth() local
1614 ParseMirrorDimen(ArkUI_Float32 values[], int units[], int idx, CalcDimension& calcDimen) ParseMirrorDimen() argument
1658 ArkUI_Float32 values[SIZE_OF_FOUR]; SetBorderRadius() local
2537 std::vector<ArkUIInt32orFloat32> values; SetLinearGradient() local
2574 std::vector<ArkUIInt32orFloat32> values; SetSweepGradient() local
2608 std::vector<ArkUIInt32orFloat32> values; SetRadialGradient() local
3053 ArkUI_Float32 values[SIZE_OF_TWO]; SetBackgroundImagePosition() local
3230 ArkUI_Float32 values[size]; SetTranslate() local
3292 ArkUI_Float32 values[SIZE_OF_FIVE]; SetScale() local
3327 ArkUI_Float32 values[SIZE_OF_EIGHT]; SetRotate() local
3474 ArkUI_Float32 values[] = { left.Value(), top.Value(), right.Value(), bottom.Value() }; SetPixelStretchEffect() local
5991 Local<JSValueRef> values[] = { panda::StringRef::NewFromUtf8(vm, gestureInfo->GetTag().value().c_str()), CreateGestureInfo() local
5997 Local<JSValueRef> values[] = { panda::NumberRef::New(vm, static_cast<int32_t>(gestureInfo->GetType())), CreateGestureInfo() local
6056 Local<JSValueRef> values[] = { panda::BooleanRef::New(vm, longPressGestureEvent->GetRepeat()) }; SetUniqueAttributes() local
6065 Local<JSValueRef> values[] = { panda::NumberRef::New(vm, panGestureEvent->GetOffsetX() / density), SetUniqueAttributes() local
6078 Local<JSValueRef> values[] = { panda::NumberRef::New(vm, pinchGestureEvent->GetScale()), SetUniqueAttributes() local
6089 Local<JSValueRef> values[] = { panda::NumberRef::New(vm, rotationGestureEvent->GetAngle()) }; SetUniqueAttributes() local
6098 Local<JSValueRef> values[] = { panda::NumberRef::New(vm, swipeGestureEvent->GetAngle()), SetUniqueAttributes() local
6133 Local<JSValueRef> values[] = { panda::NumberRef::New(vm, fingerInfo.fingerId_), CreateFingerInfo() local
6434 Local<JSValueRef> values[] = { panda::BooleanRef::New(vm, info.GetRepeat()), CreateCommonGestureEventInfo() local
7776 int32_t values[] = { -1, -1, -1, -1 }; SetPixelRound() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp1182 void SetOptionalBorder(std::optional<Dimension>& optionalDimension, const ArkUI_Float32* values, ArkUI_Int32 valuesSize, in SetOptionalBorder() argument
1193 void SetAllWidthOptionalBorder(NG::BorderWidthProperty& borderWidth, const ArkUI_Float32* values, in SetAllWidthOptionalBorder() argument
1202 void SetAllRadiusOptionalBorder(NG::BorderRadiusProperty& borderRadius, const ArkUI_Float32* values, in SetAllRadiusOptionalBorder() argument
1211 SetOptionalBorderColor( std::optional<Color>& optionalColor, const uint32_t* values, ArkUI_Int32 valuesSize, ArkUI_Int32& offset) SetOptionalBorderColor() argument
1221 SetAllOptionalBorderColor( NG::BorderColorProperty& borderColors, const uint32_t* values, ArkUI_Int32 valuesSize, ArkUI_Int32& offset) SetAllOptionalBorderColor() argument
1230 SetOptionalBorderStyle( std::optional<BorderStyle>& optionalStyle, const uint32_t* values, ArkUI_Int32 valuesSize, ArkUI_Int32& offset) SetOptionalBorderStyle() argument
1240 SetAllOptionalBorderStyle( NG::BorderStyleProperty& borderStyles, const uint32_t* values, ArkUI_Int32 valuesSize, ArkUI_Int32& offset) SetAllOptionalBorderStyle() argument
1249 SetTextAreaBorder(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valuesSize, const uint32_t* colorAndStyle, int32_t colorAndStyleSize) SetTextAreaBorder() argument
1310 SetTextAreaBorderWidth(ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetTextAreaBorderWidth() argument
1411 SetTextAreaBorderRadius(ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetTextAreaBorderRadius() argument
1486 GetTextAreaMargin(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Int32 length, ArkUI_Int32 unit) GetTextAreaMargin() argument
1588 GetTextAreaPadding(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Int32 length, ArkUI_Int32 unit) GetTextAreaPadding() argument
[all...]
H A Dnode_text_input_modifier.cpp245 void GetTextInputContentRect(ArkUINodeHandle node, ArkUI_Float32 (*values)[4]) in GetTextInputContentRect() argument
374 void GetTextInputCaretOffset(ArkUINodeHandle node, ArkUI_Float32 (*values)[2]) in GetTextInputCaretOffset() argument
985 void SetTextInputUserUnderlineColor(ArkUINodeHandle node, const ArkUI_Uint32* values, in SetTextInputUserUnderlineColor() argument
1009 GetTextInputUserUnderlineColor(ArkUINodeHandle node, ArkUI_Uint32 (*values)[4]) GetTextInputUserUnderlineColor() argument
1740 GetTextInputMargin(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Int32 length, ArkUI_Int32 unit) GetTextInputMargin() argument
[all...]
H A Dnode_common_modifier.cpp349 void SetLinearGradientValues(NG::Gradient& gradient, const ArkUIInt32orFloat32* values, ArkUI_Int32 valuesLength) in SetLinearGradientValues() argument
390 SetSweepGradientValues(NG::Gradient& gradient, const ArkUIInt32orFloat32* values, ArkUI_Int32 valuesLength) SetSweepGradientValues() argument
438 SetRadialGradientValues(NG::Gradient& gradient, const ArkUIInt32orFloat32* values, ArkUI_Int32 valuesLength) SetRadialGradientValues() argument
500 SetOptionalBorder(std::optional<Dimension>& optionalDimension, const ArkUI_Float32* values, ArkUI_Int32 valuesSize, ArkUI_Int32& offset) SetOptionalBorder() argument
511 SetOptionalBorderColor( std::optional<Color>& optionalColor, const uint32_t* values, ArkUI_Int32 valuesSize, ArkUI_Int32& offset) SetOptionalBorderColor() argument
521 SetOptionalBorderStyle( std::optional<BorderStyle>& optionalStyle, const uint32_t* values, ArkUI_Int32 valuesSize, ArkUI_Int32& offset) SetOptionalBorderStyle() argument
631 SetBorderImageGradientValues(NG::Gradient& gradient, const ArkUIInt32orFloat32* values, ArkUI_Int32 valuesLength) SetBorderImageGradientValues() argument
726 SetBorderRadius(ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetBorderRadius() argument
758 SetBorderWidth(ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetBorderWidth() argument
1346 SetLinearGradient(ArkUINodeHandle node, const ArkUIInt32orFloat32* values, ArkUI_Int32 valuesLength, const ArkUIInt32orFloat32* colors, ArkUI_Int32 colorsLength) SetLinearGradient() argument
1385 SetSweepGradient(ArkUINodeHandle node, const ArkUIInt32orFloat32* values, ArkUI_Int32 valuesLength, const ArkUIInt32orFloat32* colors, ArkUI_Int32 colorsLength) SetSweepGradient() argument
1422 SetRadialGradient(ArkUINodeHandle node, const ArkUIInt32orFloat32* values, ArkUI_Int32 valuesLength, const ArkUIInt32orFloat32* colors, ArkUI_Int32 colorsLength) SetRadialGradient() argument
1565 SetBorderImageGradient(ArkUINodeHandle node, const ArkUIInt32orFloat32* values, ArkUI_Int32 valuesLength, const ArkUIInt32orFloat32* colors, ArkUI_Int32 colorsLength) SetBorderImageGradient() argument
1770 SetBorderWidth(const ArkUI_Float32* values, ArkUI_Int32 valuesSize, int32_t& offset, NG::BorderWidthProperty& borderWidth, ArkUI_Bool isLocalizedBorderWidth, FrameNode* frameNode) SetBorderWidth() argument
1789 SetBorderBorderRadius(const ArkUI_Float32* values, ArkUI_Int32 valuesSize, int32_t& offset, NG::BorderRadiusProperty& borderRadius, ArkUI_Bool isLocalizedBorderRadius, FrameNode* frameNode) SetBorderBorderRadius() argument
1839 SetBorder(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valuesSize, const uint32_t* colorAndStyle, int32_t colorAndStyleSize, ArkUI_Bool isLocalizedBorderWidth, ArkUI_Bool isLocalizedBorderColor, ArkUI_Bool isLocalizedBorderRadius) SetBorder() argument
1890 SetBackgroundImagePosition( ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* types, ArkUI_Bool isAlign, ArkUI_Int32 size) SetBackgroundImagePosition() argument
2059 SetTranslate(ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetTranslate() argument
2092 SetScale(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength, const ArkUI_Int32* units, ArkUI_Int32 unitLength) SetScale() argument
2168 SetScaleWithoutTransformCenter(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength) SetScaleWithoutTransformCenter() argument
2212 SetRotate(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength, const ArkUI_Int32* units, ArkUI_Int32 unitLength) SetRotate() argument
2243 SetRotateWithoutTransformCenter(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength) SetRotateWithoutTransformCenter() argument
2419 SetPixelStretchEffect( ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetPixelStretchEffect() argument
3397 SetResponseRegion(ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetResponseRegion() argument
3631 SetMouseResponseRegion( ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units, ArkUI_Int32 length) SetMouseResponseRegion() argument
4570 SetOutlineColor(ArkUINodeHandle node, const uint32_t* values, int32_t valuesSize) SetOutlineColor() argument
4591 GetOutlineColor(ArkUINodeHandle node, ArkUI_Uint32 (*values)[4]) GetOutlineColor() argument
4602 GetSize(ArkUINodeHandle node, ArkUI_Float32 (*values)[2], ArkUI_Int32 unit) GetSize() argument
4617 SetOutlineRadius(ArkUINodeHandle node, const ArkUI_Float32* values, int32_t valuesSize) SetOutlineRadius() argument
4640 SetOutlineWidth(ArkUINodeHandle node, const ArkUI_Float32* values, int32_t valuesSize) SetOutlineWidth() argument
4695 SetOutlineStyle(ArkUINodeHandle node, const uint32_t* values, int32_t valuesSize) SetOutlineStyle() argument
4738 SetOutline(ArkUINodeHandle node, const ArkUI_Float32* values, int32_t valuesSize, const uint32_t* colorAndStyle, int32_t colorAndStyleSize) SetOutline() argument
4806 GetResponseRegion(ArkUINodeHandle node, ArkUI_Float32 (*values)[32]) GetResponseRegion() argument
4911 SetConstraintSize(ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_Int32* units) SetConstraintSize() argument
5041 GetBorderWidth(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Int32 unit) GetBorderWidth() argument
5052 GetBorderWidthDimension(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Int32 (*units)[4]) GetBorderWidthDimension() argument
5067 GetBorderRadius(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Int32 unit) GetBorderRadius() argument
5078 GetBorderColor(ArkUINodeHandle node, ArkUI_Uint32 (*values)[4]) GetBorderColor() argument
5089 GetBorderStyle(ArkUINodeHandle node, ArkUI_Int32 (*values)[4]) GetBorderStyle() argument
5162 GetTransform(ArkUINodeHandle node, ArkUI_Float32 (*values)[16]) GetTransform() argument
5179 GetPosition(ArkUINodeHandle node, ArkUIPositionOptions* values, ArkUI_Int32 unit) GetPosition() argument
5210 GetSweepGradient(ArkUINodeHandle node, ArkUI_Float32 (*values)[6], ArkUI_Uint32 (*colors)[10], ArkUI_Float32 (*stops)[10], ArkUI_Int32 unit) GetSweepGradient() argument
5236 GetRadialGradient(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Uint32 (*colors)[10], ArkUI_Float32 (*stops)[10], ArkUI_Int32 unit) GetRadialGradient() argument
5399 GetLinearGradient( ArkUINodeHandle node, ArkUI_Float32 (*values)[3], ArkUI_Uint32 (*colors)[10], ArkUI_Float32 (*stop)[10]) GetLinearGradient() argument
5461 GetPadding(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Int32 length, ArkUI_Int32 unit) GetPadding() argument
5473 GetPaddingDimension(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Int32 (*units)[4]) GetPaddingDimension() argument
5488 GetConfigSize(ArkUINodeHandle node, ArkUI_Float32 (*values)[2], ArkUI_Int32 (*units)[2]) GetConfigSize() argument
5514 GetMargin(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Int32 length, ArkUI_Int32 unit) GetMargin() argument
5526 GetMarginDimension(ArkUINodeHandle node, ArkUI_Float32 (*values)[4], ArkUI_Int32 (*units)[4]) GetMarginDimension() argument
5541 GetTranslate(ArkUINodeHandle node, ArkUI_Float32 (*values)[3], ArkUI_Int32 unit) GetTranslate() argument
5583 GetChainStyle(ArkUINodeHandle node, ArkUI_Int32 (*values)[2]) GetChainStyle() argument
5617 GetBias(ArkUINodeHandle node, ArkUI_Float32* values) GetBias() argument
5634 SetOnVisibleAreaChange(ArkUINodeHandle node, ArkUI_Int64 extraParam, ArkUI_Float32* values, ArkUI_Int32 size) SetOnVisibleAreaChange() argument
5653 SetLayoutRect(ArkUINodeHandle node, ArkUI_Int32 (*values)[4]) SetLayoutRect() argument
5661 GetLayoutRect(ArkUINodeHandle node, ArkUI_Int32 (*values)[4]) GetLayoutRect() argument
5937 SetPixelRound(ArkUINodeHandle node, const ArkUI_Int32* values, ArkUI_Int32 length) SetPixelRound() argument
6082 GetExpandSafeArea(ArkUINodeHandle node, ArkUI_Uint32 (*values)[2]) GetExpandSafeArea() argument
6090 SetBorderDashParams(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valuesSize) SetBorderDashParams() argument
[all...]
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1859 bool ConvertJSToStringVec(napi_env env, napi_value arrayValue, std::vector<std::string>& values) in ConvertJSToStringVec() argument
1891 std::vector<std::string> values; in ConvertJSToEventTypes() local
1909 std::vector<std::string> values; in ConvertJSToCapabilities() local
1924 void ConvertStringVecToJS(napi_env env, napi_value &result, std::vector<std::string> values) in ConvertStringVecToJS() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp1151 ValuesBucket &values = cmd.GetValueBucket(); in UpdateFileName() local
1194 ValuesBucket &values = cmd.GetValueBucket(); in SetUserComment() local
1233 ValuesBucket &values = cmd.GetValueBucket(); in UpdateRelativePath() local
1265 ValuesBucket &values = cmd.GetValueBucket(); UpdateVirtualPath() local
1327 ValuesBucket values; SetPendingTime() local
1963 GetInt32FromValuesBucket(const NativeRdb::ValuesBucket &values, const std::string &column, int32_t &value) GetInt32FromValuesBucket() argument
1991 GetStringFromValuesBucket(const NativeRdb::ValuesBucket &values, const std::string &column, string &value) GetStringFromValuesBucket() argument
2169 ValuesBucket &values = cmd.GetValueBucket(); CheckParamForUpdate() local
[all...]
H A Dmedialibrary_album_operations.cpp103 auto values = cmd.GetValueBucket(); in ModifyAlbumOperation() local
341 inline int32_t GetStringObject(const ValuesBucket &values, const string &key, string &value) in GetStringObject() argument
353 inline int32_t GetIntVal(const ValuesBucket &values, const string &key, int32_t &value) in GetIntVal() argument
381 static void PrepareUserAlbum(const string &albumName, const string &relativePath, ValuesBucket &values) in PrepareUserAlbum() argument
778 CheckHasSameNameAlbum(const string &newAlbumName, const shared_ptr<NativeRdb::ResultSet> &resultSet, NativeRdb::ValuesBucket &values, const shared_ptr<NativeRdb::RdbStore> &rdbStore) CheckHasSameNameAlbum() argument
800 SetPhotoAlbumName(const ValuesBucket &values, const DataSharePredicates &predicates) SetPhotoAlbumName() argument
872 PrepareUpdateValues(const ValuesBucket &values, ValuesBucket &updateValues) PrepareUpdateValues() argument
908 UpdatePhotoAlbum(const ValuesBucket &values, const DataSharePredicates &predicates) UpdatePhotoAlbum() argument
1024 NativeRdb::ValuesBucket values; RecoverAlbum() local
1645 OrderSingleAlbum(const ValuesBucket &values) OrderSingleAlbum() argument
1689 GetStringVal(const ValuesBucket &values, const string &key, string &value) GetStringVal() argument
1959 MergeAlbum(const ValuesBucket &values) MergeAlbum() argument
2060 SetDisplayLevel(const ValuesBucket &values, const DataSharePredicates &predicates) SetDisplayLevel() argument
2129 SetIsMe(const ValuesBucket &values, const DataSharePredicates &predicates) SetIsMe() argument
2174 SetAlbumName(const ValuesBucket &values, const DataSharePredicates &predicates) SetAlbumName() argument
2232 SetCoverUri(const ValuesBucket &values, const DataSharePredicates &predicates) SetCoverUri() argument
2265 HandleAnalysisPhotoAlbum(const OperationType &opType, const NativeRdb::ValuesBucket &values, const DataShare::DataSharePredicates &predicates, std::shared_ptr<int> countPtr) HandleAnalysisPhotoAlbum() argument
2290 HandlePhotoAlbum(const OperationType &opType, const ValuesBucket &values, const DataSharePredicates &predicates, shared_ptr<int> countPtr) HandlePhotoAlbum() argument
[all...]
H A Dmedialibrary_rdb_utils.cpp412 SetCount(const shared_ptr<ResultSet> &fileResult, const shared_ptr<ResultSet> &albumResult, ValuesBucket &values, const bool hiddenState, PhotoAlbumSubType subtype) SetCount() argument
436 SetPortraitCover(const shared_ptr<ResultSet> &fileResult, const shared_ptr<ResultSet> &albumResult, ValuesBucket &values, int newCount) SetPortraitCover() argument
455 SetCover(const shared_ptr<ResultSet> &fileResult, const shared_ptr<ResultSet> &albumResult, ValuesBucket &values, const bool hiddenState, PhotoAlbumSubType subtype) SetCover() argument
508 SetImageVideoCount(int32_t newTotalCount, const shared_ptr<ResultSet> &fileResultVideo, const shared_ptr<ResultSet> &albumResult, ValuesBucket &values) SetImageVideoCount() argument
1004 SetPortraitUpdateValues(const shared_ptr<NativeRdb::RdbStore> &rdbStore, const shared_ptr<ResultSet> &albumResult, const vector<string> &fileIds, ValuesBucket &values) SetPortraitUpdateValues() argument
1044 SetUpdateValues(const shared_ptr<NativeRdb::RdbStore> &rdbStore, const shared_ptr<ResultSet> &albumResult, ValuesBucket &values, PhotoAlbumSubType subtype, const bool hiddenState) SetUpdateValues() argument
1119 ValuesBucket values; UpdateUserAlbumIfNeeded() local
1154 ValuesBucket values; UpdatePortraitAlbumIfNeeded() local
1183 ValuesBucket values; UpdateAnalysisAlbumIfNeeded() local
1213 ValuesBucket values; UpdateSourceAlbumIfNeeded() local
1242 ValuesBucket values; UpdateSysAlbumIfNeeded() local
1429 ValuesBucket values; UpdateTrashedAssetOnAlbum() local
1469 ValuesBucket values; UpdateRemoveAsset() local
1487 UpdateOwnerAlbumId(const shared_ptr<RdbStore> &rdbStore, const vector<DataShare::DataShareValuesBucket> &values, vector<int32_t> &updateIds) UpdateOwnerAlbumId() argument
[all...]
H A Dmedialibrary_data_manager.cpp559 static void ChangeUriFromValuesBucket(ValuesBucket &values) in ChangeUriFromValuesBucket() argument
791 int32_t MediaLibraryDataManager::BatchInsert(MediaLibraryCommand &cmd, const vector<DataShareValuesBucket> &values) in BatchInsert() argument
1955 ValuesBucket values; RevertPendingByFileId() local
[all...]
H A Dmedialibrary_rdbstore.cpp882 ValuesBucket values; in UpdateLastVisitTime() local
999 void MediaLibraryRdbStore::BuildValuesSql(const NativeRdb::ValuesBucket &values, vector<ValueObject> &bindArgs, in BuildValuesSql() argument
636 BatchInsert(int64_t &outRowId, const std::string &table, const std::vector<NativeRdb::ValuesBucket> &values) BatchInsert() argument
658 BatchInsert(MediaLibraryCommand &cmd, int64_t& outInsertNum, const std::vector<ValuesBucket>& values) BatchInsert() argument
1070 Update(ValuesBucket &values, const AbsRdbPredicates &predicates) Update() argument
1151 BuildInsertSystemAlbumSql(const ValuesBucket &values, const AbsRdbPredicates &predicates, string &sql, vector<ValueObject> &bindArgs) BuildInsertSystemAlbumSql() argument
1174 ValuesBucket values; PrepareSystemAlbums() local
[all...]
H A Dmedialibrary_photo_operations.cpp472 const ValuesBucket &values = cmd.GetValueBucket(); in Close() local
556 ValuesBucket &values = cmd.GetValueBucket(); in CreateV9() local
612 ValuesBucket &values = cmd.GetValueBucket(); in SolvePhotoAlbumInCreate() local
630 ValuesBucket &values = cmd.GetValueBucket(); in CreateV10() local
785 ValuesBucket values; UpdateSourcePath() local
810 ValuesBucket values; TrashPhotos() local
873 ValuesBucket values; SaveCameraPhoto() local
929 GetHiddenState(const ValuesBucket &values) GetHiddenState() argument
994 ValuesBucket values; HidePhotos() local
1012 GetFavoriteState(const ValuesBucket& values) GetFavoriteState() argument
1038 ValuesBucket values; BatchSetFavorite() local
1153 ValuesBucket &values = cmd.GetValueBucket(); UpdateOrientationAllExif() local
1191 ValuesBucket &values = cmd.GetValueBucket(); UpdateOrientationExif() local
1281 ValuesBucket values; UpdateSystemRows() local
1977 const ValuesBucket &values = cmd.GetValueBucket(); CommitEditInsert() local
2062 const ValuesBucket &values = cmd.GetValueBucket(); RevertToOrigin() local
2404 const ValuesBucket& values = cmd.GetValueBucket(); ParseMediaAssetEditData() local
2459 const ValuesBucket& values = cmd.GetValueBucket(); IsContainsData() local
2504 const ValuesBucket& values = cmd.GetValueBucket(); SaveEditDataCamera() local
2546 const ValuesBucket& values = cmd.GetValueBucket(); GetFileAsset() local
2588 const ValuesBucket& values = cmd.GetValueBucket(); FinishRequestPicture() local
2908 const ValuesBucket& values = cmd.GetValueBucket(); GetMovingPhotoCachePath() local
2950 const ValuesBucket& values = cmd.GetValueBucket(); SubmitEffectModeExecute() local
3009 const ValuesBucket& values = cmd.GetValueBucket(); SubmitCache() local
3348 const ValuesBucket &values = cmd.GetValueBucket(); ScanFileWithoutAlbumUpdate() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp379 vector<NativeRdb::ValuesBucket> values = GetInsertValues(CLONE_RESTORE_ID, fileInfos, SourceType::PHOTOS); in InsertPhoto() local
407 vector<NativeRdb::ValuesBucket> values; in GetInsertValues() local
602 NativeRdb::ValuesBucket values; in UpdateThumbnailStatusToFailed() local
804 GetThumbnailInsertValue(const FileInfo &fileInfo, NativeRdb::ValuesBucket &values) GetThumbnailInsertValue() argument
827 NativeRdb::ValuesBucket values; GetInsertValue() local
955 PrepareCommonColumnVal(NativeRdb::ValuesBucket &values, const string &columnName, const variant<int32_t, int64_t, double, string> &columnVal, const unordered_map<string, string> &commonColumnInfoMap) const PrepareCommonColumnVal() argument
1026 NativeRdb::ValuesBucket values; GetInsertValue() local
1107 vector<NativeRdb::ValuesBucket> values = GetInsertValues(albumInfos, tableName); InsertAlbum() local
1125 vector<NativeRdb::ValuesBucket> values; GetInsertValues() local
1221 NativeRdb::ValuesBucket values; GetInsertValue() local
1307 PrepareEditTimeVal(NativeRdb::ValuesBucket &values, int64_t editTime, const FileInfo &fileInfo, const unordered_map<string, string> &commonColumnInfoMap) const PrepareEditTimeVal() argument
1663 vector<NativeRdb::ValuesBucket> values = GetInsertValues(mapInfos); InsertMapByTable() local
1678 vector<NativeRdb::ValuesBucket> values; GetInsertValues() local
1888 std::vector<NativeRdb::ValuesBucket> values; GetInsertValues() local
1898 NativeRdb::ValuesBucket values; GetInsertValue() local
1917 NativeRdb::ValuesBucket values; CreateValuesBucketFromFaceTagTbl() local
2221 NativeRdb::ValuesBucket values; CreateValuesBucketFromImageFaceTbl() local
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp2417 uint8_t** values = (uint8_t**)(data); in napi_create_arraybuffer() local
2435 uint8_t** values in napi_create_sendable_arraybuffer() local
240 napi_create_object_with_named_properties(napi_env env, napi_value* result, size_t property_count, const char** keys, const napi_value* values) napi_create_object_with_named_properties() argument
[all...]
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp1540 napi_value values; in HWTEST_F() local
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp618 nlohmann::json values = json::parse(oldSortContent, nullptr, false); in RefreshFocusSessionSort() local
792 nlohmann::json values = json::parse(oldSortContent, nullptr, false); RegisterBundleDeleteEventForHistory() local
1230 nlohmann::json values = json::parse(oldSortContent, nullptr, false); SaveSessionInfoInFile() local
1394 nlohmann::json values = json::parse(oldContent, nullptr, false); SaveAvQueueInfo() local
1650 nlohmann::json values = json::parse(content, nullptr, false); StartAbilityByCall() local
1991 nlohmann::json values; DeleteHistoricalRecord() local
2027 nlohmann::json values; DeleteAVQueueInfoRecord() local
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp2849 DataShare::DataShareValuesBucket values; in HandleGettingDetailTimeKey() local
4472 DataShare::DataShareValuesBucket values; in PhotoAccessHelperIsEditedExecute() local
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp1117 ArkUI_Float32 values[item->size]; in SetTranslate() local
1156 ArkUI_Float32 values[item->size]; in SetScale() local
1192 ArkUI_Float32 values[item->size]; in SetRotate() local
1334 ArkUIInt32orFloat32 values[NUM_ in SetLinearGradient() local
1349 ArkUI_Float32 values[NUM_3]; GetLinearGradient() local
1981 ArkUI_Float32 values[NUM_16]; GetTransform() local
2371 ArkUI_Float32 values[32]; GetResponseRegion() local
2395 ArkUI_Float32 values[ALLOW_SIZE_10] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }; SetOverlay() local
2454 ArkUI_Float32 values[] = { item->value[NUM_0].f32, item->value[NUM_1].f32 }; SetBackgroundImagePosition() local
2501 ArkUIInt32orFloat32 values[NUM_13] = { SetSweepGradient() local
2557 ArkUI_Float32 values[NUM_6]; GetSweepGradient() local
2616 ArkUIInt32orFloat32 values[NUM_10] = { SetRadialGradient() local
2659 ArkUI_Float32 values[NUM_4]; GetRadialGradient() local
3357 ArkUI_Int32 values[ALLOW_SIZE_2]; GetChainMode() local
3694 ArkUI_Uint32 values[NUM_2]; GetExpandSafeArea() local
4521 ArkUI_Uint32 values[NUM_4]; SetTextInputUnderlineColor() local
4535 ArkUI_Uint32 values[NUM_4]; GetTextInputUnderlineColor() local
4690 ArkUI_Float32 values[NUM_2]; GetTextInputCaretOffset() local
4758 ArkUI_Float32 values[NUM_4]; GetTextInputContentRect() local
5009 ArkUI_Float32 values[32]; GetScrollScrollSnap() local
5241 ArkUI_Int32 values[2]; GetScrollEdgeEffect() local
5383 ArkUI_Int32 values[2]; GetScrollNestedScroll() local
5419 ArkUI_Float32 values[ALLOW_SIZE_8] = { 0.0, defaultUnit, 0.0, defaultUnit, DEFAULT_DURATION, 1, 0.0, 0.0 }; SetScrollTo() local
5443 ArkUI_Float32 values[2]; GetScrollOffset() local
5517 ArkUI_Int32 values[ALLOW_SIZE_2] = { NUM_0, DEFAULT_FALSE }; SetScrollPage() local
5597 ArkUIInt32orFloat32 values[NUM_2]; GetScrollFadingEdge() local
5790 ArkUI_Int32 values[ALLOW_SIZE_3] = { NUM_0, DEFAULT_FALSE, ArkUI_ScrollAlignment::ARKUI_SCROLL_ALIGNMENT_NONE }; SetListScrollToIndex() local
5845 ArkUI_Float32 values[NUM_3] = { item->value[NUM_1].f32, item->value[NUM_2].f32, item->value[NUM_3].f32 }; SetListDivider() local
7186 ArkUI_Int32 values[ALLOW_SIZE_1] = {0}; SetSwiperNestedScroll() local
7214 ArkUI_Int32 values[ALLOW_SIZE_2] = { 0, DEFAULT_FALSE }; SetSwiperToIndex() local
7561 ArkUI_Float32 values[NUM_3] = { item->value[NUM_1].f32, item->value[NUM_2].f32, item->value[NUM_3].f32 }; SetListItemGroupDivider() local
8196 ArkUI_Uint32 values[size]; GetTextPickerSelectedIndex() local
8212 ArkUI_Uint32 values[item->size]; SetTextPickerSelectedIndex() local
8294 ArkUI_Uint32 values[size]; GetTextPickerSelected() local
8310 ArkUI_Uint32 values[item->size]; SetTextPickerSelected() local
9616 ArkUI_Uint32 values[item->size]; SetTextDataDetectorConfig() local
9627 ArkUI_Int32 values[32]; GetTextDataDetectorConfig() local
11437 ArkUI_Float32 values[NUM_5]; GetSliderBlockStyle() local
12154 ArkUI_Int32 values[ALLOW_SIZE_3] = { NUM_0, DEFAULT_FALSE, ArkUI_ScrollAlignment::ARKUI_SCROLL_ALIGNMENT_NONE }; SetWaterFlowScrollToIndex() local
[all...]

Completed in 107 milliseconds

1...<<11121314151617181920