Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:process_info
(Results
1 - 2
of
2
) sorted by relevance
/base/security/asset/services/common/src/
H
A
D
calling_info.rs
20
use crate::{
process_info
::ProcessInfoDetail, OwnerType, ProcessInfo};
48
pub fn build(specific_user_id: Option<Value>,
process_info
: &ProcessInfo) -> Self {
in build()
50
match &
process_info
.process_info_detail {
in build()
57
owner_info.append(&mut
process_info
.process_name.clone());
in build()
62
let mut user_id =
process_info
.user_id;
in build()
67
CallingInfo { user_id: user_id as i32, owner_type:
process_info
.owner_type, owner_info }
in build()
92
use crate::
process_info
::{HapInfo, NativeInfo};
100
let
process_info
= ProcessInfo {
in test_build_callig_info_specific_and_hap()
107
let calling_info = CallingInfo::build(Some(Value::Number(specific_user_id)), &
process_info
);
in test_build_callig_info_specific_and_hap()
120
let
process_info
in test_build_callig_info_hap()
[all...]
H
A
D
lib.rs
21
mod
process_info
;
modules
24
pub use
process_info
::{ProcessInfo, ProcessInfoDetail};
Completed in 1 milliseconds