Searched refs:sceneAdapter (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/web/webview/ohos_adapter/res_sched_adapter/src/ |
H A D | res_sched_client_adapter_impl.cpp | 149 bool NeedReportScene(ResSchedSceneAdapter sceneAdapter) in NeedReportScene() argument 151 if (sceneAdapter != ResSchedSceneAdapter::SLIDE) { in NeedReportScene() 163 bool ReportSceneInternal(ResSchedStatusAdapter statusAdapter, ResSchedSceneAdapter sceneAdapter) in ReportSceneInternal() argument 166 if (!NeedReportScene(sceneAdapter)) { in ReportSceneInternal() 177 if (auto it = RES_SCENE_MAP.find(sceneAdapter); it == RES_SCENE_MAP.end()) { in ReportSceneInternal() 178 WVLOG_E("invalid scene id: %{public}d", sceneAdapter); in ReportSceneInternal() 379 ResSchedStatusAdapter statusAdapter, ResSchedSceneAdapter sceneAdapter, int32_t nwebId) in ReportScene() argument 382 return ReportSceneInternal(statusAdapter, sceneAdapter); in ReportScene() 389 return ReportSceneInternal(statusAdapter, sceneAdapter); in ReportScene()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_res_sched_client_adapter_wrapper.cpp | 35 ResSchedStatusAdapter statusAdapter, ResSchedSceneAdapter sceneAdapter, int32_t nwebId) in ReportScene() argument 37 …kWeb::ArkResSchedClientAdapter::ReportScene((int32_t)statusAdapter, (int32_t)sceneAdapter, nwebId); in ReportScene()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_res_sched_client_adapter_impl.cpp | 35 bool ArkResSchedClientAdapter::ReportScene(int32_t statusAdapter, int32_t sceneAdapter, int32_t nwe… in ReportScene() argument 38 … (NWeb::ResSchedStatusAdapter)statusAdapter, (NWeb::ResSchedSceneAdapter)sceneAdapter, nwebId); in ReportScene()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_res_sched_client_adapter.h | 34 static bool ReportScene(int32_t statusAdapter, int32_t sceneAdapter, int32_t nwebId);
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | res_sched_client_adapter.h | 79 … ResSchedStatusAdapter statusAdapter, ResSchedSceneAdapter sceneAdapter, int32_t nwebId = -1);
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneJS.cpp | 303 auto sceneAdapter = std::make_shared<OHOS::Render3D::SceneAdapter>(); in Load() local 304 sceneAdapter->SetSceneObj(oo->GetNativeObject()); in Load() 306 sceneJs->scene_ = sceneAdapter; in Load()
|