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:fullRequestCode
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/utils/server/startup/src/
H
A
D
startup_util.cpp
108
uint64_t
fullRequestCode
= static_cast<uint64_t>(requestCode);
in GenerateFullRequestCode()
local
110
fullRequestCode
|= (tempNum << REQUEST_CODE_LENGTH);
in GenerateFullRequestCode()
113
fullRequestCode
|= (tempNum << REQUEST_CODE_PID_LENGTH);
in GenerateFullRequestCode()
115
return
fullRequestCode
;
in GenerateFullRequestCode()
118
CallerRequestInfo StartupUtil::ParseFullRequestCode(int64_t
fullRequestCode
)
in ParseFullRequestCode()
argument
121
if (
fullRequestCode
<= 0) {
in ParseFullRequestCode()
124
uint64_t tempFullRequestCode = static_cast<uint64_t>(
fullRequestCode
);
in ParseFullRequestCode()
/foundation/ability/ability_runtime/utils/server/startup/include/
H
A
D
startup_util.h
47
static CallerRequestInfo ParseFullRequestCode(int64_t
fullRequestCode
);
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H
A
D
update_caller_info_util.cpp
269
auto
fullRequestCode
= AbilityRuntime::StartupUtil::GenerateFullRequestCode(
in UpdateBackToCallerFlag()
local
271
want.SetParam(CALLER_REQUEST_CODE, std::to_string(
fullRequestCode
));
in UpdateBackToCallerFlag()
273
"pid: %{public}d, backFlag:%{private}d, requestCode: %{private}d,
fullRequestCode
: %{private}s",
in UpdateBackToCallerFlag()
274
callerAbilityRecord->GetPid(), backFlag, requestCode, std::to_string(
fullRequestCode
).c_str());
in UpdateBackToCallerFlag()
Completed in 2 milliseconds