HomeSort by relevance Sort by last modified time
    Searched refs:umountVendor (Results 1 - 5 of 5) sorted by null

  /system/libvintf/test/
utils-fake.h 58 ON_CALL(*this, umountVendor()).WillByDefault(Invoke([&] {
66 MOCK_CONST_METHOD0(umountVendor, status_t());
vintf_object_tests.cpp 231 EXPECT_CALL(mounter(), umountVendor()).Times(0);
249 EXPECT_CALL(mounter(), umountVendor()).Times(1);
270 EXPECT_CALL(mounter(), umountVendor()).Times(0);
287 EXPECT_CALL(mounter(), umountVendor()).Times(1);
331 EXPECT_CALL(mounter(), umountVendor()).Times(0);
348 EXPECT_CALL(mounter(), umountVendor()).Times(1);
369 EXPECT_CALL(mounter(), umountVendor()).Times(0);
387 EXPECT_CALL(mounter(), umountVendor()).Times(1);
  /system/libvintf/
VintfObjectRecovery.cpp 74 status_t umountVendor() const override {
utils.h 64 virtual status_t umountVendor() const { return OK; }
VintfObject.cpp 233 (void)mounter.umountVendor(); // ignore errors

Completed in 1057 milliseconds