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:sa
(Results
1 - 8
of
8
) sorted by relevance
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/sa/
H
A
D
sa.py
56
for
sa
in profile["systemability"]:
57
libpath =
sa
["libpath"]
59
sa
["process"] = process
60
all_sa[sa_key] =
sa
H
A
D
__init__.py
19
from .
sa
import SAParser
/developtools/profiler/hidebug/interfaces/cj/
H
A
D
hidebug_ffi.cpp
269
sptr<IRemoteObject>
sa
= sam->CheckSystemAbility(serviceId);
in FfiHidebugGetServiceDump()
local
270
if (
sa
== nullptr) {
in FfiHidebugGetServiceDump()
278
int dumpResult =
sa
->Dump(fd, cargs);
in FfiHidebugGetServiceDump()
/developtools/hdc/src/host/
H
A
D
client.cpp
244
SECURITY_ATTRIBUTES
sa
;
in RunCommandWin32()
local
245
sa
.nLength = sizeof(SECURITY_ATTRIBUTES);
in RunCommandWin32()
246
sa
.lpSecurityDescriptor = NULL;
in RunCommandWin32()
247
sa
.bInheritHandle = true;
in RunCommandWin32()
249
if (!CreatePipe(&hParentRead, &hSubWrite, &
sa
, 0) ||
in RunCommandWin32()
250
!CreatePipe(&hSubRead, &hParentWrite, &
sa
, 0) ||
in RunCommandWin32()
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
H
A
D
elf_file_mgr.py
27
from .
sa
import SAParser
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H
A
D
ram_analyzer.py
438
for
sa
in j_content.get("systemability"):
439
libpath: str =
sa
.get("libpath")
613
help="path of
sa
json file. eg: -x ~/openharmony/out/rk3568/packages/phone/system/profile")
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H
A
D
napi_hidebug.cpp
548
sptr<IRemoteObject>
sa
= sam->CheckSystemAbility(serviceAbilityId);
in GetServiceDump()
local
549
if (
sa
== nullptr) {
in GetServiceDump()
555
int dumpResult =
sa
->Dump(fd, args);
in GetServiceDump()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
2208
struct sigaction
sa
;
member
54371
struct sockaddr
sa
;
global()
member
157438
}
sa
;
global()
member
[all...]
Completed in 441 milliseconds