Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp711 OHOS::DistributedData::DumpManager::Config storeInfoConfig; in RegisterStoreInfo() local
712 storeInfoConfig.fullCmd = "--store-info"; in RegisterStoreInfo()
713 storeInfoConfig.abbrCmd = "-s"; in RegisterStoreInfo()
714 storeInfoConfig.dumpName = "STORE_INFO"; in RegisterStoreInfo()
715 storeInfoConfig.countPrintf = PRINTF_COUNT_2; in RegisterStoreInfo()
716 storeInfoConfig.infoName = " <StoreId>"; in RegisterStoreInfo()
717 storeInfoConfig.minParamsNum = 0; in RegisterStoreInfo()
718storeInfoConfig.maxParamsNum = MAXIMUM_PARAMETER_LIMIT; // Store contains no more than three param… in RegisterStoreInfo()
719 storeInfoConfig.parentNode = "BUNDLE_INFO"; in RegisterStoreInfo()
720storeInfoConfig.dumpCaption = { "| Display all the store statistics", "| Display the store statist… in RegisterStoreInfo()
[all …]