Home
last modified time | relevance | path

Searched refs:native_process (Results 1 – 1 of 1) sorted by relevance

/system/apex/apexd/
Dapexservice_test.cpp2528 std::string native_process = "test_process"; in TEST_F() local
2532 Result<void> res = ::android::apex::RevertActiveSessions(native_process, ""); in TEST_F()
2534 ASSERT_EQ(session->GetCrashingNativeProcess(), native_process); in TEST_F()