/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/ |
H A D | proxy_session_file_test.cpp | 248 static void TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex = false); 249 static void TestSendBytes(int32_t sendCnt, const char *data, uint32_t len, bool ex = false); 252 int32_t cnt, bool ex = false); 254 static void TransTest(struct TransTestInfo &transInfo, int32_t testDataType, 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() 420 if (ex) { in TestSendFile() 412 TestSendFile(int32_t sendCnt, const char *sfileList[], const char *dfileList[], int32_t cnt, bool ex) TestSendFile() argument 434 TransTest(struct TransTestInfo &transInfo, int32_t testDataType, bool ex) TransTest() argument [all...] |
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 30 #define SWAP_START_END(sx, sy, ex, ey, dx, dy, dir) \ 34 SWAP_POINTS((sx), (ex), (sy), (ey)); \ 36 if ((ex) < (sx)) { \ 40 if ((sx) < (ex)) { \ 41 SWAP_POINTS((sx), (ex), (sy), (ey)); \ 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() 162 float plot = -static_cast<float>(ex - sx) / static_cast<float>(ey - sy); in DrawWuLine() 169 float x2 = ex in DrawWuLine() 445 int16_t ex = end.x; DrawThinWuLine() local [all...] |
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/ |
H A D | auth_session_test2.cpp | 223 static void TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex = false); 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); 355 void AuthSessionTest::TestSendMessage(int32_t sendCnt, const char *data, uint32_t len, bool ex) in TestSendMessage() argument 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() 399 if (ex) { in TestSendFile() 391 TestSendFile(int32_t sendCnt, const char *sfileList[], const char *dfileList[], int32_t cnt, bool ex) TestSendFile() argument 410 TransTest(TransTestInfo &transInfo, int32_t testDataType, bool ex) TransTest() argument [all...] |
/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()
|
/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()
|
/foundation/arkui/ace_engine/frameworks/base/network/ |
H A D | download_manager_impl.cpp | 395 for (auto&& ex : exclusionList) { in GetProxy() 396 proxy.exclusions.append(ex); in GetProxy() 397 if (ex != exclusionList.back()) { in GetProxy()
|
/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";
|
/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() 326 bucket.insert(ex); in GetCloudData()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 704 } catch (std::exception const& ex) {
705 LUME_LOG_E("Error reading file: '%s': %s", aFilename.data(), ex.what());
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 2424 napi_value ex; in HWTEST_F() local 2425 napi_get_and_clear_last_exception(env, &ex); in HWTEST_F()
|