Home
last modified time | relevance | path

Searched refs:COMMAND_TYPE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp100 std::map<char, OptType> COMMAND_TYPE = { variable
231 info.type = COMMAND_TYPE[option]; in RunAsCommandExistentOptionArgument()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message.cpp49 { NegotiateMessageKey::COMMAND_TYPE, "KEY_COMMAND_TYPE" },
95 { NegotiateMessageKey::COMMAND_TYPE, Serializable::ValueType::INT },
729 Set(NegotiateMessageKey::COMMAND_TYPE, static_cast<int>(value)); in SetLegacyP2pCommandType()
734 …auto value = Get(NegotiateMessageKey::COMMAND_TYPE, static_cast<int>(LegacyCommandType::CMD_INVALI… in GetLegacyP2pCommandType()
H A Dnegotiate_message.h133 COMMAND_TYPE = 219, enumerator
/ohos5.0/build/test/example/
H A Dtest_build_option.py93 COMMAND_TYPE = config.get("build_option").get("cmd_type") variable in TestBuildOption
97 log_info("COMMAND_TYPE:{}".format(COMMAND_TYPE))
1137 if TestBuildOption.COMMAND_TYPE == "select":