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

  /system/libvintf/
utils.cpp 33 static ObjectFactory<RuntimeInfo> runtimeInfoFactory;
34 ObjectFactory<RuntimeInfo>* gRuntimeInfoFactory = &runtimeInfoFactory;
check_vintf.cpp 121 static ObjectFactory<RuntimeInfo> runtimeInfoFactory;
122 ObjectFactory<RuntimeInfo>* gRuntimeInfoFactory = &runtimeInfoFactory;
  /system/libvintf/test/
vintf_object_tests.cpp 643 static MockRuntimeInfoFactory& runtimeInfoFactory() {
652 runtimeInfoFactory().getInfo()->failNextFetch();
656 Mock::VerifyAndClear(&runtimeInfoFactory());
657 Mock::VerifyAndClear(runtimeInfoFactory().getInfo().get());
664 EXPECT_CALL(*runtimeInfoFactory().getInfo(),
666 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE));
667 EXPECT_CALL(*runtimeInfoFactory().getInfo(),
670 *runtimeInfoFactory().getInfo(),
672 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::ALL));
673 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE))
    [all...]

Completed in 5553 milliseconds