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:AppSpawnReqMsgMgr
(Results
1 - 6
of
6
) sorted by relevance
/base/startup/appspawn/interfaces/innerkits/permission/
H
A
D
appspawn_mount_permission.c
204
AppSpawnReqMsgMgr
*reqMgr = (
AppSpawnReqMsgMgr
*)handle;
in GetPermissionIndex()
213
AppSpawnReqMsgMgr
*reqMgr = (
AppSpawnReqMsgMgr
*)handle;
in GetMaxPermissionIndex()
222
AppSpawnReqMsgMgr
*reqMgr = (
AppSpawnReqMsgMgr
*)handle;
in GetPermissionByIndex()
/base/startup/appspawn/interfaces/innerkits/client/
H
A
D
appspawn_client.c
39
static
AppSpawnReqMsgMgr
*g_clientInstance[CLIENT_MAX] = {NULL};
61
AppSpawnReqMsgMgr
*clientInstance = malloc(sizeof(
AppSpawnReqMsgMgr
) + RECV_BLOCK_LEN);
in InitClientInstance()
212
static int HandleMsgSend(
AppSpawnReqMsgMgr
*reqMgr, int socketId, AppSpawnReqMsgNode *reqNode)
in HandleMsgSend()
238
APPSPAWN_STATIC void TryCreateSocket(
AppSpawnReqMsgMgr
*reqMgr)
in TryCreateSocket()
255
static int ClientSendMsg(
AppSpawnReqMsgMgr
*reqMgr, AppSpawnReqMsgNode *reqNode, AppSpawnResult *result)
in ClientSendMsg()
319
AppSpawnReqMsgMgr
*reqMgr = (
AppSpawnReqMsgMgr
*)handle;
in AppSpawnClientDestroy()
341
AppSpawnReqMsgMgr
*reqMgr = (
AppSpawnReqMsgMgr
*)handl
in AppSpawnClientSendMsg()
[all...]
H
A
D
appspawn_client.h
70
}
AppSpawnReqMsgMgr
;
typedef
H
A
D
appspawn_msg.c
548
AppSpawnReqMsgMgr
*reqMgr = (
AppSpawnReqMsgMgr
*)handle;
in AppSpawnClientAddPermission()
/base/startup/appspawn/test/mock/
H
A
D
app_spawn_stub.h
38
typedef struct TagAppSpawnReqMsgMgr
AppSpawnReqMsgMgr
;
typedef
62
void TryCreateSocket(
AppSpawnReqMsgMgr
*reqMgr);
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H
A
D
app_spawn_client_test.cpp
1217
AppSpawnReqMsgMgr
*clientInstance = (
AppSpawnReqMsgMgr
*)malloc(sizeof(
AppSpawnReqMsgMgr
) + RECV_BLOCK_LEN);
in HWTEST_F()
Completed in 5 milliseconds