Home
last modified time | relevance | path

Searched refs:destMode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h115 mode_t destMode; // "dest-mode": "S_IRUSR | S_IWOTH | S_IRWXU " 默认值:0 member
128 mode_t destMode; // "dest-mode": "S_IRUSR | S_IWOTH | S_IRWXU " member
H A Dappspawn_mount_template.c185 DumpMode(" sandbox node destMode: ", pathNode->destMode); in DumpMountPathMountNode()
H A Dsandbox_load.c225 sandboxNode->destMode = GetChmodFromJson(config); in DecodeMountPathConfig()
278 node->destMode = GetChmodFromJson(config); in DecodeSymbolLinksConfig()
H A Dsandbox_manager.c184 APPSPAPWN_DUMP(" sandbox node destMode: %{public}x", linkNode->destMode); in DumpSandboxMountNode()
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.h314 ColorMode destMode,
368 void SetDestAndSrc(ColorMode& srcMode, ColorMode& destMode, uint32_t height, uint8_t* src,
H A Ddraw_utils.cpp582 ColorMode destMode, in BlendWithSoftWare() argument
589 uint8_t destByteSize = GetByteSizeByColorMode(destMode); in BlendWithSoftWare()
600 GetInstance()->SetDestAndSrc(srcMode, destMode, height, src, width, opa, dest, in BlendWithSoftWare()
609 COLOR_FILL_BLEND(destTmp, destMode, srcTmp, srcMode, opa); in BlendWithSoftWare()
621 void DrawUtils::SetDestAndSrc(ColorMode& srcMode, ColorMode& destMode, uint32_t height, uint8_t* sr… in SetDestAndSrc() argument
627 pipeLine.Construct(destMode, srcMode); in SetDestAndSrc()
628 int16_t dstStep = NEON_STEP_8 * GetByteSizeByColorMode(destMode); in SetDestAndSrc()
641 COLOR_FILL_BLEND(dstBuf, destMode, srcBuf, srcMode, opa); in SetDestAndSrc()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp949 …ASSERT_EQ((pathNode->destMode & (S_IRUSR | S_IWOTH | S_IRWXU)) == (S_IRUSR | S_IWOTH | S_IRWXU), 1…
1002 …ASSERT_EQ((pathNode->destMode & (S_IRUSR | S_IWOTH | S_IRWXU)) == (S_IRUSR | S_IWOTH | S_IRWXU), 1…
1010 …ASSERT_EQ((linkNode->destMode & (S_IRUSR | S_IWOTH | S_IRWXU)) == (S_IRUSR | S_IWOTH | S_IRWXU), 1…
1051 …ASSERT_EQ((pathNode->destMode & (S_IRUSR | S_IWOTH | S_IRWXU)) == (S_IRUSR | S_IWOTH | S_IRWXU), 1…
1059 …ASSERT_EQ((linkNode->destMode & (S_IRUSR | S_IWOTH | S_IRWXU)) == (S_IRUSR | S_IWOTH | S_IRWXU), 1…
1099 …ASSERT_EQ((pathNode->destMode & (S_IRUSR | S_IWOTH | S_IRWXU)) == (S_IRUSR | S_IWOTH | S_IRWXU), 1…