/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/ |
H A D | proxy_session_file_test.cpp | 252 int32_t cnt, bool ex = false); 376 void AuthSessionTest::TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex) in TestSendMessage() argument 383 if (ex) { in TestSendMessage() 395 void AuthSessionTest::TestSendBytes(int32_t sendCnt, const char *data, uint32_t len, bool ex) in TestSendBytes() argument 402 if (ex) { in TestSendBytes() 413 int32_t cnt, bool ex) in TestSendFile() argument 420 if (ex) { in TestSendFile() 428 if (!ex) { in TestSendFile() 445 TestSendBytes(transInfo.sendNum, data, ex ? SEND_DATA_SIZE_1M : SEND_DATA_SIZE_4K, ex); in TransTest() 454 TestSendMessage(transInfo.sendNum, data, ex ? SEND_DATA_SIZE_1M : SEND_DATA_SIZE_1K, ex); in TransTest() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/ |
H A D | auth_session_test2.cpp | 224 static void TestSendBytes(int32_t sendCnt, const char *data, uint32_t len, bool ex = false); 227 int32_t cnt, bool ex = false); 230 static void TransTest(TransTestInfo &transInfo, int32_t testDataType, bool ex = false); 362 if (ex) { in TestSendMessage() 374 void AuthSessionTest::TestSendBytes(int32_t sendCnt, const char *data, uint32_t len, bool ex) in TestSendBytes() argument 381 if (ex) { in TestSendBytes() 392 int32_t cnt, bool ex) in TestSendFile() argument 399 if (ex) { in TestSendFile() 410 void AuthSessionTest::TransTest(TransTestInfo &transInfo, int32_t testDataType, bool ex) in TransTest() argument 421 TestSendBytes(transInfo.sendNum, data, ex ? SEND_DATA_SIZE_1M : SEND_DATA_SIZE_4K, ex); in TransTest() [all …]
|
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v2.0/src/ |
H A D | cf_adapter_extension_openssl.c | 171 X509_EXTENSION *ex = sk_X509_EXTENSION_value(exts, i); in GetExtensionIndexArray() local 172 if (ex == NULL) { in GetExtensionIndexArray() 177 int crit = X509_EXTENSION_get_critical(ex); in GetExtensionIndexArray() 224 if (ex == NULL) { in DeepCopyOidsToOut() 302 X509_EXTENSION *ex = sk_X509_EXTENSION_value(exts, i); in CfOpensslHasUnsupportedCriticalExtension() local 303 if (ex == NULL) { in CfOpensslHasUnsupportedCriticalExtension() 308 int crit = X509_EXTENSION_get_critical(ex); in CfOpensslHasUnsupportedCriticalExtension() 366 X509_EXTENSION *ex = sk_X509_EXTENSION_value(exts, i); in FoundExtMatchedNid() local 367 if (ex == NULL) { in FoundExtMatchedNid() 372 int nid = OBJ_obj2nid(X509_EXTENSION_get_object(ex)); in FoundExtMatchedNid() [all …]
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 30 #define SWAP_START_END(sx, sy, ex, ey, dx, dy, dir) \ argument 154 int16_t ex = end.x; in DrawWuLine() local 156 uint16_t dx = MATH_ABS(ex - sx); in DrawWuLine() 159 SWAP_START_END(sx, sy, ex, ey, dx, dy, dir); in DrawWuLine() 169 float x2 = ex + offset; in DrawWuLine() 170 float y2 = ey + (x2 - ex) * plot; in DrawWuLine() 171 float x3 = ex - offset; in DrawWuLine() 172 float y3 = ey + (x3 - ex) * plot; in DrawWuLine() 445 int16_t ex = end.x; in DrawThinWuLine() local 447 uint16_t dx = MATH_ABS(ex - sx); in DrawThinWuLine() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/ |
H A D | AppLaunchMonitor.cpp | 57 } catch (std::logic_error& ex) { in ExecuteProcessAppEvtTaskInMainThr() local 58 HIVIEW_LOGD("exception error:%{public}s", std::string(ex.what()).c_str()); in ExecuteProcessAppEvtTaskInMainThr() 67 } catch (std::logic_error& ex) { in ReportMetrics() local 68 HIVIEW_LOGE("ReportMetrics error: %{public}s", std::string(ex.what()).c_str()); in ReportMetrics()
|
H A D | JankAnimatorMonitor.cpp | 57 } catch (std::invalid_argument& ex) { in HandleMainThrEvt() local 83 } catch (std::logic_error& ex) { in ReportMetrics() local 84 … HIVIEW_LOGE("JankAnimatorMonitor ObtainId error: %{public}s", std::string(ex.what()).c_str()); in ReportMetrics()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/ |
H A D | SimpleAppStartReporterAdapter.cpp | 30 } catch (std::logic_error& ex) { in ReportNormal() local 31 … HIVIEW_LOGE("[SimpleAppStartReporterAdapter::ReportNormal] exception:%{public}s", ex.what()); in ReportNormal() 40 } catch (std::logic_error& ex) { in ReportCritical() local 41 … HIVIEW_LOGE("[SimpleAppStartReporterAdapter::ReportCritical] exception:%{public}s", ex.what()); in ReportCritical()
|
H A D | JankAnimatorReporterAdapter.cpp | 46 catch (std::logic_error& ex) { in ReportNormal() local 47 HIVIEW_LOGE("[JankAnimatorReporterAdapter ReportNormal] exception: %{public}s", ex.what()); in ReportNormal() 62 catch (std::logic_error& ex) { in ReportCritical() local 63 HIVIEW_LOGE("[JankAnimatorReporterAdapter::ReportCritical] exception: %s", ex.what()); in ReportCritical()
|
H A D | AppStartReporterAdapter.cpp | 36 } catch (std::logic_error& ex) { in ReportNormal() local 37 HIVIEW_LOGE("[AppStartReporterAdapter::ReportNormal] exception:%{public}s", ex.what()); in ReportNormal()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/ |
H A D | changelogs-graphic.md | 58 }).catch(ex => console.log("getEffectPixelMap error: " + ex.toString()));
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_definition.h | 176 virtual void AddExtensions(std::vector<std::string> ex) in AddExtensions() 178 auto iter = ex.begin(); in AddExtensions() 179 while (iter != ex.end()) { in AddExtensions()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/ |
H A D | changelogs-graphic.md | 60 }).catch(ex => console.log("getEffectPixelMap error: " + ex.toString()));
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-Java-secure-coding-guide.md | 116 } catch (MyBizException ex) { 139 } catch (MyBizException ex) { 424 } catch (IOException ex) { 708 } catch (IOException ex) { 1081 } catch (SQLException ex) { 1103 } catch (SQLException ex) { 1340 } catch (SAXException ex) { 1751 } catch (TransformerException ex) { 1790 } catch (TransformerException ex) { 2047 } catch (IOException ex) { [all …]
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/ |
H A D | rasterizer_cells_antialias.h | 48 int32_t NotEqual(int32_t ex, int32_t ey, const CellBuildAntiAlias&) const in NotEqual() 50 return (static_cast<uint32_t>(ex) - static_cast<uint32_t>(x)) in NotEqual()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchSceneDataProcessor.cpp | 392 } catch (const std::invalid_argument& ex) { in StartTimer() local 393 throw std::logic_error("AppLaunchSceneDataProcessor error " + std::string(ex.what())); in StartTimer() 401 } catch (const std::invalid_argument& ex) { in StopTimer() local 402 throw std::logic_error("AppLaunchSceneDataProcessor error " + std::string(ex.what())); in StopTimer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/network/ |
H A D | download_manager_impl.cpp | 410 for (auto&& ex : exclusionList) { in GetProxy() 411 proxy.exclusions.append(ex); in GetProxy() 412 if (ex != exclusionList.back()) { in GetProxy()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/ |
H A D | bms_bundle_parser_test.cpp | 1592 moduleJson[BUNDLE_PROFILE_KEY_APP][BUNDLE_APP_PROFILE_KEY_BUNDLE_NAME] = "com.ex";
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfPlugin.cpp | 166 } catch (const std::invalid_argument& ex) { in DispatchToMonitor() local
|
/ohos5.0/build/config/components/ets_frontend/ |
H A D | es2abc_config.gni | 46 # plugin_name -- name of js file, ex: BatteryPlugin.js
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | jsvm-guidelines.md | 292 } catch (const char *ex) { 293 OH_JSVM_ThrowError(env, nullptr, ex);
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-Java-secure-coding-guide.md | 116 } catch (MyBizException ex) { 139 } catch (MyBizException ex) { 424 } catch (IOException ex) { 704 } catch (IOException ex) { 1077 } catch (SQLException ex) { 1099 } catch (SQLException ex) { 1332 } catch (SAXException ex) { 1743 } catch (TransformerException ex) { 1782 } catch (TransformerException ex) { 2045 } catch (IOException ex) { [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | NodeTools.js | 523 } catch (ex) { 524 NapiLog.logError(ex.message);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_db.cpp | 325 for (const auto &ex: tableData.extend) { in GetCloudData() local 326 bucket.insert(ex); in GetCloudData()
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | jsvm-guidelines.md | 327 } catch (const char *ex) { 328 OH_JSVM_ThrowError(env, nullptr, ex);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/ets/pages/ |
H A D | Index.ets | 116 TextInput({ placeholder: 'ex:drawrect', text: this.caseNameStr})
|