Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dchecker_mock.cpp30 staticInfos_ = staticStores; in SetStatic()
60 return staticInfos_; in GetStaticStores()
73 for (const auto &store : staticInfos_) { in IsStatic()
H A Dchecker_mock.h44 std::vector<CheckerManager::StoreInfo> staticInfos_; variable