Searched refs:argsIndex (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.h | 156 EcmaVM* vm, std::vector<uint32_t>& values, int32_t argsIndex); 158 EcmaVM* vm, std::vector<ArkUI_Float32>& values, int32_t argsIndex); 160 …cmaVM* vm, std::vector<ArkUI_Float32>& values, std::vector<ArkUI_Int32>& units, int32_t argsIndex); 164 EcmaVM* vm, std::vector<uint32_t>& values, int32_t argsIndex);
|
H A D | arkts_utils.cpp | 1659 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderColor() 1660 Local<JSValueRef> rightArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_1); in ParseOuterBorderColor() 1661 Local<JSValueRef> topArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderColor() 1662 Local<JSValueRef> bottomArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_3); in ParseOuterBorderColor() 1695 Local<JSValueRef> topLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderRadius() 1696 Local<JSValueRef> topRightArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_1); in ParseOuterBorderRadius() 1719 Local<JSValueRef> topLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderRadius() 1758 auto topArg = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderStyle() 1759 auto rightArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_1); in ParseOuterBorderStyle() 1760 auto bottomArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderStyle() [all …]
|
H A D | arkts_native_image_span_bridge.cpp | 39 std::vector<ArkUI_Int32>& units, int32_t argsIndex) in ParseOuterBorderRadius() argument 41 Local<JSValueRef> topLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderRadius() 42 Local<JSValueRef> topRightArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_1); in ParseOuterBorderRadius() 43 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderRadius() 44 Local<JSValueRef> bottomRightArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_3); in ParseOuterBorderRadius()
|
H A D | arkts_native_span_bridge.cpp | 44 std::vector<ArkUI_Int32>& units, int32_t argsIndex) in ParseOuterBorderRadius() argument 46 Local<JSValueRef> topLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderRadius() 47 Local<JSValueRef> topRightArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_1); in ParseOuterBorderRadius() 48 Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderRadius() 49 Local<JSValueRef> bottomRightArgs = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_3); in ParseOuterBorderRadius()
|
H A D | arkts_native_common_bridge.cpp | 957 int32_t argsIndex, bool needLocalized = false) in ParseOuterBorderColor() argument 959 Local<JSValueRef> leftArg = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderColor() 961 Local<JSValueRef> topArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderColor() 1022 int32_t argsIndex, bool needLocalized = false) in ParseOuterBorderRadius() argument 1024 Local<JSValueRef> topLeftArgs = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderRadius() 1088 auto topArg = runtimeCallInfo->GetCallArgRef(argsIndex); in ParseOuterBorderStyle() 1089 auto rightArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_1); in ParseOuterBorderStyle() 1090 auto bottomArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_2); in ParseOuterBorderStyle() 1091 auto leftArg = runtimeCallInfo->GetCallArgRef(argsIndex + NUM_3); in ParseOuterBorderStyle() 1113 int32_t argsIndex) in ParseOuterBorderDashParam() argument [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_analysis_album_operations.cpp | 83 size_t argsIndex = 0; in GetArgsValueByName() local 86 argsIndex++; in GetArgsValueByName() 89 if (argsIndex > whereArgs.size() - 1) { in GetArgsValueByName() 93 return atoi(whereArgs[argsIndex].c_str()); in GetArgsValueByName() 103 size_t argsIndex = 0; in GetAlbumId() local 106 argsIndex++; in GetAlbumId() 109 if (argsIndex > whereArgs.size() - 1) { in GetAlbumId() 113 auto albumId = whereArgs[argsIndex]; in GetAlbumId()
|
H A D | medialibrary_asset_operations.cpp | 1629 size_t argsIndex = 0; in GetAlbumIdByPredicates() local 1632 argsIndex++; in GetAlbumIdByPredicates() 1635 if (argsIndex > whereArgs.size() - 1) { in GetAlbumIdByPredicates() 1639 auto albumId = whereArgs[argsIndex]; in GetAlbumIdByPredicates()
|
H A D | medialibrary_album_operations.cpp | 731 size_t argsIndex = 0; in GetPortraitSubtype() local 734 argsIndex++; in GetPortraitSubtype() 737 if (argsIndex > whereArgs.size() - 1) { in GetPortraitSubtype() 741 return atoi(whereArgs[argsIndex].c_str()); in GetPortraitSubtype()
|
H A D | medialibrary_rdb_utils.cpp | 1668 size_t argsIndex = 0; in GetAlbumSubtypeArgument() local 1671 argsIndex++; in GetAlbumSubtypeArgument() 1674 if (argsIndex > whereArgs.size() - 1) { in GetAlbumSubtypeArgument() 1677 const string &subtype = whereArgs[argsIndex]; in GetAlbumSubtypeArgument()
|