Searched refs:del (Results 1 - 6 of 6) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | string_utils.cpp | 69 std::string del = dealStr.substr(dealStr.find_first_of("/") + 1, dealStr.size()); in FormatLoading() local 71 while ((position = del.find(slash, position)) != std::string::npos) { in FormatLoading() 72 del.insert(position + 1, " "); in FormatLoading() 75 for (auto& ch : del) { in FormatLoading() 80 return del.append("\n"); in FormatLoading()
|
/developtools/hdc/hdc_rust/src/daemon_lib/ |
H A D | shell.rs | 276 PtyMap::del(session_id, channel_id).await; 294 PtyMap::del(session_id, channel_id).await; 379 pub async fn del(session_id: u32, channel_id: u32) { 414 pub async fn del(session_id: u32, channel_id: u32) { 418 PtyChildProcessMap::del(session_id, channel_id).await; 457 PtyChildProcessMap::del(session_id, _iter.0 .1).await; 511 pub async fn del(session_id: u32, channel_id: u32) { 732 ShellExecuteMap::del(shell_task_id.session_id, shell_task_id.channel_id).await;
|
H A D | task.rs | 79 PtyMap::del(session_id, channel_id).await; 98 PtyMap::del(session_id, channel_id).await; 100 ShellExecuteMap::del(session_id, channel_id).await;
|
/developtools/hdc/hdc_rust/src/transfer/ |
H A D | buffer.rs | 74 pub async fn del(session_id: u32) { 79 crate::debug!("connect map: del {session_id}: {:?}", item); 181 ConnectTypeMap::del(id).await; 298 ConnectTypeMap::del(session_id).await;
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | stack_preprocess.cpp | 269 RawStackPtr rawData(&rawStack, [](StackDataRepeater::RawStack* del) {}); in TakeResultsFromShmem()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 7082 void (*del)(struct perf_event *, int); member [all...] |
Completed in 468 milliseconds