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:getpid
(Results
1 - 23
of
23
) sorted by relevance
/drivers/peripheral/camera/hal_c/hdi_cif/include/
H
A
D
camera.h
48
pid_t pid =
getpid
(); \
57
pid_t pid =
getpid
(); \
66
pid_t pid =
getpid
(); \
75
pid_t pid =
getpid
(); \
84
pid_t pid =
getpid
(); \
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H
A
D
hdf_dump.cpp
44
result = std::string("HdfDumpIpcStatStart pid:") + std::to_string(
getpid
());
in HdfDumpIpcStatStart()
52
result = std::string("HdfDumpIpcStatStop pid:") + std::to_string(
getpid
());
in HdfDumpIpcStatStop()
62
result += std::to_string(
getpid
());
in HdfDumpIpcStatGet()
/drivers/peripheral/codec/hal/idl_service/src/
H
A
D
codec_dma_buffer.cpp
50
bool isIpcMode = (HdfRemoteGetCallingPid() ==
getpid
() ? false : true);
in Allocate()
H
A
D
codec_component_manager_service.cpp
67
uint32_t curPid = static_cast<uint32_t>(
getpid
());
in JudgePassThrouth()
H
A
D
codec_component_service.cpp
121
isIPCMode_ = (HdfRemoteGetCallingPid() ==
getpid
() ? false : true);
in CodecComponentService()
/drivers/peripheral/display/composer/vdi_base/src/
H
A
D
hdi_netlink_monitor.cpp
57
snl.nl_pid =
getpid
();
in ThreadInit()
/drivers/peripheral/thermal/test/unittest/
H
A
D
hdf_thermal_log_test.cpp
39
std::string cmd = "ps -T -p " + std::to_string(
getpid
()) + " > " + file;
in CheckThread()
/drivers/peripheral/sensor/test/unittest/dump/
H
A
D
hdf_sensor_dump_test.cpp
72
g_serviceId =
getpid
();
in SetUpTestCase()
/drivers/peripheral/usb/ddk/host/src/
H
A
D
ddk_uevent_handle.c
54
addr.nl_pid = (uint32_t)
getpid
();
in DdkUeventOpen()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H
A
D
usbhost_speed_test.c
150
g_stopHandlerTid =
getpid
();
in StopHandler()
/drivers/hdf_core/adapter/uhdf2/manager/src/
H
A
D
devmgr_service_stub.c
145
if (!HdfSbufWriteInt32(reply,
getpid
())) {
in DevmgrServiceStubListAllHost()
H
A
D
devmgr_uevent.c
357
addr.nl_pid = (__u32)
getpid
();
in DevMgrUeventSocketInit()
H
A
D
devmgr_dump.c
317
if (pid ==
getpid
()) {
in DevMgrDumpIpc()
/drivers/peripheral/battery/interfaces/hdi_service/src/
H
A
D
battery_thread.cpp
60
.nl_pid =
getpid
(),
in OpenUeventSocket()
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H
A
D
audio_proxy_common.cpp
80
uint32_t renderPid = (uint32_t)
getpid
();
in AudioProxyPreprocessRender()
H
A
D
audio_proxy_adapter.cpp
72
int32_t pid =
getpid
();
in AudioProxyCommonInitCreateData()
/drivers/external_device_manager/services/native/driver_extension/src/
H
A
D
js_driver_extension.cpp
211
ConnectionManager::GetInstance().ReportConnectionLeakEvent(
getpid
(), gettid());
in OnStop()
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
H
A
D
smq_test.cpp
166
int pid =
getpid
();
in QueryOpenedFdsOfCurrentHost()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H
A
D
v4l2_uvc.cpp
435
nls.nl_pid =
getpid
();
in V4L2UvcDetectInit()
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/driver_adapter/src/
H
A
D
v4l2_uvc.cpp
434
nls.nl_pid =
getpid
();
in V4L2UvcDetectInit()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H
A
D
hdf_audio_pnp_uevent.c
622
addr.nl_pid = ((uint32_t)gettid() << MOVE_NUM) | (uint32_t)
getpid
();
in AudioPnpUeventOpen()
/drivers/peripheral/input/udriver/src/
H
A
D
input_device_manager.cpp
52
std::string wholeName1 = std::to_string(
getpid
()) + "_" + std::to_string(gettid());
in Init()
/drivers/peripheral/wlan/client/src/netlink/
H
A
D
netlink_cmd_adapter.c
3440
ntlAddr.nl_pid =
getpid
();
in NtlLinkInit()
3486
ntlMsg->hdr.nlmsg_pid = (unsigned int)(
getpid
());
in SendMsgToKernel()
Completed in 21 milliseconds