Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h106 android::base::Result<void> AbortStagedSession(const int session_id);
Dapexservice.cpp515 Result<void> res = ::android::apex::AbortStagedSession(session_id); in abortStagedSession()
Dapexservice_test.cpp2010 TEST_F(ApexServiceTest, AbortStagedSession) { in TEST_F() argument
Dapexd.cpp1520 Result<void> AbortStagedSession(int session_id) { in AbortStagedSession() function