Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c181 static int SetOverlayAppSandboxConfig(const SandboxContext *context, const char *overlayInfo) in SetOverlayAppSandboxConfig() argument
183 APPSPAWN_CHECK(context != NULL && overlayInfo != NULL, return -1, "Invalid context or overlayInfo"); in SetOverlayAppSandboxConfig()
186 overlayContext.srcSetLen = strlen(overlayInfo); in SetOverlayAppSandboxConfig()
190 int ret = StringSplit(overlayInfo, "|", (void *)&overlayContext, SetOverlayAppPath); in SetOverlayAppSandboxConfig()
H A Dsandbox_utils.cpp1453 string overlayInfo = GetExtraInfoByType(appProperty, OVERLAY_SOCKET_TYPE); in SetOverlayAppSandboxProperty() local
1455 vector<string> splits = split(overlayInfo, g_overlayDecollator); in SetOverlayAppSandboxProperty()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_test.cpp1140 std::string overlayInfo = "/data/app/el1/bundle/public/com.ohos.demo/feature.hsp|"; in HWTEST_F() local
1141 overlayInfo += "/data/app/el1/bundle/public/com.ohos.demo/feature.hsp|"; in HWTEST_F()
1142 AppSpawningCtx *appProperty = GetTestAppPropertyWithExtInfo("Overlay", overlayInfo.c_str()); in HWTEST_F()
H A Dapp_spawn_sandbox_new_test.cpp827 const char *overlayInfo = "/data/app/el1/bundle/public/com.ohos.demo/feature.hsp| " in HWTEST_F() local
831 reinterpret_cast<uint8_t *>(const_cast<char *>(overlayInfo)), strlen(overlayInfo) + 1); in HWTEST_F()
832 APPSPAWN_CHECK(ret == 0, break, "Failed to ext tlv %{public}s", overlayInfo); in HWTEST_F()

Completed in 11 milliseconds