Home
last modified time | relevance | path

Searched refs:remote (Results 1 - 10 of 10) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H A Dnative_memory_profiler_sa_proxy.cpp36 sptr<IRemoteObject> remote = Remote(); in Start() local
37 CHECK_NOTNULL(remote, RET_ERR, "remote is nullptr"); in Start()
38 int32_t ret = remote->SendRequest(static_cast<uint32_t>(NativeMemoryProfilerSaInterfaceCode::START), in Start()
63 sptr<IRemoteObject> remote = Remote(); in DumpData() local
64 CHECK_NOTNULL(remote, RET_ERR, "remote is nullptr"); in DumpData()
65 int32_t ret = remote->SendRequest(static_cast<uint32_t>(NativeMemoryProfilerSaInterfaceCode::DUMP_DATA), in DumpData()
84 sptr<IRemoteObject> remote = Remote(); in Stop() local
85 CHECK_NOTNULL(remote, RET_ER in Stop()
105 sptr<IRemoteObject> remote = Remote(); Stop() local
[all...]
/developtools/hdc/scripts/
H A Ddev_hdc_test.py167 + f"{'remote storage path'.rjust(20, ' ')}: {cls.remote_path}\n" \
168 + f"{'remote ip'.rjust(20, ' ')}: {cls.remote_ip}\n" \
169 + f"{'remote port'.rjust(20, ' ')}: {cls.remote_port}\n" \
194 if opt := input(f"Default remote storage path? [{cls.remote_path}]\n").strip():
196 if opt := input(f"Default remote ip? [{cls.remote_ip}]\n").strip():
198 if opt := input(f"Default remote port? [{cls.remote_port}]\n").strip():
337 def check_dir(local, remote, is_single_dir=False):
338 def _get_md5sum(remote, is_single_dir=False):
340 cmd = f"{GP.hdc_head} shell md5sum {remote}/*"
342 cmd = f'{GP.hdc_head} shell find {remote}
[all...]
/developtools/integration_verification/tools/fotff/vcs/
H A Dmanifest.go29 Remote Remote `xml:"remote"`
41 Remote string `xml:"remote,attr"`
51 Remote string `xml:"remote,attr,omitempty"`
143 func (m *Manifest) UpdateManifestProject(name, path, remote, revision string, add bool) {
152 if remote != "" {
153 m.Projects[i].Remote = remote
162 m.Projects = append(m.Projects, Project{Name: name, Path: path, Revision: revision, Remote: remote})
/developtools/hdc/test/scripts/
H A Dhdc_recv_all_test.py54 def file_copy_check(local, remote, file_id):
69 list_z_check = ls_z_check(remote)
80 copy_cmd = f"hdc shell mkdir -p {device_tmp_dir}/{file_id} && cp -rf {remote} {device_tmp_dir}/{file_id}/"
90 out_string = f"{check_ret},{recv_ret},{remote},{local}\
95 def file_recv_check(local, remote, file_id):
108 list_z_check = ls_z_check(remote)
117 recv_cmd = f"hdc file recv {remote} {local_real}"
123 out_string = f"{check_ret},{recv_ret},{remote},{local},{list_z_check},{recv_output}"
/developtools/hdc/src/host/
H A Dclient.cpp355 channel->remote = RemoteType::REMOTE_FILE; in ExecuteCommand()
358 channel->remote = RemoteType::REMOTE_APP; in ExecuteCommand()
603 // sync remote session id to local in PreHandshake()
671 if (hChannel->remote > RemoteType::REMOTE_NONE && bOffset) { in ReadChannel()
673 if (hChannel->remote == RemoteType::REMOTE_FILE) { in ReadChannel()
684 if (hChannel->remote == RemoteType::REMOTE_APP) { in ReadChannel()
H A Dserver_for_client.cpp593 // remote client mode, CMD_FILE_INIT and CMD_APP_INIT command send back to client in TaskCommand()
594 WRITE_LOG(LOG_DEBUG, "command send back to remote client channelId:%u", hChannel->channelId); in TaskCommand()
613 hChannel->remote = flag; in HandleRemote()
619 WRITE_LOG(LOG_DEBUG, "remote client mode channelId:%u", hChannel->channelId); in HandleRemote()
624 string remote = CMDSTR_REMOTE_PARAMETER + " "; in HandleRemote() local
625 if (parameters.find(remote) != std::string::npos) { in HandleRemote()
626 parameters.replace(parameters.find(remote), remote.size(), ""); in HandleRemote()
849 if (command != 0 && (hChannel->remote > RemoteType::REMOTE_NONE)) { in ReadChannel()
/developtools/integration_verification/DeployDevice/resource/common/
H A Dcbg_start.py60 repo.git.remote()
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/
H A Ddevice.py105 def hdc_file_send(self, local, remote):
107 return self.hdc(f'file send "{local}" "{remote}"')
109 def hdc_file_recv(self, remote, local=''):
112 return self.hdc(f'file recv "{remote}" "{local}"')
/developtools/hdc/src/common/
H A Ddefine_plus.h347 RemoteType remote = RemoteType::REMOTE_NONE; member
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h23566 remote = 1, enumerator
107273 bool remote; global() member
107329 bool remote; global() member
155232 __be32 remote; global() member
155672 xfrm_address_t remote; global() member
160095 struct mptcp_addr_info remote; global() member
[all...]

Completed in 418 milliseconds