/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitrace_meter/src/ |
D | lib.rs | 20 pub fn start_trace(label: u64, value: &str) { in start_trace() argument 29 pub fn finish_trace(label: u64) { in finish_trace() argument 37 pub fn start_trace_async(label: u64, value: &str, task_id: i32) { in start_trace_async() argument 46 pub fn finish_trace_async(label: u64, value: &str, task_id: i32) { in finish_trace_async() argument 55 pub fn count_trace(label: u64, name: &str, count: i64) { in count_trace() argument
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/include/ |
D | callstack.h | 99 bool UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum, 100 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, 117 bool UnwindCallStack(const VirtualThread &thread, u64 *regs, u64 regsNum, 118 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, 141 u64 *regs_ = nullptr; // not const , be cause we will fix it for arm64 cpu in UpdateRegForABI 142 u64 regsNum_ = 0; 144 u64 stackSize_ = 0; 152 bool GetIpSP(uint64_t &ip, uint64_t &sp, const u64 *regs, size_t regNum) const; 212 const u64 *regs;
|
D | register.h | 184 bool RegisterGetValue(uint64_t &value, const u64 registers[], const size_t registerIndex, 190 inline bool RegisterGetSPValue(uint64_t &value, ArchType arch, const u64 registers[], in RegisterGetSPValue() 196 inline bool RegisterGetIPValue(uint64_t &value, ArchType arch, const u64 registers[], in RegisterGetIPValue() 208 void UpdateRegForABI(ArchType arch, u64 registers[]);
|
/base/request/request/services/service/rust/src/ |
D | request_binding.rs | 26 pub fn RequestCheckPermission(tokenId: u64, permission: CStringWrapper) -> bool; in RequestCheckPermission() argument 49 pub fn Touch(taskId: u32, uid: u64, token: CStringWrapper) -> *const CTaskInfo; in Touch() argument 52 pub fn RequestIsSystemAPI(tokenId: u64) -> bool; in RequestIsSystemAPI() 53 pub fn GetCallingBundle(tokenId: u64) -> CStringWrapper; in GetCallingBundle()
|
D | task_manager.rs | 33 static INTERVAL_MILLISECONDS: u64 = 30 * 60 * 1000; 34 static MILLISECONDS_IN_ONE_DAY: u64 = 24 * 60 * 60 * 1000; 35 static MILLISECONDS_IN_ONE_MONTH: u64 = 30 * 24 * 60 * 60 * 1000; 36 static MILLISECONDS_IN_ONE_SECONDS: u64 = 1000; 38 static WAITTING_RETRY_INTERVAL: u64 = 10; 39 static DUMP_INTERVAL: u64 = 5 * 60; 44 task_map: Arc<Mutex<HashMap<u64, AppTask>>>, 48 pub front_app_uid: Option<u64>, 49 pub front_notify_time: u64, 103 task_map: Arc::new(Mutex::new(HashMap::<u64, AppTask>::new())), in new() [all …]
|
D | trace.rs | 25 label: u64, 30 const HITRACE_TAG_MISC: u64 = 1u64 << 41;
|
D | request_task.rs | 39 static CONNECT_TIMEOUT: u64 = 60; 40 static LOW_SPEED_TIME: u64 = 60; 41 static LOW_SPEED_LIMIT: u64 = 1; 42 static SECONDS_IN_ONE_WEEK: u64 = 7 * 24 * 60 * 60; 43 static FRONT_NOTIFY_INTERVAL: u64 = 1000; 44 static BACKGROUND_NOTIFY_INTERVAL: u64 = 3000; 45 static RETRY_INTERVAL: u64 = 20; 48 pub waitting_network_time: Option<u64>, 49 pub mtime: u64, 71 pub uid: u64, [all …]
|
D | task_info.rs | 39 pub uid: u64, 42 pub ctime: u64, 43 pub mtime: u64, 65 pub uid: u64, 206 pub mtime: u64, 215 pub mtime: u64,
|
D | utils.rs | 20 pub fn get_current_timestamp() -> u64 { in get_current_timestamp() 22 Ok(n) => n.as_millis() as u64, in get_current_timestamp()
|
D | filter.rs | 51 pub len: u64,
|
D | task_config.rs | 31 pub begins: u64,
|
D | request_service_ability.rs | 323 .write(&(notify_data.progress.processed[index] as u64)) in notify_client() 326 .write(&(notify_data.progress.common_data.total_processed as u64)) in notify_client() 410 reply.write(&(task_info.progress.processed[index] as u64)).ok(); in notify_task_info() 411 reply.write(&(task_info.progress.common_data.total_processed as u64)).ok(); in notify_task_info() 472 reply.write(&(tf.progress.processed[index] as u64))?; in serialize_task_info() 473 reply.write(&(tf.progress.common_data.total_processed as u64))?; in serialize_task_info()
|
/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/ |
D | lib.rs | 100 trace_details: [u64;2], 148 pub fn set_chain_id(&mut self, chain_id: u64) { in set_chain_id() argument 156 pub fn get_chain_id(&self) -> u64 { in get_chain_id() argument 164 pub fn set_span_id(&mut self, span_id: u64) { in set_span_id() argument 172 pub fn get_span_id(&self)-> u64 { in get_span_id() argument 180 pub fn set_parent_span_id(&mut self, parent_span_id: u64) { in set_parent_span_id() argument 188 pub fn get_parent_span_id(&self) -> u64 { in get_parent_span_id() argument
|
/base/msdp/device_status/rust/data/sys/src/ipc/ |
D | default.rs | 37 calling_uid: u64, 38 calling_pid: u64, 39 calling_token_id: u64,
|
/base/request/request/test/unittest/rust/src/ |
D | main.rs | 28 let uid: u64 = 10; in create_test1() 100 let uid: u64 = 10; in create_test3() 150 let uid: u64 = 1; in start_test1() 173 let uid: u64 = 1; in pause_test() 195 let uid: u64 = 1; in resume_test() 218 let uid: u64 = 1; in stop_test() 251 let uid: u64 = 1; in remove_test()
|
D | common.rs | 24 uid: u64, in construct_download_task() argument
|
/base/hiviewdfx/faultloggerd/common/ |
D | dfx_types.h | 27 using u64 = __u64; variable
|
/base/hiviewdfx/hitrace/cmd/example/rust/ |
D | main.rs | 19 const HITRACE_TAG_OHOS : u64 = 1 << 30;
|
/base/hiviewdfx/faultloggerd/test/unittest/callstack/ |
D | register_test.cpp | 120 const u64 registers[4] = {1, 2, 3, 4}; 141 u64 registers[PERF_REG_ARM64_MAX] = {1, 2, 3, 4}; 160 u64 registers[PERF_REG_ARM64_MAX] = {1, 2, 3, 4};
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
D | epoll_manager.rs | 23 const SEND_RETRY_SLEEP_TIME: u64 = 10000;
|
D | stream_session.rs | 28 const SEND_RETRY_SLEEP_TIME: u64 = 10000;
|
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
D | sys_event_manager.rs | 165 pub fn get_time(&self) -> u64 { in get_time() argument 191 pub fn get_trace_id(&self) -> u64 { in get_trace_id() argument 196 pub fn get_span_id(&self) -> u64 { in get_span_id() argument 201 pub fn get_parent_span_id(&self) -> u64 { in get_parent_span_id() argument
|
D | sys_event.rs | 50 pub u64_: u64,
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/src/ |
D | callstack.cpp | 560 bool CallStack::GetIpSP(uint64_t &ip, uint64_t &sp, const u64 *regs, size_t regNum) const 615 bool CallStack::UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum, 616 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, 657 bool CallStack::UnwindCallStack(const VirtualThread &thread, u64 *regs, u64 regsNum, 658 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack,
|
D | register.cpp | 182 bool RegisterGetValue(uint64_t &value, const u64 registers[], const size_t registerIndex, in RegisterGetValue() 259 void UpdateRegForABI(ArchType arch, u64 *regs) in UpdateRegForABI()
|