Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 33) sorted by relevance

12

/test/xts/acts/multimedia/audio/audio_js_standard/audio_ndk_test/entry/src/main/cpp/napi/
DaudioTest.cpp28 napi_value res; in CreateAudioCapture() local
50 napi_value res; in AudioCaptureGenerate() local
65 napi_value res; in AudioCaptureGenerateErr() local
80 napi_value res; in AudioCaptureStart() local
95 napi_value res; in AudioCaptureStartErr() local
109 napi_value res; in AudioCapturePause() local
123 napi_value res; in AudioCapturePauseErr() local
137 napi_value res; in AudioCaptureStop() local
150 napi_value res; in AudioCaptureStopErr() local
165 napi_value res; in AudioCaptureFlush() local
[all …]
/test/xts/acts/multimedia/media/media_js_standard/codec_ndk_test/entry/src/main/cpp/
Dhello.cpp39 napi_value res; in Demuxer() local
49 napi_value res; in CreateAudioCapture() local
87 napi_value res; in Capability() local
128 napi_value res; in VideoEncoder() local
167 napi_value res; in VideoDecoder() local
205 napi_value res; in AudioDecodeTest() local
243 napi_value res; in AudioEncodeTest() local
284 napi_value res; in AVMuxerTest() local
300 napi_value res; in AVMemoryTest() local
350 napi_value res; in AVFormatTest() local
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
Dimage_receiver_mdk_test.cpp90 int32_t res = OH_Image_Receiver_CreateImageReceiver(env, receiverInfo, &receiver); in JsCreateImageReceiver() local
120 int32_t res = OH_Image_Receiver_GetReceivingSurfaceId(native, buf, ID_SIZE); in JsGetReceivingSurfaceId() local
141 int32_t res = OH_Image_Receiver_ReadLatestImage(native, &result); in JsReadLatestImage() local
159 int32_t res = OH_Image_Receiver_ReadNextImage(native, &result); in JsReadNextImage() local
183 int32_t res = OH_Image_Receiver_On(native, OnEvent); in JsOn() local
199 int32_t res = OH_Image_Receiver_Release(native); in JsReceiverRelease() local
230 int32_t res = OH_Image_Receiver_GetSize(native, &size); in JsGetSize() local
251 int32_t res = OH_Image_Receiver_GetCapacity(native, &capacity); in JsGetCapacity() local
269 int32_t res = OH_Image_Receiver_GetFormat(native, &format); in JsGetFormat() local
308 int32_t res = OH_Image_Release(native); in JsImageRelease() local
[all …]
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
DscreenCaptureTest.cpp325 napi_value res; in InitWidthErr() local
343 napi_value res; in InitHeightErr() local
360 napi_value res; in InitVideoSourceYUV() local
377 napi_value res; in InitVideoSourceES() local
407 napi_value res; in WithoutAudioData() local
433 napi_value res; in InitAudioSampleRate_01() local
452 napi_value res; in InitAudioSampleRate_02() local
471 napi_value res; in InitAudioSampleRate_03() local
489 napi_value res; in InitAudioChannels_01() local
508 napi_value res; in InitAudioChannels_02() local
[all …]
/test/xts/acts/storage/storagefileiojstest/src/main/js/test/module_fileio/members/
Dopen.test.js59 .then(function (res) { argument
88 .then(function (res) { argument
116 .then(function (res) { argument
144 .then(function (res) { argument
173 .then(function (res) { argument
204 .then(function (res) { argument
235 .then(function (res) { argument
Dmkdtemp.test.js100 fileio.mkdtemp(dpath, function (err, res) { argument
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
Dimage_pixel_map_imgndk_test.cpp162 int32_t res = OH_PixelMap_CreatePixelMap(env, createOps, buffer, bufferSize, &pixelmap); in CreatePixelMap() local
184 int32_t res = OH_PixelMap_CreateAlphaPixelMap(env, argValue[NUM_0], &alphaPixelmap); in CreateAlphaPixelMap() local
228 int32_t res = OH_PixelMap_GetBytesNumberPerRow(native, &rowBytes); in GetBytesNumberPerRow() local
248 int32_t res = OH_PixelMap_GetIsEditable(native, &editable); in GetIsEditable() local
268 int32_t res = OH_PixelMap_IsSupportAlpha(native, &supportAlpha); in IsSupportAlpha() local
299 int32_t res = OH_PixelMap_SetAlphaAble(native, alphaAble); in SetAlphaAble() local
315 int32_t res = OH_PixelMap_GetDensity(native, &density); in GetDensity() local
348 int32_t res = OH_PixelMap_SetDensity(native, density); in SetDensity() local
377 int32_t res = OH_PixelMap_SetOpacity(native, static_cast<float>(opacity)); in SetOpacity() local
406 int32_t res = OH_PixelMap_Scale(native, static_cast<float>(x), static_cast<float>(y)); in Scale() local
[all …]
/test/xts/acts/hiviewdfx/hilogtest/hilogjstest/src/main/cpp/
Dhilogndk.cpp21 napi_value res = nullptr; in OhIsLoggableTest() local
29 napi_value res = nullptr; in OhPrintTest() local
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_test.cpp71 static bool GetBoolProperty(napi_env env, napi_value root, const char* utf8name, int8_t* res) in GetBoolProperty()
85 static bool GetInt32Property(napi_env env, napi_value root, const char* utf8name, int32_t* res) in GetInt32Property()
96 static bool GetUint32Property(napi_env env, napi_value root, const char* utf8name, uint32_t* res) in GetUint32Property()
260 static napi_value createResultValue(napi_env env, int32_t resCode, napi_value res = nullptr) in createResultValue()
296 int32_t res = OH_ImageSource_Create(env, &src, &ops, &imageSource); in Create() local
320 int32_t res = OH_ImageSource_CreateIncremental(env, &src, &ops, &imageSource); in CreateIncremental() local
371 int32_t res = OH_ImageSource_CreatePixelMap(native, &ops, &pixelmap); in CreatePixelMap() local
391 int32_t res = OH_ImageSource_CreatePixelMapList(native, &ops, &pixelmapList); in CreatePixelMapList() local
416 int32_t res = OH_ImageSource_GetDelayTime(native, &timeList); in GetDelayTime() local
446 int32_t res = OH_ImageSource_GetFrameCount(native, &frameCount); in GetFrameCount() local
[all …]
/test/xts/device_attest/sample/client/
Ddevattest_main_client.cpp24 int res = DelayedSingleton<DevAttestClient>::GetInstance()->GetAttestStatus(attestResultInfo); in main() local
/test/xts/tools/build/
DjudgePart.py43 res = get_modulename_by_buildtarget(global_parts_info,tmp_subsystem_part) variable
/test/ostest/wukong/test_flow/src/
Dtest_flow.cpp94 bool res = semStop_.Open(); in Run() local
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
DActsVideoDecEncNdkTest.cpp55 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc() local
71 bool res = OH_AVFormat_GetDoubleValue(OutDesc, OH_MD_KEY_FRAME_RATE, &dout); in CheckDecDesc() local
/test/xts/dcts/distributedhardware/distributedaudiotest/
Ddaudio_automat_test.cpp24 std::string res = "true"; variable
/test/xts/acts/kernel_lite/sys_posix/src/
DSysApiTest.cpp272 char res[64]; in TestRegcomp() local
522 unsigned short *res = seed48(seed); variable
550 void CheckStdPrint(const char *res) in CheckStdPrint()
/test/ostest/wukong/shell_command/src/
Dwukong_shell_command.cpp126 ErrCode res = testFlow->CheckVaildityCmd(); in RunTestCommand() local
Dwukong_main.cpp96 bool res = sem.Open(); in InitSemaphore() local
/test/testfwk/arkxtest/uitest/record/
Dui_record.h118 std::vector<std::string> res = { in split() local
/test/xts/acts/kernel_lite/time_posix/src/
DTimeUtilsTest.cpp205 struct tm res = {0}; variable
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
Dresource_manager_test.cpp1395 std::string res = tmp->GetResourcePath(); variable
1434 std::string res = tmp->GetResourcePath(); variable
1471 std::string res = tmp->GetResourcePath(); variable
1510 std::string res = tmp->GetResourcePath(); variable
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
DActsCodecFormatNdkTest.cpp45 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc() local
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
DActsAudioDecEncNdkTest.cpp65 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc() local
/test/ostest/wukong/component_event/src/
Dtree_manager.cpp49 auto res = Accessibility::RET_OK; in RecursGetChildElementInfo() local
/test/ostest/wukong/input_factory/src/
Drecord_input.cpp53 std::vector<std::string> res = {std::sregex_token_iterator(in.begin(), in.end(), reg, -1), in split() local
/test/ostest/wukong/common/src/
Dwukong_util.cpp98 uint32_t res = 0; in WuKongUtil() local
375 std::string res = Common::runProcess(uitestCmd); in WukongScreenCap() local

12