Home
last modified time | relevance | path

Searched refs:SetUIContentByName (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_stage_impl.cpp127 ret = window->SetUIContentByName(contexUrl, nullptr, nullptr); in OnLoadContent()
/ohos5.0/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()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h249 …virtual WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storag…
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h280 …virtual WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storag…
H A Dwindow_session_impl.h83 WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storage,
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1450 …virtual WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storag…
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp2496 HWTEST_F(WindowTest, SetUIContentByName, Function | SmallTest | Level2)
2502 auto ret = window->SetUIContentByName("/system/etc/window/resources/test.abc", env, storage);
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.cpp360 ret = weakWindow->SetUIContentByName(contextUrl, env, nativeStorage); in LoadContentTask()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp318 ret = windowImpl->SetUIContentByName(contextUrl, env, nativeStorage); in LoadContentTask()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp614 WMError WindowImpl::SetUIContentByName( in SetUIContentByName() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1264 WMError WindowSessionImpl::SetUIContentByName( in SetUIContentByName() function in OHOS::Rosen::WindowSessionImpl
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp2315 …ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetUIContentByName(contextUrl, env, nativeStorage, ab… in LoadContentTask()