Home
last modified time | relevance | path

Searched refs:bundleHasWps (Results 1 - 4 of 4) sorted by relevance

/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h214 uint32_t bundleHasWps : 1; member
H A Dappspawn_sandbox.c164 context->bundleHasWps = 0; in GetSandboxContext()
197 context->bundleHasWps = strstr(context->bundleName, "wps") != NULL; in InitSandboxContext()
274 if (context->bundleHasWps && in CheckSandboxMountNode()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp328 context->bundleHasWps = strstr(context->bundleName, "wps") != NULL; in TestGetSandboxContext()
2306 context1.bundleHasWps = 1; in HWTEST_F()
2309 context1.bundleHasWps = 0; in HWTEST_F()
H A Dapp_spawn_sandbox_new_mount_test.cpp84 context->bundleHasWps = strstr(context->bundleName, "wps") != nullptr; in TestGetSandboxContext()

Completed in 9 milliseconds