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:clientInstance
(Results
1 - 7
of
7
) sorted by relevance
/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/
H
A
D
mock_iservice_registry.cpp
19
SystemAbilityManagerClient* SystemAbilityManagerClient::
clientInstance
= nullptr;
member in OHOS::SystemAbilityManagerClient
26
if (
clientInstance
== nullptr) {
in GetInstance()
27
clientInstance
= new (std::nothrow)SystemAbilityManagerClient();
in GetInstance()
28
if (
clientInstance
== nullptr) {
in GetInstance()
32
return *
clientInstance
;
in GetInstance()
/base/startup/appspawn/interfaces/innerkits/client/
H
A
D
appspawn_client.c
61
AppSpawnReqMsgMgr *
clientInstance
= malloc(sizeof(AppSpawnReqMsgMgr) + RECV_BLOCK_LEN);
in InitClientInstance()
local
62
if (
clientInstance
== NULL) {
in InitClientInstance()
67
clientInstance
->type = type;
in InitClientInstance()
68
clientInstance
->msgNextId = 1;
in InitClientInstance()
69
clientInstance
->timeout = GetDefaultTimeout(TIMEOUT_DEF);
in InitClientInstance()
70
clientInstance
->maxRetryCount = MAX_RETRY_SEND_COUNT;
in InitClientInstance()
71
clientInstance
->socketId = -1;
in InitClientInstance()
72
pthread_mutex_init(&
clientInstance
->mutex, NULL);
in InitClientInstance()
74
OH_ListInit(&
clientInstance
->recvBlock.node);
in InitClientInstance()
75
clientInstance
in InitClientInstance()
[all...]
/base/startup/init/test/systest/
H
A
D
loopclient_systest.c
108
ReqMsgMgr *
clientInstance
= malloc(sizeof(ReqMsgMgr) + RECV_BLOCK_LEN);
in InitClientInstance()
local
109
if (
clientInstance
== NULL) {
in InitClientInstance()
114
clientInstance
->msgNextId = 1;
in InitClientInstance()
115
clientInstance
->timeout = GetDefaultTimeout(TIMEOUT_DEF);
in InitClientInstance()
116
clientInstance
->maxRetryCount = MAX_RETRY_SEND_COUNT;
in InitClientInstance()
117
clientInstance
->socketId = -1;
in InitClientInstance()
118
pthread_mutex_init(&
clientInstance
->mutex, NULL);
in InitClientInstance()
120
OH_ListInit(&
clientInstance
->recvBlock.node);
in InitClientInstance()
121
clientInstance
->recvBlock.blockSize = RECV_BLOCK_LEN;
in InitClientInstance()
122
clientInstance
in InitClientInstance()
[all...]
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H
A
D
iservice_registry.h
37
static SystemAbilityManagerClient*
clientInstance
;
member in OHOS::SystemAbilityManagerClient
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H
A
D
sec_comp_service_test.cpp
110
SystemAbilityManagerClient::
clientInstance
= saClient.get();
in HWTEST_F()
member in SystemAbilityManagerClient
158
SystemAbilityManagerClient::
clientInstance
= nullptr;
in HWTEST_F()
member in SystemAbilityManagerClient
337
SystemAbilityManagerClient::
clientInstance
= saClient.get();
in HWTEST_F()
member in SystemAbilityManagerClient
H
A
D
sec_comp_manager_test.cpp
598
SystemAbilityManagerClient::
clientInstance
= saClient.get();
in HWTEST_F()
member in SystemAbilityManagerClient
631
SystemAbilityManagerClient::
clientInstance
= saClient.get();
in HWTEST_F()
member in SystemAbilityManagerClient
/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()
local
1218
clientInstance
->socketId = 1;
in HWTEST_F()
1219
clientInstance
->maxRetryCount = 1;
in HWTEST_F()
1220
TryCreateSocket(
clientInstance
);
in HWTEST_F()
1221
free(
clientInstance
);
in HWTEST_F()
Completed in 6 milliseconds