/developtools/hdc/src/host/ |
H A D | translate.cpp | 196 if (Base::StringEndsWith(outCmd->parameters, " -remove")) { in TargetConnect() 197 outCmd->parameters = outCmd->parameters.substr(0, outCmd->parameters.size() - CMD_REMOTE_SIZE); in TargetConnect() 202 if (outCmd->parameters.size() > maxKeyLength) { in TargetConnect() 207 size_t pos = outCmd->parameters.find(":"); in TargetConnect() 210 string ip = outCmd->parameters.substr(0, pos); in TargetConnect() 216 string sport = outCmd->parameters.substr(pos + 1); in TargetConnect() 224 outCmd->parameters.replace(0, pos, ip); in TargetConnect() 246 outCmd->parameters in ForwardPort() [all...] |
H A D | server_for_client.cpp | 391 if (formatCommand->parameters == "v") { in GetTargetList() 501 WRITE_LOG(LOG_DEBUG, "%s CMD_KERNEL_TARGET_ANY %s", __FUNCTION__, formatCommand->parameters.c_str()); in DoCommandLocal() 508 WRITE_LOG(LOG_DEBUG, "%s CMD_KERNEL_TARGET_CONNECT %s", __FUNCTION__, formatCommand->parameters.c_str()); in DoCommandLocal() 510 ret = NewConnectTry(ptrServer, hChannel, formatCommand->parameters.c_str()); in DoCommandLocal() 514 WRITE_LOG(LOG_INFO, "%s CMD_CHECK_DEVICE %s", __FUNCTION__, formatCommand->parameters.c_str()); in DoCommandLocal() 516 hChannel->key = formatCommand->parameters.c_str(); in DoCommandLocal() 517 ret = NewConnectTry(ptrServer, hChannel, formatCommand->parameters.c_str(), true); in DoCommandLocal() 521 CommandRemoveSession(hChannel, formatCommand->parameters.c_str()); in DoCommandLocal() 535 RemoveForward(hChannel, formatCommand->parameters.c_str()); in DoCommandLocal() 561 HandleRemote(hChannel, formatCommand->parameters, RemoteTyp in TaskCommand() 611 HandleRemote(HChannel hChannel, string ¶meters, RemoteType flag) HandleRemote() argument [all...] |
H A D | translate.h | 23 string parameters; member
|
H A D | server_for_client.h | 56 void HandleRemote(HChannel hChannel, string ¶meters, RemoteType flag);
|
/developtools/hdc/hdc_rust/src/host/ |
H A D | unittest.rs | 32 parameters: "file recv file1 /data/local/tmp/file" in if_parse_cmd_param_works() 40 assert_eq!(actual.parameters, expected.parameters); in if_parse_cmd_param_works() 52 parameters: vec![], in if_parse_opt_cmd_works() 68 parameters: "file recv file1 /data/local/tmp/file" in if_parse_opt_cmd_param_works() 76 assert_eq!(actual.parameters, expected.parameters); in if_parse_opt_cmd_param_works()
|
H A D | parser.rs | 28 pub parameters: Vec<String>, 123 parameters: input[cmd_index..].to_vec(), in split_opt_and_cmd() 133 parameters: parsed.parameters, in parse_command() 142 if parsed.parameters.len() > COMBINED_COMMAND_LEN { in exchange_parsed_for_daemon() 145 if str == parsed.parameters[COMBINED_COMMAND_LEN].as_str() { in exchange_parsed_for_daemon() 146 parsed.parameters.clear(); in exchange_parsed_for_daemon() 147 parsed.parameters.push(str.to_string()[1..].to_string()); in exchange_parsed_for_daemon() 152 parsed.parameters.clear(); in exchange_parsed_for_daemon() 153 hdc::info!("parsed parameter is {:?}", parsed.parameters); in exchange_parsed_for_daemon() [all...] |
H A D | main.rs | 101 hdc::debug!("in client mode, cmd: {:#?}, parameter:{:#?}", parsed_cmd.command, parsed_cmd.parameters); in main()
|
H A D | server.rs | 291 parsed.parameters = vec![recv_str]; 294 if parsed.command == Some(HdcCommand::UnityExecute) && parsed.parameters.len() == 1 { 308 params: parsed.parameters,
|
H A D | client.rs | 60 if parsed_cmd.parameters.contains(&"-r".to_string()) { 68 if parsed_cmd.parameters.contains(&"-r".to_string()) { 109 params: parsed_cmd.parameters,
|
/developtools/hdc/hdcd_user_permit/src/ |
H A D | connection.cpp | 37 string parameters = "{\"ability.want.params.uiExtensionType\":\"sysDialog/common\",\"sysDialogZOrder\":1}"; in OnAbilityConnectDone() local 47 data.WriteString16(Str8ToStr16("parameters")); in OnAbilityConnectDone() 48 data.WriteString16(Str8ToStr16(parameters)); in OnAbilityConnectDone() 66 AUTH_LOGE("SendRequest(bundle(%s)ability(%s)parameters(%s)) ret(%d)", in OnAbilityConnectDone() 67 bundleName.c_str(), abilityName.c_str(), parameters.c_str(), ret); in OnAbilityConnectDone()
|
/developtools/packing_tool/adapter/ohos/ |
H A D | MetaData.java | 27 * Indicates the parameters of MetaData. 29 public List<MetaDataInfo> parameters = new ArrayList<MetaDataInfo>(); field in MetaData
|
H A D | JsonUtil.java | 782 if (metaDataJson.containsKey("parameters")) { in parseMetaData() 783 metaData.parameters = JSONObject.parseArray(getJsonString(metaDataJson, "parameters"), in parseMetaData()
|
/developtools/profiler/device/plugins/hiebpf_plugin/src/ |
H A D | hiebpf_module.cpp | 21 #include <parameters.h>
|
/developtools/profiler/hidebug/interfaces/cj/ |
H A D | hidebug_ffi.cpp | 28 #include <parameters.h>
|
/developtools/profiler/device/base/src/ |
H A D | common.cpp | 25 #include <parameters.h>
|
/developtools/hiperf/src/ |
H A D | utilities.cpp | 21 #include <parameters.h>
|
H A D | perf_events.cpp | 29 #include <parameters.h>
|
H A D | subcommand_record.cpp | 26 #include <parameters.h>
|
/developtools/profiler/hidebug/interfaces/js/kits/napi/ |
H A D | napi_hidebug.cpp | 27 #include <parameters.h> 601 HILOG_DEBUG(LOG_CORE, "RemoveNapiWrap Failed to parse parameters, argc %{public}d", (int)argc); in RemoveNapiWrap()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 166 const struct fs_parameter_spec *parameters; member 98541 union acpi_operand_object **parameters; global() member 114546 u8 parameters[12]; global() member 142733 uint16_t parameters[3]; global() member [all...] |