Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.h78 void DumpUserInfo(int fd, std::map<std::string, std::vector<std::string>> &params);
H A Dkvstore_data_service.cpp304 …Handler handlerUserInfo = std::bind(&KvStoreDataService::DumpUserInfo, this, std::placeholders::_1, in OnStart()
879 void KvStoreDataService::DumpUserInfo(int fd, std::map<std::string, std::vector<std::string>> &para… in DumpUserInfo() function in OHOS::DistributedKv::KvStoreDataService