Searched refs:fullCmd (Results 1 - 9 of 9) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/dump/ |
H A D | dump_manager.h | 34 std::string fullCmd; member 45 if (fullCmd.empty()) { in IsVoid()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/ |
H A D | dump_helper.cpp | 183 errorInfoConfig.fullCmd = "--error-info"; in RegisterErrorInfo() 223 helpInfo.append(" ").append(value.fullCmd).append(", ").append(value.abbrCmd); in GetFormatMaxSize() 228 .append(value.fullCmd) in GetFormatMaxSize() 243 helpInfoConfig.fullCmd = "--help-info"; 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() 277 allInfoConfig.fullCmd = "--all-info"; in RegisterAllInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/dump/ |
H A D | dump_manager.cpp | 27 indexTable_.Insert(config.fullCmd, name); in AddConfig()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | dump_helper_test.cpp | 43 config.fullCmd = "test_full_cmd";
in SetUp()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_service_impl.cpp | 371 serviceInfoConfig.fullCmd = "--feature-info"; in RegisterObjectServiceInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.cpp | 880 storeInfoConfig.fullCmd = "--store-info"; in RegisterStoreInfo() 986 userInfoConfig.fullCmd = "--user-info"; in RegisterUserInfo() 1064 bundleInfoConfig.fullCmd = "--bundle-info"; in RegisterBundleInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.cpp | 136 serviceInfoConfig.fullCmd = "--feature-info"; in RegisterKvServiceInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_service_impl.cpp | 780 serviceInfoConfig.fullCmd = "--feature-info";
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 1029 serviceInfoConfig.fullCmd = "--feature-info";
|
Completed in 10 milliseconds