Searched refs:SystemGraphUri (Results 1 – 2 of 2) sorted by relevance
83 … 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()
260 META_PROPERTY(BASE_NS::string, SystemGraphUri) in META_PROPERTY() argument