Home
last modified time | relevance | path

Searched refs:optionKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_service.cpp323 std::string optionKey = Str16ToStr8(args[0]); in Dump() local
324 if (optionKey != "-h") { in Dump()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp708 std::string optionKey = Str16ToStr8(args[0]); in Dump() local
709 if (optionKey == OPTION_KEY_HELP) { in Dump()
712 if (optionKey == OPTION_KEY_DUMP_IPC) { in Dump()
715 if (optionKey == OPTION_KEY_DUMP_FFRT) { in Dump()
719 TAG_LOGE(AAFwkTag::APPMGR, "option key %{public}s does not exist", optionKey.c_str()); in Dump()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1341 std::string optionKey = Str16ToStr8(args[0]); in ParseOption() local
1342 auto iter = dumpKeyMap_.find(optionKey); in ParseOption()