Home
last modified time | relevance | path

Searched refs:loadContentFunc_ (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Droot_scene_session.cpp21 loadContentFunc_ = loadContentFunc; in SetLoadContentFunc()
27 if (loadContentFunc_) { in LoadContent()
28 loadContentFunc_(contentUrl, env, storage, context); in LoadContent()
/foundation/window/window_manager/window_scene/test/unittest/
H A Droot_scene_session_test.cpp62 RootSceneSession::LoadContentFunc loadContentFunc_ = LoadContentFuncTest; in HWTEST_F() local
63 rootSceneSession.SetLoadContentFunc(loadContentFunc_); in HWTEST_F()
95 RootSceneSession::LoadContentFunc loadContentFunc_ = LoadContentFuncTest; in HWTEST_F() local
96 rootSceneSession.SetLoadContentFunc(loadContentFunc_); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Droot_scene_session.h40 LoadContentFunc loadContentFunc_; member in OHOS::OHOS::Rosen::RootSceneSession

Completed in 1 milliseconds