Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Ddump_utils.h25 enum DumpKey { enum
50 static std::pair<bool, DumpUtils::DumpKey> DumpMapOne(std::string argString);
51 static std::pair<bool, DumpUtils::DumpKey> DumpMapTwo(std::string argString);
52 static std::pair<bool, DumpUtils::DumpKey> DumpMap(std::string argString);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Ddump_utils.cpp20 std::pair<bool, DumpUtils::DumpKey> DumpUtils::DumpMapOne(std::string argString) in DumpMapOne()
22 std::pair<bool, DumpUtils::DumpKey> result(false, KEY_DUMP_ALL); in DumpMapOne()
55 std::pair<bool, DumpUtils::DumpKey> DumpUtils::DumpMapTwo(std::string argString) in DumpMapTwo()
57 std::pair<bool, DumpUtils::DumpKey> result(false, KEY_DUMP_ALL); in DumpMapTwo()
72 std::pair<bool, DumpUtils::DumpKey> DumpUtils::DumpMap(std::string argString) in DumpMap()
74 std::pair<bool, DumpUtils::DumpKey> result(false, KEY_DUMP_ALL); in DumpMap()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp109 {"-h", FormMgrService::DumpKey::KEY_DUMP_HELP},
1230 DumpKey key; in Dump()
1238 case DumpKey::KEY_DUMP_HELP: in Dump()
1240 case DumpKey::KEY_DUMP_STATIC: in Dump()
1242 case DumpKey::KEY_DUMP_STORAGE: in Dump()
1244 case DumpKey::KEY_DUMP_VISIBLE: in Dump()
1246 case DumpKey::KEY_DUMP_TEMPORARY: in Dump()
1248 case DumpKey::KEY_DUMP_BY_BUNDLE_NAME: in Dump()
1250 case DumpKey::KEY_DUMP_BY_FORM_ID: in Dump()
1252 case DumpKey::KEY_DUMP_RUNNING: in Dump()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test.cpp484 FormMgrService::DumpKey key = FormMgrService::DumpKey::KEY_DUMP_HELP;
502 FormMgrService::DumpKey key = FormMgrService::DumpKey::KEY_DUMP_HELP;
520 FormMgrService::DumpKey key = FormMgrService::DumpKey::KEY_DUMP_HELP;
538 FormMgrService::DumpKey key = FormMgrService::DumpKey::KEY_DUMP_HELP;
556 FormMgrService::DumpKey key = FormMgrService::DumpKey::KEY_DUMP_HELP;
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h671 enum class DumpKey { enum
695 …bool ParseOption(const std::vector<std::u16string> &args, DumpKey &key, std::string &value, std::s…
709 const static std::map<std::string, DumpKey> dumpKeyMap_;