Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h87 WS_ERROR_EDM_CONTROLLED = 2097215, // enterprise limit enumerator
104 WS_ERROR_EDM_CONTROLLED = 16000013, // enterprise limit enumerator
114 { WSError::WS_ERROR_EDM_CONTROLLED, WSErrorCode::WS_ERROR_EDM_CONTROLLED },
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2262 …f (startUIAbilityErrorFunc_ && static_cast<WSError>(errCode) == WSError::WS_ERROR_EDM_CONTROLLED) { in RequestSceneSessionActivationInner()
2264 … static_cast<uint32_t>(WS_JS_TO_ERROR_CODE_MAP.at(WSError::WS_ERROR_EDM_CONTROLLED))); in RequestSceneSessionActivationInner()