Home
last modified time | relevance | path

Searched refs:LoadContent (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Droot_scene_session_test.cpp79 rootSceneSession.LoadContent(strTest, nativeEnv_, nativeValue_, conText_);
88 HWTEST_F(RootSceneSessionTest, LoadContent, Function | SmallTest | Level1)
97 rootSceneSession.LoadContent(strTest, nativeEnv_, nativeValue_, conText_);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dscreen_scene_test.cpp66 screenScene.LoadContent("a", nullptr, nullptr, nullptr);
78 screenScene.LoadContent("a", nullptr, nullptr, nullptr);
H A Droot_scene_test.cpp74 rootScene.LoadContent("a", nullptr, nullptr, nullptr);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Droot_scene_session.cpp24 void RootSceneSession::LoadContent( in LoadContent() function in OHOS::Rosen::RootSceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Droot_scene_session.h36 void LoadContent(
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_root_scene_session.h34 static napi_value LoadContent(napi_env env, napi_callback_info info);
H A Djs_root_scene_session.cpp54 BindNativeFunction(env, objValue, "loadContent", moduleName, JsRootSceneSession::LoadContent); in Create()
72 napi_value JsRootSceneSession::LoadContent(napi_env env, napi_callback_info info) in LoadContent() function in OHOS::Rosen::JsRootSceneSession
190 rootSceneSession->LoadContent(contentUrl, env, nativeStorage, contextWeakPtr.lock().get()); in OnLoadContent()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/
H A Djs_embeddable_window_stage.h39 static napi_value LoadContent(napi_env env, napi_callback_info info);
H A Djs_embeddable_window_stage.cpp72 napi_value JsEmbeddableWindowStage::LoadContent(napi_env env, napi_callback_info info) in LoadContent() function in OHOS::Rosen::JsEmbeddableWindowStage
348 objValue, "loadContent", moduleName, JsEmbeddableWindowStage::LoadContent); in CreateJsEmbeddableWindowStage()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dscreen_scene.h40 void LoadContent(const std::string& contentUrl, napi_env env, napi_value storage,
H A Droot_scene.h45 void LoadContent(const std::string& contentUrl, napi_env env, napi_value storage,
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.h36 static napi_value LoadContent(napi_env env, napi_callback_info info);
H A Djs_screen_session.cpp68 BindNativeFunction(env, objValue, "loadContent", moduleName, JsScreenSession::LoadContent); in Create()
112 napi_value JsScreenSession::LoadContent(napi_env env, napi_callback_info info) in LoadContent() function in OHOS::Rosen::JsScreenSession
173 screenScene_->LoadContent(contentUrl, env, nativeStorage, contextWeakPtr.lock().get()); in ScheduleLoadContentTask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.cpp55 Utils::LoadContent(Utils::MakePath(directory, "type"), type); in GetTemperaturePath()
136 Utils::LoadContent(name, metric); in GetMetric()
H A Drs_profiler_utils.h101 static void LoadContent(const std::string& path, std::string& content);
H A Drs_profiler_utils.cpp370 void Utils::LoadContent(const std::string& path, std::string& content) in LoadContent() function in OHOS::Rosen::Utils
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.h43 static napi_value LoadContent(napi_env env, napi_callback_info info);
H A Djs_window_stage.cpp83 napi_value JsWindowStage::LoadContent(napi_env env, napi_callback_info info) in LoadContent() function in OHOS::Rosen::JsWindowStage
923 objValue, "loadContent", moduleName, JsWindowStage::LoadContent); in CreateJsWindowStage()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.h44 static napi_value LoadContent(napi_env env, napi_callback_info info);
H A Djs_extension_window.cpp119 BindNativeFunction(env, objValue, "loadContent", moduleName, JsExtensionWindow::LoadContent); in CreateJsExtensionWindowObject()
191 napi_value JsExtensionWindow::LoadContent(napi_env env, napi_callback_info info) in LoadContent() function in OHOS::Rosen::JsExtensionWindow
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp78 void ScreenScene::LoadContent(const std::string& contentUrl, napi_env env, napi_value storage, in LoadContent() function in OHOS::Rosen::ScreenScene
H A Droot_scene.cpp86 void RootScene::LoadContent(const std::string& contentUrl, napi_env env, napi_value storage, in LoadContent() function in OHOS::Rosen::RootScene
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_content_session.h89 static napi_value LoadContent(napi_env env, napi_callback_info info);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_content_session.cpp204 napi_value JsUIExtensionContentSession::LoadContent(napi_env env, napi_callback_info info) in LoadContent() function in OHOS::AbilityRuntime::JsUIExtensionContentSession
932 BindNativeFunction(env, object, "loadContent", moduleName, LoadContent); in CreateJsUIExtensionContentSession()
965 BindNativeFunction(env, object, "loadContent", moduleName, LoadContent); in CreateJsUIExtensionContentSession()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h72 static napi_value LoadContent(napi_env env, napi_callback_info info);

12