Home
last modified time | relevance | path

Searched refs:LaunchStatus (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mgn/source/model/
H A DLaunchStatus.cpp35 return LaunchStatus::PENDING; in GetLaunchStatusForName()
39 return LaunchStatus::IN_PROGRESS; in GetLaunchStatusForName()
43 return LaunchStatus::LAUNCHED; in GetLaunchStatusForName()
47 return LaunchStatus::FAILED; in GetLaunchStatusForName()
51 return LaunchStatus::TERMINATED; in GetLaunchStatusForName()
60 return LaunchStatus::NOT_SET; in GetLaunchStatusForName()
67 case LaunchStatus::PENDING: in GetNameForLaunchStatus()
69 case LaunchStatus::IN_PROGRESS: in GetNameForLaunchStatus()
71 case LaunchStatus::LAUNCHED: in GetNameForLaunchStatus()
73 case LaunchStatus::FAILED: in GetNameForLaunchStatus()
[all …]
H A DParticipatingServer.cpp22 m_launchStatus(LaunchStatus::NOT_SET), in ParticipatingServer()
29 m_launchStatus(LaunchStatus::NOT_SET), in ParticipatingServer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/lock_screen_action/
H A Dlock_screen_note_launcher_unittest.cc17 enum class LaunchStatus { kUnknown, kSuccess, kFailure }; enum
20 *result = success ? LaunchStatus::kSuccess : LaunchStatus::kFailure; in HandleLaunchCallback()
36 LaunchStatus launch_status = LaunchStatus::kUnknown; in TEST_F()
50 EXPECT_EQ(LaunchStatus::kUnknown, launch_status); in TEST_F()
55 EXPECT_EQ(LaunchStatus::kSuccess, launch_status); in TEST_F()
67 LaunchStatus launch_status = LaunchStatus::kUnknown; in TEST_F()
81 EXPECT_EQ(LaunchStatus::kUnknown, launch_status); in TEST_F()
86 EXPECT_EQ(LaunchStatus::kFailure, launch_status); in TEST_F()
101 LaunchStatus launch_status = LaunchStatus::kUnknown; in TEST_F()
113 EXPECT_EQ(LaunchStatus::kUnknown, launch_status); in TEST_F()
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/mgn/types/
H A Denums.go310 type LaunchStatus string type
314 LaunchStatusPending LaunchStatus = "PENDING"
315 LaunchStatusInProgress LaunchStatus = "IN_PROGRESS"
316 LaunchStatusLaunched LaunchStatus = "LAUNCHED"
317 LaunchStatusFailed LaunchStatus = "FAILED"
318 LaunchStatusTerminated LaunchStatus = "TERMINATED"
324 func (LaunchStatus) Values() []LaunchStatus {
325 return []LaunchStatus{
H A Dtypes.go352 LaunchStatus LaunchStatus member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/mgn/types/
H A Denums.go310 type LaunchStatus string type
314 LaunchStatusPending LaunchStatus = "PENDING"
315 LaunchStatusInProgress LaunchStatus = "IN_PROGRESS"
316 LaunchStatusLaunched LaunchStatus = "LAUNCHED"
317 LaunchStatusFailed LaunchStatus = "FAILED"
318 LaunchStatusTerminated LaunchStatus = "TERMINATED"
324 func (LaunchStatus) Values() []LaunchStatus {
325 return []LaunchStatus{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/mgn/types/
H A Denums.go310 type LaunchStatus string type
314 LaunchStatusPending LaunchStatus = "PENDING"
315 LaunchStatusInProgress LaunchStatus = "IN_PROGRESS"
316 LaunchStatusLaunched LaunchStatus = "LAUNCHED"
317 LaunchStatusFailed LaunchStatus = "FAILED"
318 LaunchStatusTerminated LaunchStatus = "TERMINATED"
324 func (LaunchStatus) Values() []LaunchStatus {
325 return []LaunchStatus{
H A Dtypes.go352 LaunchStatus LaunchStatus member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/mgn/types/
H A Denums.go310 type LaunchStatus string type
314 LaunchStatusPending LaunchStatus = "PENDING"
315 LaunchStatusInProgress LaunchStatus = "IN_PROGRESS"
316 LaunchStatusLaunched LaunchStatus = "LAUNCHED"
317 LaunchStatusFailed LaunchStatus = "FAILED"
318 LaunchStatusTerminated LaunchStatus = "TERMINATED"
324 func (LaunchStatus) Values() []LaunchStatus {
325 return []LaunchStatus{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/mgn/types/
H A Denums.go310 type LaunchStatus string type
314 LaunchStatusPending LaunchStatus = "PENDING"
315 LaunchStatusInProgress LaunchStatus = "IN_PROGRESS"
316 LaunchStatusLaunched LaunchStatus = "LAUNCHED"
317 LaunchStatusFailed LaunchStatus = "FAILED"
318 LaunchStatusTerminated LaunchStatus = "TERMINATED"
324 func (LaunchStatus) Values() []LaunchStatus {
325 return []LaunchStatus{
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mgn/include/aws/mgn/model/
H A DParticipatingServer.h44 inline const LaunchStatus& GetLaunchStatus() const{ return m_launchStatus; } in GetLaunchStatus()
54 …inline void SetLaunchStatus(const LaunchStatus& value) { m_launchStatusHasBeenSet = true; m_launch… in SetLaunchStatus()
59 …inline void SetLaunchStatus(LaunchStatus&& value) { m_launchStatusHasBeenSet = true; m_launchStatu… in SetLaunchStatus()
64 …inline ParticipatingServer& WithLaunchStatus(const LaunchStatus& value) { SetLaunchStatus(value); … in WithLaunchStatus()
69 …inline ParticipatingServer& WithLaunchStatus(LaunchStatus&& value) { SetLaunchStatus(std::move(val… in WithLaunchStatus()
114 LaunchStatus m_launchStatus;
H A DLaunchStatus.h16 enum class LaunchStatus enum
28 AWS_MGN_API LaunchStatus GetLaunchStatusForName(const Aws::String& name);
30 AWS_MGN_API Aws::String GetNameForLaunchStatus(LaunchStatus value);
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dthreadcxx.cpp102 class LaunchStatus class
109 LaunchStatus(volatile unsigned int* p) : alive(p) in LaunchStatus() function in __anon00805dac0111::LaunchStatus
116 ~LaunchStatus() in ~LaunchStatus()
122 LaunchStatus(const LaunchStatus&);
123 LaunchStatus& operator=(const LaunchStatus&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/chrome_cleaner/
H A Dchrome_cleaner_runner_win.h64 enum class LaunchStatus { enum
78 LaunchStatus launch_status;
83 ProcessStatus(LaunchStatus launch_status = LaunchStatus::kLaunchFailed,
H A Dchrome_cleaner_runner_win.cc44 ChromeCleanerRunner::ProcessStatus::ProcessStatus(LaunchStatus launch_status, in ProcessStatus()
186 return ProcessStatus(LaunchStatus::kLaunchFailed); in LaunchAndWaitForExitOnBackgroundThread()
196 return ProcessStatus(LaunchStatus::kLaunchFailed); in LaunchAndWaitForExitOnBackgroundThread()
204 LaunchStatus::kLaunchSucceededFailedToWaitForCompletion); in LaunchAndWaitForExitOnBackgroundThread()
209 return ProcessStatus(LaunchStatus::kSuccess, exit_code); in LaunchAndWaitForExitOnBackgroundThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp257 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
258 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
263 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
264 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()
266 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
375 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
377 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1522 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1524 ctx.LaunchStatus().SetErrorString(err_str); in main()
1556 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A Ddebugserver.cpp257 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
258 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
263 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
264 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()
266 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
376 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
378 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1546 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1548 ctx.LaunchStatus().SetErrorString(err_str); in main()
1581 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/
H A Ddebugserver.cpp244 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
245 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
250 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
251 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()
253 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
362 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
364 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1527 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1529 ctx.LaunchStatus().SetErrorString(err_str); in main()
1561 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A Ddebugserver.cpp257 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
258 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
263 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
264 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()
266 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
376 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
378 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1547 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1549 ctx.LaunchStatus().SetErrorString(err_str); in main()
1582 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/
H A Ddebugserver.cpp257 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
258 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
263 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
264 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()
266 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
376 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
378 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1546 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1548 ctx.LaunchStatus().SetErrorString(err_str); in main()
1581 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/
H A Ddebugserver.cpp257 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
258 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
263 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
264 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()
266 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
376 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
378 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1546 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1548 ctx.LaunchStatus().SetErrorString(err_str); in main()
1581 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A Ddebugserver.cpp257 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
258 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
263 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
264 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()
266 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
376 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
378 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1546 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1548 ctx.LaunchStatus().SetErrorString(err_str); in main()
1581 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/
H A Ddebugserver.cpp244 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
245 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
250 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
251 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()
253 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
362 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
364 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1527 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1529 ctx.LaunchStatus().SetErrorString(err_str); in main()
1561 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A Ddebugserver.cpp257 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
258 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
263 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
264 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()
266 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
376 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
378 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1547 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1549 ctx.LaunchStatus().SetErrorString(err_str); in main()
1582 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A Ddebugserver.cpp257 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
258 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
263 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchInferior()
264 ctx.LaunchStatus().SetErrorString("<unknown failure>"); in RNBRunLoopLaunchInferior()
266 ctx.LaunchStatus().Clear(); in RNBRunLoopLaunchInferior()
376 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in RNBRunLoopLaunchAttaching()
378 ctx.LaunchStatus().SetErrorString(err_str); in RNBRunLoopLaunchAttaching()
1546 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
1548 ctx.LaunchStatus().SetErrorString(err_str); in main()
1581 ctx.LaunchStatus().SetError(-1, DNBError::Generic); in main()
[all …]

12345