Searched refs:dumpCaption (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/ |
H A D | dump_helper.cpp | 186 errorInfoConfig.dumpCaption = { "| Display the recent error messages" }; in RegisterErrorInfo() 246 helpInfoConfig.dumpCaption = { "| Display this help message" }; in RegisterHelpInfo() 259 info.append(FormatHelpInfo(value.fullCmd, value.abbrCmd, "", value.dumpCaption[0], formatMaxSize)).append("\n"); in DumpHelpInfo() 262 FormatHelpInfo(value.fullCmd, value.abbrCmd, value.infoName, value.dumpCaption[1], formatMaxSize)) in DumpHelpInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/dump/ |
H A D | dump_manager.h | 42 std::vector<std::string> dumpCaption; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | dump_helper_test.cpp | 51 config.dumpCaption = {"test_caption1", "test_caption2"};
in SetUp()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_service_impl.cpp | 374 serviceInfoConfig.dumpCaption = { "| Display all the service statistics" }; in RegisterObjectServiceInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.cpp | 888 storeInfoConfig.dumpCaption = { "| Display all the store statistics", "| Display the store statistics by " in RegisterStoreInfo() 994 userInfoConfig.dumpCaption = { "| Display all the user statistics", "| Display the user statistics by UserId" }; in RegisterUserInfo() 1073 bundleInfoConfig.dumpCaption = { "| Display all the bundle statistics", "| Display the bundle statistics by " in RegisterBundleInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.cpp | 139 serviceInfoConfig.dumpCaption = { "| Display all the service statistics" }; in RegisterKvServiceInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_service_impl.cpp | 783 serviceInfoConfig.dumpCaption = { "| Display all the service statistics" };
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 1032 serviceInfoConfig.dumpCaption = { "| Display all the service statistics" };
|
Completed in 11 milliseconds