Home
last modified time | relevance | path

Searched refs:nodeStr (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_config.cpp420 std::string nodeStr = node; in LoadResourceAvailable() local
421 std::vector<std::string> result = Split(nodeStr, SPLIT_SPACE); in LoadResourceAvailable()
485 std::string nodeStr = node; in LoadGovResourceAvailable() local
486 std::vector<std::string> result = Split(nodeStr, SPLIT_OR); in LoadGovResourceAvailable()
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp675 std::string nodeStr = node; in LoadResourceAvailable() local
676 std::vector<std::string> result = Split(nodeStr, SPLIT_SPACE); in LoadResourceAvailable()
740 std::string nodeStr = node; in LoadGovResourceAvailable() local
741 std::vector<std::string> result = Split(nodeStr, SPLIT_OR); in LoadGovResourceAvailable()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp1436 std::string nodeStr = std::to_string(node->id_) + ": "; in OnParallelRenderBegin() local
1441 nodeStr += "CacheType=" + in OnParallelRenderBegin()
1448 nodeStr += "DrawingCacheType=" + (drawingCacheType > RSDrawingCacheType::FOREGROUND_FILTER_CACHE in OnParallelRenderBegin()
1453 DumpParameter(nodeStr, usual, "HasCachedTexture", node->HasCachedTexture()); in OnParallelRenderBegin()
1454 DumpParameter(nodeStr, usual, "DrawInGroup", node->IsSuggestedDrawInGroup()); in OnParallelRenderBegin()
1455 DumpParameter(nodeStr, usual, "CacheSurfaceValid", node->IsCacheSurfaceValid()); in OnParallelRenderBegin()
1456 DumpParameter(nodeStr, usual, "CacheCompletedSurfaceValid", node->IsCacheCompletedSurfaceValid()); in OnParallelRenderBegin()
1460 Respond(nodeStr); in OnParallelRenderBegin()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp824 std::string nodeStr("A"); in HWTEST_F()
825 EXPECT_TRUE(RSSystemProperties::FindNodeInTargetList(nodeStr)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp893 auto nodeStr = autoCollapse_ && arrayValue_[index].second ? in UpdateTextLayoutProperty() local
895 textLayoutProperty->UpdateContent(nodeStr); in UpdateTextLayoutProperty()

Completed in 11 milliseconds