Lines Matching defs:storage
573 WMError WindowImpl::NapiSetUIContent(const std::string& contentInfo, napi_env env, napi_value storage,
576 return SetUIContentInner(contentInfo, env, storage,
582 const std::string& contentInfo, napi_env env, napi_value storage, AppExecFwk::Ability* ability)
584 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME,
589 const std::string& contentInfo, napi_env env, napi_value storage, AppExecFwk::Ability* ability)
591 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC,
595 WMError WindowImpl::SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value storage,
625 uiContent->Restore(this, routerStack, storage, type) == Ace::UIContentErrorCode::NO_ERRORS) {
629 aceRet = uiContent->Initialize(this, contentInfo, storage);
633 aceRet = uiContent->Restore(this, contentInfo, storage, GetAceContentInfoType(restoreType));
636 aceRet = uiContent->InitializeByName(this, contentInfo, storage);
640 aceRet = uiContent->Initialize(this, abcContent, storage);