Searched refs:markStagedSessionSuccessful (Results 1 – 5 of 5) sorted by relevance
27 void markStagedSessionSuccessful(int session_id); in markStagedSessionSuccessful() method
57 android::base::Result<void> markStagedSessionSuccessful(const int session_id)
78 BinderStatus markStagedSessionSuccessful(int session_id) override;201 BinderStatus ApexService::markStagedSessionSuccessful(int session_id) { in markStagedSessionSuccessful() function in android::apex::binder::__anond65ff5a10111::ApexService205 Result<void> ret = ::android::apex::markStagedSessionSuccessful(session_id); in markStagedSessionSuccessful()
1889 ASSERT_FALSE(IsOk(service_->markStagedSessionSuccessful(37))); in TEST_F()1904 ASSERT_FALSE(IsOk(service_->markStagedSessionSuccessful(73))); in TEST_F()1919 ASSERT_TRUE(IsOk(service_->markStagedSessionSuccessful(239))); in TEST_F()1934 ASSERT_TRUE(IsOk(service_->markStagedSessionSuccessful(1543))); in TEST_F()2315 ASSERT_TRUE(IsOk(service_->markStagedSessionSuccessful(101))); in TEST_F()
2153 Result<void> markStagedSessionSuccessful(const int session_id) { in markStagedSessionSuccessful() function