/test/xts/hats/hdf/codec/hdi_omx_additional/ |
H A D | codec_hdi_manager_test.cpp | 62 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F() local 79 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F() local 95 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F() local 111 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F() local 127 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F() local 143 auto err = manager_->GetComponentCapabilityList(capList, count); HWTEST_F() local 160 auto err = manager_->GetComponentCapabilityList(capList, count); HWTEST_F() local 351 auto err = manager_->GetComponentCapabilityList(capList, 0); HWTEST_F() local 365 auto err = manager_->GetComponentCapabilityList(capList, 100000); HWTEST_F() local 383 auto err = manager_->GetComponentCapabilityList(capList, count); HWTEST_F() local 416 auto err = manager_->GetComponentCapabilityList(capList, count); HWTEST_F() local [all...] |
/test/xts/hats/hdf/codec/hdi_omx/ |
H A D | codec_hdi_manager_test.cpp | 64 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F() local 100 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F() local
|
H A D | codec_hdi_omx_test.cpp | 150 auto err = component_->UseBuffer(component_, (uint32_t)portIndex, omxBuffer.get()); in UseBufferOnPort() local 207 auto err = gralloc_->AllocMem(alloc, *bufferHandle); in InitBufferHandle() local 231 auto err = manager_->GetComponentCapabilityList(capList, count); in SetUpTestCase() local 800 auto err = component_->UseBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_INPUT, omxBuffer.get()); in HWTEST_F() local 823 auto err = component_->UseBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, omxBuffer.get()); in HWTEST_F() local 846 auto err = component_->UseBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_INPUT, omxBuffer.get()); HWTEST_F() local 869 auto err = component_->UseBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, omxBuffer.get()); HWTEST_F() local 884 auto err = component_->GetParameter(component_, OMX_IndexParamPortDefinition, (int8_t *)¶m, sizeof(param)); HWTEST_F() local 901 auto err = component_->SendCommand(component_, OMX_CommandStateSet, OMX_StateIdle, NULL, 0); HWTEST_F() local 935 auto err = component_->GetParameter(component_, OMX_IndexParamPortDefinition, (int8_t *)¶m, sizeof(param)); HWTEST_F() local 953 auto err = component_->SendCommand(component_, OMX_CommandStateSet, OMX_StateIdle, NULL, 0); HWTEST_F() local 991 auto err = component_->GetParameter(component_, OMX_IndexParamPortDefinition, (int8_t *)¶m, sizeof(param)); HWTEST_F() local 1011 auto err = component_->GetParameter(component_, OMX_IndexParamPortDefinition, (int8_t *)¶m, sizeof(param)); HWTEST_F() local 1027 auto err = component_->SendCommand(component_, OMX_CommandStateSet, OMX_StateIdle, NULL, 0); HWTEST_F() local 1043 auto err = component_->SendCommand(component_, OMX_CommandStateSet, OMX_StateIdle, NULL, 0); HWTEST_F() local 1066 auto err = component_->UseBuffer(component_, static_cast<uint32_t>(PortIndex::PORT_INDEX_INPUT), omxBuffer.get()); HWTEST_F() local 1103 auto err = component_->SendCommand(component_, OMX_CommandStateSet, OMX_StateIdle, NULL, 0); HWTEST_F() local 1282 auto err = component_->GetParameter(component_, OMX_IndexParamPortDefinition, (int8_t *)¶m, sizeof(param)); HWTEST_F() local 1326 auto err = component_->GetParameter(component_, OMX_IndexParamPortDefinition, (int8_t *)¶m, sizeof(param)); HWTEST_F() local [all...] |
/test/xts/hats/kernel/madvise/ |
H A D | MadviseApiTest.cpp | 87 int err = madvise(addr, PAGE_SIZE, MADV_COLD); in HWTEST_F() local 262 int err = madvise(addr, PAGE_SIZE, MADV_WIPEONFORK); in HWTEST_F() local 288 int err = madvise(addr, PAGE_SIZE, MADV_WIPEONFORK); in HWTEST_F() local 307 int err = madvise(addr, PAGE_SIZE, MADV_WIPEONFORK); in HWTEST_F() local 342 int err = madvise(addr, PAGE_SIZE, MADV_WIPEONFORK); HWTEST_F() local 380 int err = madvise(addr, PAGE_SIZE, MADV_WIPEONFORK); HWTEST_F() local 420 int err = madvise(addr, PAGE_SIZE, MADV_WIPEONFORK); HWTEST_F() local [all...] |
/test/xts/hats/hdf/codec/hdi_image_additional/ |
H A D | codec_hdi_jpeg_test.cpp | 48 auto err = hdiBuffer_->AllocMem(alloc, bufferHandle); in InitOutBuffer() local
|
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_hdi_omx_dec_test.cpp | 57 auto err = g_manager->GetComponentCapabilityList(capList, count); in SetUpTestCase() local 127 auto err = func_->UseBufferOnPort(g_component, PortIndex::INDEX_INPUT, param.nBufferCountActual, in HWTEST_F() local 172 auto err = g_manager->GetComponentCapabilityList(capList, count); HWTEST_F() local [all...] |
H A D | codec_hdi_omx_enc_test.cpp | 55 auto err = g_manager->GetComponentCapabilityList(capList, count); in SetUpTestCase() local 420 auto err = func_->UseBufferOnPort(g_component, PortIndex::INDEX_INPUT, param.nBufferCountActual, in HWTEST_F() local 445 auto err = func_->UseBufferOnPort(g_component, PortIndex::INDEX_OUTPUT, param.nBufferCountActual, in HWTEST_F() local 469 auto err = func_->InitBufferHandleParameter(g_component, param, inputIndex, CODEC_BUFFER_TYPE_DYNAMIC_HANDLE); HWTEST_F() local [all...] |
H A D | codec_function_utils.cpp | 207 int32_t err = component->UseBuffer(static_cast<uint32_t>(port), *omxBuffer.get(), outBuffer);
in UseBufferOnPort() local 243 auto err = component->AllocateBuffer(static_cast<uint32_t>(port), *omxBuffer.get(), outBuffer);
in AllocateBufferOnPort() local
|
/test/xts/hats/hdf/codec/hdi_image/ |
H A D | codec_hdi_jpeg_test.cpp | 52 auto err = hdiBuffer_->AllocMem(alloc, bufferHandle); in InitOutBuffer() local
|
/test/testfwk/arkxtest/uitest/cj/ |
H A D | ui_event_observer_impl.cpp | 38 void UiEventObserverImpl::PreprocessCallOnce(ApiCallInfo &call, int64_t callbackId, ApiCallErr &err) in PreprocessCallOnce() argument
|
/test/testfwk/arkxtest/uitest/napi/ |
H A D | ui_event_observer_napi.cpp | 38 PreprocessCallOnce(napi_env env, ApiCallInfo &call, napi_value jsThis, napi_value* argv, ApiCallErr &err) PreprocessCallOnce() argument
|
/test/xts/acts/appexecfwk_lite/appexecfwk_hal/src/ |
H A D | bundle_mgr_test.c | 109 errno_t err = strncpy_s(abilityInfo.bundleName, len + 1, name, len); variable 132 errno_t err = strncpy_s(abilityInfo.bundleName, len + 1, name, len); variable 155 errno_t err = strncpy_s(bundleInfo.bundleName, len + 1, name, len); variable 178 errno_t err = strncpy_s(bundleInfo.bundleName, len + 1, name, len); variable 201 errno_t err = strncpy_s(moduleInfo.moduleName, len + 1, name, len); global() variable 224 errno_t err = strncpy_s(moduleInfo.moduleName, len + 1, name, len); global() variable [all...] |
/test/xts/acts/arkui/libuv/src/ |
H A D | ActsLibuvTest.cpp | 100 int err = 0; in HWTEST_F() local
|
/test/xts/hats/kernel/mmap_v/ |
H A D | MmapVApiTest.cpp | 138 int err = sscanf_s(p, "Rss: %d KB", &rss); in TstSmaps() local
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | server_main.cpp | 149 auto err = ApiCallErr(NO_ERROR); in DumpLayout() local 110 DumpLayoutImpl(string_view path, bool listWindows, bool initController, bool addExternAttr, ApiCallErr &err) DumpLayoutImpl() argument [all...] |
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_agent.cpp | 101 int err = ::bind(serverSockFd, reinterpret_cast<struct sockaddr *>(&addr), sizeof(addr));
in InitAgentServer() local
|
/test/xts/hats/hdf/codec/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 95 auto err = manager_->GetComponentCapabilityList(capList, count);
in Init() local
|
/test/xts/hats/hdf/codec/hdi_component_additional/ |
H A D | codec_component_test.cpp | 97 auto err = g_manager->GetComponentCapabilityList(capList, count); in SetUpTestCase() local 1421 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); in HWTEST_F() local 1442 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); in HWTEST_F() local 1463 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_LOADED, cmdData); HWTEST_F() local 1491 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); HWTEST_F() local 1525 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); HWTEST_F() local 1545 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); HWTEST_F() local 1566 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); HWTEST_F() local 1587 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); HWTEST_F() local 1608 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); HWTEST_F() local 1629 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); HWTEST_F() local 1650 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); HWTEST_F() local 1671 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, cmdData); HWTEST_F() local 1692 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StateExecuting, cmdData); HWTEST_F() local 1720 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StateLoaded, cmdData); HWTEST_F() local 1736 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StateExecuting, cmdData); HWTEST_F() local 1753 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StateIdle, cmdData); HWTEST_F() local 1769 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StateInvalid, cmdData); HWTEST_F() local 1785 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StateWaitForResources, cmdData); HWTEST_F() local 1801 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StatePause, cmdData); HWTEST_F() local 1819 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StateExecuting, cmdData); HWTEST_F() local 1836 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StateExecuting, cmdData); HWTEST_F() local 1853 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StateExecuting, cmdData); HWTEST_F() local 1870 auto err = g_component->SendCommand(CODEC_COMMAND_STATE_SET, OMX_StateIdle, cmdData); HWTEST_F() local [all...] |
/test/xts/tools/lite/checksum/src/ |
H A D | checksum_file.c | 66 errno_t err; in GetChecksumResult() local 163 errno_t err; in CreatePathName() local [all...] |
/test/testfwk/arkxtest/uitest/connection/ |
H A D | ipc_transactor.cpp | 369 void ApiTransactor::SendBroadcastCommand(const OHOS::AAFwk::Want &cmd, ApiCallErr &err) in SendBroadcastCommand() argument [all...] |
/test/testfwk/arkxtest/uitest/addon/ |
H A D | extension_executor.cpp | 179 auto err = ApiCallErr(NO_ERROR);
in AtomicTouch() local [all...] |
/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 217 int err = Z_OK; HWTEST_F() local 266 int err = Z_OK; HWTEST_F() local 309 int err = Z_OK; HWTEST_F() local 369 int err = Z_OK; HWTEST_F() local 409 int err = Z_OK; HWTEST_F() local 451 int err = Z_OK; HWTEST_F() local 490 int err = Z_OK; HWTEST_F() local 528 int err = Z_OK; HWTEST_F() local 609 uLong err = Z_ERRNO; HWTEST_F() local 650 int err = Z_OK; HWTEST_F() local 711 int err = Z_OK; HWTEST_F() local 744 uLong err = Z_ERRNO; HWTEST_F() local 1041 int err = Z_OK; HWTEST_F() local 1058 int err = Z_OK; HWTEST_F() local 1210 long err = 0L; HWTEST_F() local 1375 unsigned long err; HWTEST_F() local 1397 int err = Z_OK; HWTEST_F() local 1420 int err = Z_OK; HWTEST_F() local 1458 int err = Z_OK; HWTEST_F() local 1491 int err = Z_OK; HWTEST_F() local 1590 int err = Z_OK; HWTEST_F() local 1629 int err = Z_OK; HWTEST_F() local 1663 int err = Z_OK; HWTEST_F() local 1695 int err = Z_OK; HWTEST_F() local 1727 int err = Z_OK; HWTEST_F() local 1773 const char* err; HWTEST_F() local 1786 static const char* err; HWTEST_F() local [all...] |
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/ |
H A D | napi_init.cpp | 318 int err = 0;
in OH_PreferencesOption_Destroy_0200() local
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_driver.cpp | 221 const Widget *UiDriver::RetrieveWidget(const Widget &widget, ApiCallErr &err, bool updateUi) in RetrieveWidget() argument 286 FindWidgets(const WidgetSelector &selector, vector<unique_ptr<Widget>> &rev, ApiCallErr &err, bool updateUi) FindWidgets() argument 332 WaitForWidget(const WidgetSelector &selector, const UiOpArgs &opt, ApiCallErr &err) WaitForWidget() argument 357 PerformTouch(const TouchAction &touch, const UiOpArgs &opt, ApiCallErr &err) PerformTouch() argument 370 PerformMouseAction(const MouseAction &touch, const UiOpArgs &opt, ApiCallErr &err) PerformMouseAction() argument 383 TakeScreenCap(int32_t fd, ApiCallErr &err, Rect rect) TakeScreenCap() argument 403 FindWindow(function<bool(const Window &)> matcher, ApiCallErr &err, bool updateTitle) FindWindow() argument 419 RetrieveWindow(const Window &window, ApiCallErr &err, bool updateTitle) RetrieveWindow() argument [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | netdbndk.cpp | 301 int err;
in GetHostByName2R() local
|