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:servName
(Results
1 - 14
of
14
) sorted by relevance
/drivers/hdf_core/framework/core/shared/include/
H
A
D
device_token_if.h
18
const char *
servName
;
member
H
A
D
hdf_service_info.h
15
const char *
servName
;
member
H
A
D
hdf_service_record.h
19
const char *
servName
;
member
/drivers/hdf_core/interfaces/inner_api/hdi/
H
A
D
idevmgr_hdi.h
53
std::string
servName
;
member
/drivers/hdf_core/adapter/uhdf2/host/src/
H
A
D
devhost_dump.c
30
char *
servName
;
member
67
static bool DevHostCheckDumpExist(const char *
servName
)
in DevHostCheckDumpExist()
argument
82
int32_t DevHostRegisterDumpService(const char *
servName
, DevHostDumpFunc dump)
in DevHostRegisterDumpService()
argument
161
const char *
servName
= HdfSbufReadString(data);
DevHostDump()
local
[all...]
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
iservmgr_client.cpp
153
const char *
servName
= reply.ReadCString();
in HdfDevMgrDbgFillServiceInfo()
local
/drivers/hdf_core/interfaces/inner_api/host/shared/
H
A
D
hdf_device_node.h
43
char *
servName
;
member
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H
A
D
sample_hdi_service.cpp
66
static int32_t SampleServiceRegisterDevice(struct HdfDeviceObject *device, const char *
servName
)
in SampleServiceRegisterDevice()
argument
103
static int32_t SampleServiceUnregisterDevice(struct HdfDeviceObject *device, const char *
servName
)
in SampleServiceUnregisterDevice()
argument
/drivers/hdf_core/adapter/uhdf2/manager/src/
H
A
D
devsvc_manager_stub.c
35
static int32_t AddServicePermCheck(const char *
servName
)
in AddServicePermCheck()
argument
55
static int32_t GetServicePermCheck(const char *
servName
)
in GetServicePermCheck()
argument
440
const char *
servName
= (const char *)serviceObject->priv;
DevSvcManagerStubRemoveService()
local
[all...]
H
A
D
devmgr_service_stub.c
77
const char *
servName
= HdfSbufReadString(data);
in DevmgrServiceStubDispatchAttachDevice()
local
H
A
D
devmgr_dump.c
114
static int32_t DevMgrDumpServiceFindHost(const char *
servName
, struct HdfSBuf *data, struct HdfSBuf *reply)
in DevMgrDumpServiceFindHost()
argument
153
const char *
servName
= HdfSbufReadString(data);
in DevMgrDumpService()
local
395
const char *
servName
= (name == NULL) ? "" : name;
DevMgrFillDeviceInfo()
local
416
const char *
servName
= NULL;
DevMgrFillServiceInfo()
local
[all...]
/drivers/hdf_core/framework/core/host/src/
H
A
D
hdf_device_object.c
268
int HdfDeviceObjectPublishService(struct HdfDeviceObject *dev, const char *
servName
, uint8_t policy, uint32_t perm)
in HdfDeviceObjectPublishService()
argument
/drivers/hdf_core/framework/core/manager/test/unittest/common/
H
A
D
hdf_ioservice_test.cpp
751
std::string
servName
;
member
/drivers/hdf_core/framework/tools/hdf_dbg/
H
A
D
hdf_dbg.cpp
144
const char *
servName
= HdfSbufReadString(data);
in PrintAllServiceInfoKernel()
local
235
std::string
servName
= (str == nullptr) ? "" : str;
in PrintOneHostInfoKernel()
local
Completed in 9 milliseconds