Searched refs:native_process (Results 1 – 1 of 1) sorted by relevance
2437 std::string native_process = "test_process"; in TEST_F() local2438 Result<void> res = ::android::apex::revertActiveSessions(native_process); in TEST_F()2440 ASSERT_EQ(session->GetCrashingNativeProcess(), native_process); in TEST_F()