Home
last modified time | relevance | path

Searched refs:SystemGraphUri (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp83 … SCENE_NS::IScene, BASE_NS::string, SystemGraphUri, "project://assets/config/system_graph.json")
259 sceneHolder_->SetSystemGraphUri(META_NS::GetValue(SystemGraphUri())); in Build()
383 sceneHolder_->SetSystemGraphUri(META_NS::GetValue(SystemGraphUri())); in onSystemGraphUriChanged()
1688 if (SystemGraphUri()) { in SubscribeToPropertyChanges()
1689 systemGraphUriHandlerToken_ = SystemGraphUri()->OnChanged()->AddHandler( in SubscribeToPropertyChanges()
1706 if (SystemGraphUri()) { in UnsubscribeFromPropertyChanges()
1707 SystemGraphUri()->OnChanged()->RemoveHandler(systemGraphUriHandlerToken_); in UnsubscribeFromPropertyChanges()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_scene.h260 META_PROPERTY(BASE_NS::string, SystemGraphUri) in META_PROPERTY() argument