Searched refs:nodeStr (Results 1 – 4 of 4) sorted by relevance
375 std::string nodeStr = node; in LoadResourceAvailable() local376 std::vector<std::string> result = Split(nodeStr, SPLIT_SPACE); in LoadResourceAvailable()440 std::string nodeStr = node; in LoadGovResourceAvailable() local441 std::vector<std::string> result = Split(nodeStr, SPLIT_OR); in LoadGovResourceAvailable()
588 std::string nodeStr = node; in LoadResourceAvailable() local589 std::vector<std::string> result = Split(nodeStr, SPLIT_SPACE); in LoadResourceAvailable()653 std::string nodeStr = node; in LoadGovResourceAvailable() local654 std::vector<std::string> result = Split(nodeStr, SPLIT_OR); in LoadGovResourceAvailable()
782 std::string nodeStr("A"); variable783 EXPECT_TRUE(RSSystemProperties::FindNodeInTargetList(nodeStr));
754 auto nodeStr = autoCollapse_ && arrayValue_[index].second ? in ApplyIndexChanged() local756 nodeLayoutProperty->UpdateContent(nodeStr); in ApplyIndexChanged()