Searched refs:storeInfoConfig (Results 1 – 1 of 1) sorted by relevance
711 OHOS::DistributedData::DumpManager::Config storeInfoConfig; in RegisterStoreInfo() local712 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()718 …storeInfoConfig.maxParamsNum = MAXIMUM_PARAMETER_LIMIT; // Store contains no more than three param… in RegisterStoreInfo()719 storeInfoConfig.parentNode = "BUNDLE_INFO"; in RegisterStoreInfo()720 …storeInfoConfig.dumpCaption = { "| Display all the store statistics", "| Display the store statist… in RegisterStoreInfo()[all …]