Searched refs:DumpKey (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/ |
H A D | dump_utils.h | 29 enum DumpKey { enum in OHOS::AAFwk::final 96 static std::pair<bool, DumpUtils::DumpKey> DumpMapOne(std::string argString); 104 static std::pair<bool, DumpUtils::DumpKey> DumpMapTwo(std::string argString); 112 static std::pair<bool, DumpUtils::DumpKey> DumpMap(std::string argString);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | dump_utils.cpp | 20 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()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 107 const std::map<std::string, FormMgrService::DumpKey> FormMgrService::dumpKeyMap_ = { 108 {"-h", FormMgrService::DumpKey::KEY_DUMP_HELP}, 109 {"--help", FormMgrService::DumpKey::KEY_DUMP_HELP}, 110 {"-b", FormMgrService::DumpKey::KEY_DUMP_STATIC}, // ***** 111 {"--bundle-form-info", FormMgrService::DumpKey::KEY_DUMP_STATIC}, 112 {"-v", FormMgrService::DumpKey::KEY_DUMP_VISIBLE}, 113 {"--visible", FormMgrService::DumpKey::KEY_DUMP_VISIBLE}, 114 {"-s", FormMgrService::DumpKey::KEY_DUMP_STORAGE}, 115 {"--storage", FormMgrService::DumpKey::KEY_DUMP_STORAGE}, 116 {"-t", FormMgrService::DumpKey [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test.cpp | 545 FormMgrService::DumpKey key = FormMgrService::DumpKey::KEY_DUMP_HELP; in HWTEST_F() 563 FormMgrService::DumpKey key = FormMgrService::DumpKey::KEY_DUMP_HELP; in HWTEST_F() 581 FormMgrService::DumpKey key = FormMgrService::DumpKey::KEY_DUMP_HELP; in HWTEST_F() 599 FormMgrService::DumpKey key = FormMgrService::DumpKey::KEY_DUMP_HELP; in HWTEST_F() 617 FormMgrService::DumpKey key = FormMgrService::DumpKey in HWTEST_F() [all...] |
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_service.h | 661 enum class DumpKey { class in OHOS::AppExecFwk::FormMgrService 685 bool ParseOption(const std::vector<std::u16string> &args, DumpKey &key, std::string &value, std::string &result); 699 const static std::map<std::string, DumpKey> dumpKeyMap_;
|
Completed in 6 milliseconds