Searched refs:contentStr (Results 1 – 3 of 3) sorted by relevance
160 …std::string contentStr(std::istreambuf_iterator<char> {inputStream}, std::istreambuf_iterator<char… in LoadDialogConfig()163 if (!reader.parse(contentStr.data(), contentStr.data() + contentStr.size(), root)) { in LoadDialogConfig()
1050 … [](std::string &contentStr) { return std::string("--renderer-process-limit=") + contentStr; } },1052 [](std::string &contentStr) {1053 … return contentStr == "false" ? std::string("--disable-background-media-suspend") : std::string();1056 [](std::string &contentStr) {1057 … return contentStr == "true" ? std::string("--ohos-enable-loadurl-soc-perf") : std::string();1060 [](std::string &contentStr) {1061 … return contentStr == "true" ? std::string("--ohos-enable-mousewheel-soc-perf") : std::string();1064 [](std::string &contentStr) {1065 … return contentStr == "false" ? std::string("--disable-touch-event-register") : std::string();1092 std::string contentStr = reinterpret_cast<const char *>(content);[all …]
645 std::vector<std::string> contentStr; in SendSignalInfoChanged() local652 contentStr.push_back(signal->ToString()); in SendSignalInfoChanged()655 want.SetParam("signalInfos", contentStr); in SendSignalInfoChanged()