Searched refs:SetUIContentByAbc (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 254 virtual WMError SetUIContentByAbc(const std::string& abcPath, napi_env env, napi_value storage,
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_controller.cpp | 131 window_->SetUIContentByAbc(PIP_CONTENT_PATH, env_, nullptr, nullptr); in ShowPictureInPictureWindow()
|
H A D | window_impl.cpp | 621 WMError WindowImpl::SetUIContentByAbc( in SetUIContentByAbc() function in OHOS::Rosen::WindowImpl
|
H A D | window_session_impl.cpp | 1271 WMError WindowSessionImpl::SetUIContentByAbc( in SetUIContentByAbc() function in OHOS::Rosen::WindowSessionImpl
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 282 virtual WMError SetUIContentByAbc(const std::string& abcPath, napi_env env, napi_value storage,
|
H A D | window_session_impl.h | 85 WMError SetUIContentByAbc(const std::string& abcPath, napi_env env, napi_value storage,
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 1464 virtual WMError SetUIContentByAbc(const std::string& abcPath, napi_env env, napi_value storage,
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 1424 HWTEST_F(WindowTest, SetUIContentByAbc, Function | SmallTest | Level2) 1430 auto ret = window->SetUIContentByAbc("/system/etc/window/resources/test.abc", env, storage);
|