Searched refs:int32Value (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | union_image_effect___data_value.md | 22 | int32_t [int32Value](#int32value) | 整形值,对应[EFFECT_DATA_TYPE_INT32](_image_effect.md)。 | 70 ### int32Value subsection 73 int32_t ImageEffect_DataValue::int32Value
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | union_image_effect___data_value.md | 22 | int32_t [int32Value](#int32value) | Integer value, corresponding to [EFFECT_DATA_TYPE_INT32](_ima… 74 ### int32Value subsection 77 int32_t ImageEffect_DataValue::int32Value
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | node_object_test.cpp | 49 int32_t int32Value = 5; variable 57 nodeObject->Put(nullptr, int32Value); 70 nodeObject->Put(const_cast<char*>(str.c_str()), int32Value);
|
H A D | uobject_test.cpp | 69 int32_t int32Value = 5; variable 70 uObject.AddItemToObject("int32_t", int32Value);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/utils/ |
H A D | database_utils.cpp | 144 … int32_t int32Value = get<int32_t>(ResultSetUtils::GetValFromColumn(name, resultSet, type)); in GetStrFromResultSet() local 145 str = std::to_string(int32Value); in GetStrFromResultSet()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/ |
H A D | unified_meta.cpp | 595 auto int32Value = std::get_if<int32_t>(&variant); in GetVariantSize() local 596 if (int32Value != nullptr) { in GetVariantSize()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | native_common_utils.cpp | 79 any = value->dataValue.int32Value; in ParseOHAny() 109 value->dataValue.int32Value) != ErrorCode::SUCCESS, ErrorCode::SUCCESS); in SwitchToOHAny()
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | native_image_effect_unittest.cpp | 1233 runningType.dataValue.int32Value = ipType; 1287 runningType.dataValue.int32Value = ipType; 1341 runningType.dataValue.int32Value = ipType; 1386 runningType.dataValue.int32Value = ipType; 1429 runningType.dataValue.int32Value = ipType; 1515 runningType.dataValue.int32Value = ipType; 1563 runningType.dataValue.int32Value = ipType;
|
H A D | TestUtils.cpp | 47 value.dataValue.int32Value = 123;
|
H A D | image_effect_capi_unittest.cpp | 184 value.dataValue.int32Value = 2; 226 value.dataValue.int32Value = 1;
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/kits/native/ |
H A D | image_effect_filter.h | 135 int32_t int32Value; member
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_util.cpp | 268 int32_t int32Value = 0; in ParseInt32Value() local 269 napi_status ret = napi_get_value_int32(env, value, &int32Value); in ParseInt32Value() 274 return int32Value; in ParseInt32Value()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 2347 int32_t int32Value = 0; in GetPropertyInt32Vec() local 2348 napi_get_value_int32(env, element, &int32Value); in GetPropertyInt32Vec() 2349 result.push_back(int32Value); in GetPropertyInt32Vec()
|