Home
last modified time | relevance | path

Searched refs:InitUIContent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer.h71 … void InitUIContent(const OHOS::AAFwk::Want& want, const OHOS::AppExecFwk::FormJsInfo& formJsInfo);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp1072 HWTEST_F(WindowSessionImplTwoTest, InitUIContent, Function | SmallTest | Level2)
1086 …EXPECT_EQ(window->InitUIContent(contentInfo, env, storage, type, restoreType, ability, aceRet), WM…
1089 …EXPECT_EQ(window->InitUIContent(contentInfo, env, storage, type, restoreType, ability, aceRet), WM…
1092 …EXPECT_EQ(window->InitUIContent(contentInfo, env, storage, type, restoreType, ability, aceRet), WM…
1095 …EXPECT_EQ(window->InitUIContent(contentInfo, env, storage, type, restoreType, ability, aceRet), WM…
1098 …EXPECT_EQ(window->InitUIContent(contentInfo, env, storage, type, restoreType, ability, aceRet), WM…
H A Dwindow_session_impl_test.cpp1423 window->InitUIContent("NotifyAfterUnfocused", nullptr, nullptr, WindowSetUIContentType::DEFAULT,
1481 window->InitUIContent("NotifyAfterUnfocused", nullptr, nullptr, WindowSetUIContentType::DEFAULT,
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp129 void FormRenderer::InitUIContent(const OHOS::AAFwk::Want& want, const OHOS::AppExecFwk::FormJsInfo&… in InitUIContent() function in OHOS::Ace::FormRenderer
156 InitUIContent(want, formJsInfo); in AddForm()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h468 WMError InitUIContent(const std::string& contentInfo, napi_env env, napi_value storage,
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1286 WMError WindowSessionImpl::InitUIContent(const std::string& contentInfo, napi_env env, napi_value s… in InitUIContent() function in OHOS::Rosen::WindowSessionImpl
1347 …WMError initUIContentRet = InitUIContent(contentInfo, env, storage, setUIContentType, restoreType,… in SetUIContentInner()