Searched refs:NUMBER_2 (Results 1 - 5 of 5) sorted by relevance
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/ |
H A D | animator_event_test.cpp | 34 static int NUMBER_2 = 2; variable 116 if (targetId == NUMBER_2) { in OnEventReceive3() 127 if (targetId == NUMBER_2) { in OnEventReceive4() 138 if (targetId == NUMBER_2) { in OnEventReceive5() 149 if (targetId == NUMBER_2) { in OnEventReceive6() 342 nodeAPI->registerNodeEvent(play, NODE_ON_CLICK, NUMBER_2, nullptr); in testAnimatorRegisterOnFrame_003() 413 nodeAPI->registerNodeEvent(play, NODE_ON_CLICK, NUMBER_2, nullptr); in testAnimatorRegisterOnFinish_004() 490 nodeAPI->registerNodeEvent(play, NODE_ON_CLICK, NUMBER_2, nullptr); in testAnimatorRegisterOnCancel_005() 567 nodeAPI->registerNodeEvent(play, NODE_ON_CLICK, NUMBER_2, nullptr); in testAnimatorRegisterOnRepeat_006()
|
/test/xts/acts/graphic/nativebuffer/entry/src/main/cpp/ |
H A D | nativebuffer.cpp | 32 #define NUMBER_2 2
macro 424 napi_create_array_with_length(env, NUMBER_2, &result);
in OHNativeBufferFromNativeWindowBufferNullptr() 496 napi_set_element(env, result, NUMBER_2, result1);
in OHNativeBufferFromNativeWindowBufferNormal() 613 napi_create_array_with_length(env, NUMBER_2, &result);
in OHNativeBuffeMapPlanesNullptr() 780 napi_create_int32(env, NUMBER_1000 * index + NUMBER_2, &result);
in OHNativeBufferSetColorSpaceNormal() 838 napi_set_element(env, result, NUMBER_2, result1);
in OHNativeBufferGetColorSpaceNullptr() 1055 uint8_t metadata = NUMBER_2;
in OHNativeBufferSetMetadataValueTimes() 1466 uint8_t metadata = NUMBER_2;
in OHNativeBufferSetNullMetadataValue() 1476 napi_create_array_with_length(env, NUMBER_2, &result);
in OHNativeBufferSetMetadataValueNullptr() 1486 uint8_t metadata = NUMBER_2;
in OHNativeBufferSetMetadataValueNullptr() [all...] |
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/ |
H A D | nativevsync.cpp | 29 #define NUMBER_2 2 macro 169 unsigned int length = NUMBER_2; in OHNativeVSyncCreateNotEq() 186 napi_create_array_with_length(env, NUMBER_2, &result); in OHNativeVSyncCreateNormal()
|
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/ |
H A D | mian.cpp | 23 const static int NUMBER_2 = 2; variable 225 case NUMBER_2: in GetPosition() 236 case NUMBER_2: in GetType() 261 napi_get_value_int32(env, args[NUMBER_2], &index); in OHCreateCameraInputWithPositionAndType()
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
H A D | main.cpp | 24 const static int NUMBER_2 = 2; variable 1325 napi_get_value_int32(env, args[NUMBER_2], &index); in OHCaptureSessionCanPreconfigWithRatio() 1372 napi_get_value_int32(env, args[NUMBER_2], &index); in OHCaptureSessionPreconfigWithRatio() 1618 napi_value args[NUMBER_2] = {nullptr}; in OHPhotoOutputEnableMovingPhoto()
|
Completed in 15 milliseconds