mirror of
https://github.com/openharmony/security_security_component_manager.git
synced 2026-08-24 22:51:27 -04:00
Feature or Bugfix: BugfixDescription: tddfix
Match-id-f81c0711f6b697aebaf34176c66b324399c8ba14
This commit is contained in:
@@ -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;
|
||||
|
||||
+3
-3
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user