Lines Matching refs:string_view
40 std::span<const std::string_view> args) in getLog()
59 nlohmann::json::object_t taskStarted(std::string_view arg1) in taskStarted()
72 nlohmann::json::object_t taskCompletedOK(std::string_view arg1) in taskCompletedOK()
85 nlohmann::json::object_t taskCompletedWarning(std::string_view arg1) in taskCompletedWarning()
98 nlohmann::json::object_t taskAborted(std::string_view arg1) in taskAborted()
111 nlohmann::json::object_t taskCancelled(std::string_view arg1) in taskCancelled()
124 nlohmann::json::object_t taskRemoved(std::string_view arg1) in taskRemoved()
137 nlohmann::json::object_t taskPaused(std::string_view arg1) in taskPaused()
150 nlohmann::json::object_t taskResumed(std::string_view arg1) in taskResumed()
163 nlohmann::json::object_t taskProgressChanged(std::string_view arg1, in taskProgressChanged()
168 std::to_array<std::string_view>({arg1, arg2Str})); in taskProgressChanged()