Home
last modified time | relevance | path

Searched refs:SetUIContentInner (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h435 WMError SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value storage,
H A Dwindow_session_impl.h471 WMError SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value storage,
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp609 return SetUIContentInner(contentInfo, env, storage, in NapiSetUIContent()
617 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME, in SetUIContentByName()
624 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC, in SetUIContentByAbc()
628 WMError WindowImpl::SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value stor… in SetUIContentInner() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1259 return SetUIContentInner(contentInfo, env, storage, in NapiSetUIContent()
1267 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME, in SetUIContentByName()
1274 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC, in SetUIContentByAbc()
1337 WMError WindowSessionImpl::SetUIContentInner(const std::string& contentInfo, napi_env env, napi_val… in SetUIContentInner() function in OHOS::Rosen::WindowSessionImpl