Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h154 void DumpRdbServiceInfo(int fd, std::map<std::string, std::vector<std::string>> &params);
H A Drdb_service_impl.cpp1039 …std::bind(&RdbServiceImpl::DumpRdbServiceInfo, this, std::placeholders::_1, std::placeholders::_2); in RegisterHandler()
1042 void RdbServiceImpl::DumpRdbServiceInfo(int fd, std::map<std::string, std::vector<std::string>> &pa… in DumpRdbServiceInfo() function in OHOS::DistributedRdb::RdbServiceImpl