Home
last modified time | relevance | path

Searched refs:nodeStr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_config.cpp375 std::string nodeStr = node; in LoadResourceAvailable() local
376 std::vector<std::string> result = Split(nodeStr, SPLIT_SPACE); in LoadResourceAvailable()
440 std::string nodeStr = node; in LoadGovResourceAvailable() local
441 std::vector<std::string> result = Split(nodeStr, SPLIT_OR); in LoadGovResourceAvailable()
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp588 std::string nodeStr = node; in LoadResourceAvailable() local
589 std::vector<std::string> result = Split(nodeStr, SPLIT_SPACE); in LoadResourceAvailable()
653 std::string nodeStr = node; in LoadGovResourceAvailable() local
654 std::vector<std::string> result = Split(nodeStr, SPLIT_OR); in LoadGovResourceAvailable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp782 std::string nodeStr("A"); variable
783 EXPECT_TRUE(RSSystemProperties::FindNodeInTargetList(nodeStr));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp754 auto nodeStr = autoCollapse_ && arrayValue_[index].second ? in ApplyIndexChanged() local
756 nodeLayoutProperty->UpdateContent(nodeStr); in ApplyIndexChanged()