Home
last modified time | relevance | path

Searched refs:SetUIContentByName (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_stage_impl.cpp127 ret = window->SetUIContentByName(contexUrl, nullptr, nullptr); in OnLoadContent()
/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/
H A Djs_embeddable_window_stage.cpp269 ret = windowImpl->SetUIContentByName(contextUrl, env, nativeStorage); in LoadContentTask()
/foundation/window/window_manager/previewer/include/
H A Dwindow.h247 virtual WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storage, in SetUIContentByName() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h83 WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storage,
H A Dwindow_impl.h280 virtual WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storage,
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.cpp334 ret = weakWindow->SetUIContentByName(contextUrl, env, nativeStorage); in LoadContentTask()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1397 virtual WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storage, in SetUIContentByName() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp2546 * @tc.name: SetUIContentByName
2550 HWTEST_F(WindowTest, SetUIContentByName, Function | SmallTest | Level2) in HWTEST_F()
2556 auto ret = window->SetUIContentByName("/system/etc/window/resources/test.abc", env, storage); in HWTEST_F()
H A Dwindow_session_impl_test4.cpp866 window->SetUIContentByName(url, nullptr, nullptr, nullptr); in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp311 ret = windowImpl->SetUIContentByName(contextUrl, env, nativeStorage); in LoadContentTask()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp581 WMError WindowImpl::SetUIContentByName( in SetUIContentByName() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1170 WMError WindowSessionImpl::SetUIContentByName( in SetUIContentByName() function in OHOS::OHOS::Rosen::WindowSessionImpl
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp2202 ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetUIContentByName(contextUrl, env, nativeStorage, ability)); in LoadContentTask()

Completed in 44 milliseconds