Searched refs:ERR_FORK_FAILED (Results 1 – 3 of 3) sorted by relevance
85 EXPECT_NE(ret, ChildProcessManagerErrorCode::ERR_FORK_FAILED);100 EXPECT_NE(ret, ChildProcessManagerErrorCode::ERR_FORK_FAILED);113 EXPECT_NE(ret, ChildProcessManagerErrorCode::ERR_FORK_FAILED);129 EXPECT_NE(ret, ChildProcessManagerErrorCode::ERR_FORK_FAILED);304 EXPECT_NE(ret, ChildProcessManagerErrorCode::ERR_FORK_FAILED);
31 ERR_FORK_FAILED = 4, enumerator50 { ChildProcessManagerErrorCode::ERR_FORK_FAILED, AbilityErrorCode::ERROR_CODE_INNER },
89 return ChildProcessManagerErrorCode::ERR_FORK_FAILED; in StartChildProcessBySelfFork()