Home
last modified time | relevance | path

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

/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/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/device_attest/sample/client/
Ddevattest_main_client.cpp34 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/testfwk/arkxtest/uitest/record/
Dui_record.h69 std::vector<std::string> res = { in split() local
/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/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/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
/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.cpp95 uint32_t res = 0; in WuKongUtil() local
/test/xts/hats/hdf/manager/managerHdiTest/
Dservice_manager_hdi_c_test.cpp487 bool res = HdfRemoteServiceSetInterfaceDesc(sampleService, TEST_SERVICE_INTERFACE_DESC); variable
/test/xts/hats/hdf/manager/managerServiceTest/
Dservice_manager_hdi_test.cpp421 bool res = data.WriteInterfaceToken(TEST_SERVICE_INTERFACE_DESC); in TestSampleService() local
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp910 auto res = wOp.ScrollFindWidget(selector, out.exception_); in RegisterUiComponentOperators() local
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp1019 napi_value res; in getPropertyNames() local
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
DActsMediaCameraTest.cpp241 void OnFrameFinished(Camera &cam, FrameConfig &fc, FrameResult &res) override in OnFrameFinished()