Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.h70 void DumpStoreInfo(int fd, std::map<std::string, std::vector<std::string>> &params);
H A Dkvstore_data_service.cpp300 …Handler handlerStoreInfo = std::bind(&KvStoreDataService::DumpStoreInfo, this, std::placeholders::… in OnStart()
725 void KvStoreDataService::DumpStoreInfo(int fd, std::map<std::string, std::vector<std::string>> &par… in DumpStoreInfo() function in OHOS::DistributedKv::KvStoreDataService