Searched defs:process_name (Results 1 – 6 of 6) sorted by relevance
47 let mut process_name = binding.as_str(); in read_process_name() localVariable74 let process_name = read_process_name(pid); in report_info_handler() localVariable
112 let process_name = "test_process".as_bytes().to_vec(); in test_build_callig_info_specific_and_hap() localVariable131 let process_name = "test_process".as_bytes().to_vec(); in test_build_callig_info_hap() localVariable150 let process_name = "test_process".as_bytes().to_vec(); in test_build_callig_info_native() localVariable169 let process_name = "test_process".as_bytes().to_vec(); in test_build_callig_info_specific_and_native() localVariable
41 process_name: *mut u8, field106 pub process_name: Vec<u8>, field117 let mut process_name = vec![0u8; 256]; in build() localVariable
47 int32_t CpuInfo::GetTaskPidFile(const std::string &process_name) in GetTaskPidFile()208 double CpuInfo::GetProcCpuUsage(const std::string &process_name) in GetProcCpuUsage()
33 process_name: *const c_char, field
90 std::string process_name = ""; member