Searched refs:outSize (Results 1 – 4 of 4) sorted by relevance
| /test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkNormal/entry/src/main/cpp/ |
| D | inputndk.cpp | 909 int32_t outSize = 0; in GetDeviceIds() local 911 Input_Result retResult = OH_Input_GetDeviceIds(deviceIds, inSize, &outSize); in GetDeviceIds() 920 int32_t *outSize = nullptr; in GetDeviceIds2() local 922 Input_Result retResult = OH_Input_GetDeviceIds(deviceIds, inSize, outSize); in GetDeviceIds2() 931 int32_t outSize = 0; in GetDeviceIds3() local 933 Input_Result retResult = OH_Input_GetDeviceIds(deviceIds, inSize, &outSize); in GetDeviceIds3() 934 napi_create_int32(env, (retResult == INPUT_SUCCESS && outSize == 1) ? 1 : 0, &result); in GetDeviceIds3() 942 int32_t outSize = 0; in GetDeviceIds4() local 944 Input_Result retResult = OH_Input_GetDeviceIds(deviceIds, inSize, &outSize); in GetDeviceIds4() 945 napi_create_int32(env, (retResult == INPUT_SUCCESS && outSize == 0) ? 1 : 0, &result); in GetDeviceIds4() [all …]
|
| /test/testfwk/arkxtest/uitest/test/ |
| D | extension_test.cpp | 200 size_t outSize = 0; in TEST_F() local 201 auto recv = ReceiveBuffer {.data = buf, .capacity = bufSize, .size = &outSize}; in TEST_F() 203 ASSERT_EQ(VERSION.length(), outSize); in TEST_F() 206 … auto recvShort = ReceiveBuffer {.data = buf, .capacity = VERSION.length() - 1, .size = &outSize}; in TEST_F() 218 size_t outSize = 0; in TEST_F() local 219 auto recv = ReceiveBuffer {.data = buf, .capacity = bufSize, .size = &outSize}; in TEST_F() 232 ASSERT_EQ(0, outSize); in TEST_F()
|
| /test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/ |
| D | PictureNdk.cpp | 588 size_t outSize = 0; in PackToDataFromPicture() local 589 napi_get_buffer_info(env, argValue[NUM_0], (void **)&outData, &outSize); in PackToDataFromPicture() 596 outData, &outSize) != IMAGE_SUCCESS) { in PackToDataFromPicture() 1772 size_t outSize = 0; in PackToDataFromPictureErrorCode() local 1773 napi_get_buffer_info(env, argValue[NUM_0], (void **)&outData, &outSize); in PackToDataFromPictureErrorCode() 1779 g_ctx.picture, outData, &outSize); in PackToDataFromPictureErrorCode()
|
| /test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/ohosTest/ets/test/ |
| D | PictureNdk.test.ets | 2211 let outSize: image.Size = ndkTest.AuxiliaryPictureInfoGetSize(); 2212 expect(outSize.width).assertEqual(inSize.width); 2213 expect(outSize.height).assertEqual(inSize.height);
|