Feature or Bugfix: BugfixDescription: tddfix

Match-id-f81c0711f6b697aebaf34176c66b324399c8ba14
This commit is contained in:
libing23
2023-08-01 17:30:22 +08:00
parent c7e6867402
commit bfdf515f19
3 changed files with 10 additions and 10 deletions
@@ -31,10 +31,10 @@ static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {
static constexpr double TEST_SIZE = 100.0;
static constexpr uint32_t TEST_INVALID_SIZE = 0;
static constexpr double TEST_COORDINATE = 100.0;
static constexpr uint32_t TEST_COLOR = 0xffffff;
static constexpr uint32_t TEST_COLOR_YELLOW = 0x7fff00;
static constexpr uint32_t TEST_COLOR_RED = 0xff0000;
static constexpr uint32_t TEST_COLOR_BLUE = 0x0000ff;
static constexpr uint32_t TEST_COLOR = 0xffffffff;
static constexpr uint32_t TEST_COLOR_YELLOW = 0xff7fff00;
static constexpr uint32_t TEST_COLOR_RED = 0xffff0000;
static constexpr uint32_t TEST_COLOR_BLUE = 0xff0000ff;
static constexpr int32_t TEST_PID_1 = 1;
static constexpr int32_t TEST_PID_2 = 2;
@@ -40,9 +40,9 @@ static constexpr uint32_t HAP_TOKEN_ID = 537715419;
static constexpr int32_t SA_ID = 3506;
static constexpr double TEST_COORDINATE = 100.0;
static constexpr double TEST_SIZE = 100.0;
static constexpr uint32_t TEST_COLOR_YELLOW = 0x7fff00;
static constexpr uint32_t TEST_COLOR_RED = 0xff0000;
static constexpr uint32_t TEST_COLOR_BLUE = 0x0000ff;
static constexpr uint32_t TEST_COLOR_YELLOW = 0xff7fff00;
static constexpr uint32_t TEST_COLOR_RED = 0xffff0000;
static constexpr uint32_t TEST_COLOR_BLUE = 0xff0000ff;
static constexpr uint64_t TIME_CONVERSION_UNIT = 1000;
static AccessTokenID g_selfTokenId = 0;
@@ -41,9 +41,9 @@ static constexpr int32_t TEST_SC_ID = 1;
static AccessTokenID g_selfTokenId = 0;
static constexpr double TEST_COORDINATE = 100.0;
static constexpr double TEST_SIZE = 100.0;
static constexpr uint32_t TEST_COLOR_YELLOW = 0x7fff00;
static constexpr uint32_t TEST_COLOR_RED = 0xff0000;
static constexpr uint32_t TEST_COLOR_BLUE = 0x0000ff;
static constexpr uint32_t TEST_COLOR_YELLOW = 0xff7fff00;
static constexpr uint32_t TEST_COLOR_RED = 0xffff0000;
static constexpr uint32_t TEST_COLOR_BLUE = 0xff0000ff;
static constexpr uint64_t TIME_CONVERSION_UNIT = 1000;
static std::string BuildLocationComponentInfo()