Home
last modified time | relevance | path

Searched refs:OVERLAY_SOCKET_TYPE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_msg_wrapper.cpp30 constexpr const char* OVERLAY_SOCKET_TYPE = "|Overlay|"; variable
167 extraInfoStr_ += OVERLAY_SOCKET_TYPE + startMsg.overlayInfo + in BuildExtraInfo()
168 OVERLAY_SOCKET_TYPE; in BuildExtraInfo()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp96 const std::string OVERLAY_SOCKET_TYPE = "Overlay"; variable
1470 string overlayInfo = GetExtraInfoByType(appProperty, OVERLAY_SOCKET_TYPE); in SetOverlayAppSandboxProperty()