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
defs:hostName
(Results
1 - 13
of
13
) sorted by relevance
/drivers/hdf_core/framework/core/manager/include/
H
A
D
hdf_host_info.h
18
const char *
hostName
;
member
H
A
D
devhost_service_clnt.h
29
const char *
hostName
;
member
/drivers/hdf_core/framework/core/host/include/
H
A
D
devhost_service.h
24
const char *
hostName
;
member
/drivers/hdf_core/framework/core/manager/src/
H
A
D
devhost_service_clnt.c
83
struct DevHostServiceClnt *DevHostServiceClntNewInstance(uint16_t hostId, const char *
hostName
)
in DevHostServiceClntNewInstance()
argument
/drivers/hdf_core/interfaces/inner_api/hdi/
H
A
D
idevmgr_hdi.h
63
std::string
hostName
;
member
/drivers/hdf_core/adapter/uhdf2/host/src/
H
A
D
devhost_service_stub.c
27
static void DevHostSetCurrentSecurec(const char *
hostName
)
in DevHostSetCurrentSecurec()
argument
/drivers/hdf_core/framework/core/host/src/
H
A
D
devhost_service.c
273
struct IDevHostService *DevHostServiceNewInstance(uint16_t hostId, const char *
hostName
)
in DevHostServiceNewInstance()
argument
/drivers/hdf_core/adapter/uhdf2/host/
H
A
D
devhost.c
147
static void SetHostProperties(int argc, char **argv, const char *
hostName
)
in SetHostProperties()
argument
172
const char *
hostName
= argv[DEVHOST_HOST_NAME_POS];
in main()
local
[all...]
/drivers/hdf_core/adapter/uhdf2/security/src/
H
A
D
hdf_security.c
220
const char *
hostName
= NULL;
in HdfRegisterAllDevSecId()
local
231
int32_t HdfSetCurrentHostSecurity(const char *
hostName
, int32_t procId)
in HdfSetCurrentHostSecurity()
argument
236
void HdfDelSecurity(const char *
hostName
)
in HdfDelSecurity()
argument
[all...]
/drivers/hdf_core/framework/core/common/src/
H
A
D
hdf_attribute.c
117
const char *
hostName
= NULL;
in GetHostNode()
local
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
H
A
D
smq_test.cpp
87
static bool QueryPidOfHostName(const std::string &
hostName
, int &hostPid)
in QueryPidOfHostName()
argument
95
cmdStr << "ps -ef | grep '" <<
hostName
<< "' | grep -v 'grep' | ";
in QueryPidOfHostName()
local
150
static bool QueryOpenedFdsByHostName(const std::string &
hostName
, std::set<int> &fds)
in QueryOpenedFdsByHostName()
argument
/drivers/hdf_core/adapter/uhdf2/manager/src/
H
A
D
devmgr_dump.c
43
static int32_t DevMgrDumpHostFindHost(const char *
hostName
, struct HdfSBuf *data, struct HdfSBuf *reply)
in DevMgrDumpHostFindHost()
argument
77
const char *
hostName
= HdfSbufReadString(data);
in DevMgrDumpHost()
local
[all...]
/drivers/hdf_core/framework/tools/hdf_dbg/
H
A
D
hdf_dbg.cpp
202
const char *
hostName
= HdfSbufReadString(data);
in PrintOneHostInfoKernel()
local
Completed in 6 milliseconds