Home
last modified time | relevance | path

Searched refs:SetUIContentInner (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h458 WMError SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value storage,
H A Dwindow_impl.h423 WMError SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value storage,
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp576 return SetUIContentInner(contentInfo, env, storage, in NapiSetUIContent()
584 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME, in SetUIContentByName()
591 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC, in SetUIContentByAbc()
595 WMError WindowImpl::SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value storage, in SetUIContentInner() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1165 return SetUIContentInner(contentInfo, env, storage, in NapiSetUIContent()
1173 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_NAME, in SetUIContentByName()
1180 return SetUIContentInner(contentInfo, env, storage, WindowSetUIContentType::BY_ABC, in SetUIContentByAbc()
1272 WMError WindowSessionImpl::SetUIContentInner(const std::string& contentInfo, napi_env env, napi_value storage, in SetUIContentInner() function in OHOS::OHOS::Rosen::WindowSessionImpl
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp538 * @tc.name: SetUIContentInner
539 * @tc.desc: SetUIContentInner Test
542 HWTEST_F(WindowSessionImplTest4, SetUIContentInner, Function | SmallTest | Level2) in HWTEST_F()
544 GTEST_LOG_(INFO) << "WindowSessionImplTest4: SetUIContentInner start"; in HWTEST_F()
547 option->SetWindowName("SetUIContentInner"); in HWTEST_F()
554 WMError res1 = window->SetUIContentInner(url, nullptr, nullptr, WindowSetUIContentType::DEFAULT, in HWTEST_F()
557 GTEST_LOG_(INFO) << "WindowSessionImplTest4: SetUIContentInner end"; in HWTEST_F()

Completed in 20 milliseconds