Searched refs:SetUIContentByName (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_stage_impl.cpp | 127 ret = window->SetUIContentByName(contexUrl, nullptr, nullptr); in OnLoadContent()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/ |
H A D | js_embeddable_window_stage.cpp | 269 ret = windowImpl->SetUIContentByName(contextUrl, env, nativeStorage); in LoadContentTask()
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 249 …virtual WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storag…
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 280 …virtual WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storag…
|
H A D | window_session_impl.h | 83 WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storage,
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 1450 …virtual WMError SetUIContentByName(const std::string& contentInfo, napi_env env, napi_value storag…
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 2496 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 D | js_window_stage.cpp | 360 ret = weakWindow->SetUIContentByName(contextUrl, env, nativeStorage); in LoadContentTask()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window.cpp | 318 ret = windowImpl->SetUIContentByName(contextUrl, env, nativeStorage); in LoadContentTask()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 614 WMError WindowImpl::SetUIContentByName( in SetUIContentByName() function in OHOS::Rosen::WindowImpl
|
H A D | window_session_impl.cpp | 1264 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 D | js_window.cpp | 2315 …ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetUIContentByName(contextUrl, env, nativeStorage, ab… in LoadContentTask()
|