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:EXIT
(Results
1 - 25
of
36
) sorted by relevance
1
2
/foundation/communication/dsoftbus/sdk/frame/common/src/
H
A
D
softbus_client_frame_manager.c
235
goto
EXIT
;
in InitSoftBus()
239
goto
EXIT
;
in InitSoftBus()
243
goto
EXIT
;
in InitSoftBus()
248
goto
EXIT
;
in InitSoftBus()
254
EXIT
:
in InitSoftBus()
276
goto
EXIT
;
in GetSoftBusClientNameList()
281
goto
EXIT
;
in GetSoftBusClientNameList()
292
EXIT
:
in GetSoftBusClientNameList()
/foundation/communication/dsoftbus/core/frame/small/init/src/
H
A
D
softbus_server_stub.c
131
goto
EXIT
;
in ServerRegisterService()
136
goto
EXIT
;
in ServerRegisterService()
147
goto
EXIT
;
in ServerRegisterService()
152
goto
EXIT
;
in ServerRegisterService()
159
goto
EXIT
;
in ServerRegisterService()
168
EXIT
:
in ServerRegisterService()
/foundation/communication/dsoftbus/adapter/common/openssl/
H
A
D
softbus_aes_encrypt.c
331
goto
EXIT
;
in OpensslAesGcmEncrypt()
337
goto
EXIT
;
in OpensslAesGcmEncrypt()
342
goto
EXIT
;
in OpensslAesGcmEncrypt()
346
goto
EXIT
;
in OpensslAesGcmEncrypt()
352
goto
EXIT
;
in OpensslAesGcmEncrypt()
357
goto
EXIT
;
in OpensslAesGcmEncrypt()
361
goto
EXIT
;
in OpensslAesGcmEncrypt()
366
EXIT
:
in OpensslAesGcmEncrypt()
394
goto
EXIT
;
in OpensslAesGcmDecrypt()
399
goto
EXIT
;
in OpensslAesGcmDecrypt()
[all...]
H
A
D
softbus_adapter_crypto.c
193
goto
EXIT
;
in SslAesGcmDecrypt()
198
goto
EXIT
;
in SslAesGcmDecrypt()
203
goto
EXIT
;
in SslAesGcmDecrypt()
207
goto
EXIT
;
in SslAesGcmDecrypt()
213
goto
EXIT
;
in SslAesGcmDecrypt()
217
goto
EXIT
;
in SslAesGcmDecrypt()
222
EXIT
:
in SslAesGcmDecrypt()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H
A
D
client_trans_pending.c
99
goto
EXIT
;
in CreatePendingPacket()
103
goto
EXIT
;
in CreatePendingPacket()
108
EXIT
:
in CreatePendingPacket()
194
goto
EXIT
;
in GetPendingPacketData()
198
EXIT
:
in GetPendingPacketData()
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H
A
D
wakeup_manager_napi.cpp
356
goto
EXIT
;
in GetUploadFilesComplete()
361
goto
EXIT
;
in GetUploadFilesComplete()
367
goto
EXIT
;
in GetUploadFilesComplete()
375
goto
EXIT
;
in GetUploadFilesComplete()
382
goto
EXIT
;
in GetUploadFilesComplete()
390
EXIT
:
in GetUploadFilesComplete()
441
goto
EXIT
;
in GetCloneCompleteCallback()
446
goto
EXIT
;
in GetCloneCompleteCallback()
453
goto
EXIT
;
in GetCloneCompleteCallback()
460
EXIT
in GetCloneCompleteCallback()
[all...]
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
accessibility_constants.h
24
EXIT
,
member in OHOS::Ace::NG::AccessibilityHoverEventType
H
A
D
accessibility_manager_ng.cpp
40
type = AccessibilityHoverEventType::
EXIT
;
in HandleAccessibilityHoverEvent()
65
type = AccessibilityHoverEventType::
EXIT
;
in HandleAccessibilityHoverEvent()
142
if (eventType != AccessibilityHoverEventType::
EXIT
) {
in HandleAccessibilityHoverEventInner()
171
sourceType, AccessibilityHoverEventType::
EXIT
, time);
in HandleAccessibilityHoverEventInner()
185
hoverState_.idle = eventType == AccessibilityHoverEventType::
EXIT
;
in HandleAccessibilityHoverEventInner()
289
&& (eventType == AccessibilityHoverEventType::
EXIT
)) {
in IsEventTypeChangeDirectHandleHover()
323
case AccessibilityHoverEventType::
EXIT
:
in HandlePipelineAccessibilityHoverEnter()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H
A
D
lnn_distributed_net_ledger_manager.c
840
goto
EXIT
;
in LnnSetDLDeviceInfoName()
849
goto
EXIT
;
in LnnSetDLDeviceInfoName()
853
EXIT
:
in LnnSetDLDeviceInfoName()
872
goto
EXIT
;
in LnnSetDLDeviceNickName()
875
goto
EXIT
;
in LnnSetDLDeviceNickName()
879
EXIT
:
in LnnSetDLDeviceNickName()
899
goto
EXIT
;
in LnnSetDLUnifiedDeviceName()
913
EXIT
:
in LnnSetDLUnifiedDeviceName()
933
goto
EXIT
;
in LnnSetDLUnifiedDefaultDeviceName()
947
EXIT
in LnnSetDLUnifiedDefaultDeviceName()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H
A
D
page_transition_effect.h
136
return type_ == PageTransitionType::
EXIT
&& animationOption_.routeType != RouteType::POP;
in CanFit()
138
return type_ == PageTransitionType::
EXIT
&& animationOption_.routeType != RouteType::PUSH;
in CanFit()
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
page_transition_common.h
27
EXIT
, // current page exit not specify route type.
member in OHOS::Ace::PageTransitionType
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H
A
D
softbus_server_stub.cpp
438
goto
EXIT
;
in CreateSessionServerInner()
444
goto
EXIT
;
in CreateSessionServerInner()
450
goto
EXIT
;
in CreateSessionServerInner()
455
EXIT
:
in CreateSessionServerInner()
480
goto
EXIT
;
in RemoveSessionServerInner()
488
goto
EXIT
;
in RemoveSessionServerInner()
496
EXIT
:
in RemoveSessionServerInner()
602
goto
EXIT
;
in OpenSessionInner()
605
goto
EXIT
;
in OpenSessionInner()
610
goto
EXIT
;
in OpenSessionInner()
[all...]
/foundation/communication/dsoftbus/core/connection/tcp/src/
H
A
D
softbus_tcp_connect_manager.c
245
goto
EXIT
;
in TcpOnConnectEvent()
253
goto
EXIT
;
in TcpOnConnectEvent()
257
goto
EXIT
;
in TcpOnConnectEvent()
262
EXIT
:
in TcpOnConnectEvent()
284
goto
EXIT
;
in RecvData()
290
goto
EXIT
;
in RecvData()
295
EXIT
:
in RecvData()
/foundation/communication/dsoftbus/core/common/security/permission/common/
H
A
D
permission_entry.c
194
goto
EXIT
;
in ProcessAppInfo()
201
goto
EXIT
;
in ProcessAppInfo()
204
goto
EXIT
;
in ProcessAppInfo()
222
goto
EXIT
;
in ProcessAppInfo()
225
EXIT
:
in ProcessAppInfo()
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H
A
D
wifi_napi_event.cpp
93
goto
EXIT
;
in EventNotify()
97
goto
EXIT
;
in EventNotify()
107
goto
EXIT
;
in EventNotify()
115
goto
EXIT
;
in EventNotify()
121
goto
EXIT
;
in EventNotify()
130
EXIT
:
in EventNotify()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H
A
D
softbus_proxychannel_message.c
493
goto
EXIT
;
in TransProxyPackHandshakeMsg()
498
goto
EXIT
;
in TransProxyPackHandshakeMsg()
502
goto
EXIT
;
in TransProxyPackHandshakeMsg()
505
goto
EXIT
;
in TransProxyPackHandshakeMsg()
508
goto
EXIT
;
in TransProxyPackHandshakeMsg()
516
goto
EXIT
;
in TransProxyPackHandshakeMsg()
519
goto
EXIT
;
in TransProxyPackHandshakeMsg()
523
EXIT
:
in TransProxyPackHandshakeMsg()
H
A
D
softbus_proxychannel_manager.c
850
goto
EXIT
;
in TransProxyProcessHandshakeAckMsg()
853
goto
EXIT
;
in TransProxyProcessHandshakeAckMsg()
858
goto
EXIT
;
in TransProxyProcessHandshakeAckMsg()
863
goto
EXIT
;
in TransProxyProcessHandshakeAckMsg()
874
goto
EXIT
;
in TransProxyProcessHandshakeAckMsg()
880
EXIT
:
in TransProxyProcessHandshakeAckMsg()
1327
goto
EXIT
;
in TransProxyProcessResetMsg()
1332
goto
EXIT
;
in TransProxyProcessResetMsg()
1338
goto
EXIT
;
in TransProxyProcessResetMsg()
1344
goto
EXIT
;
in TransProxyProcessResetMsg()
[all...]
/foundation/communication/nfc/frameworks/js/napi/controller/
H
A
D
nfc_napi_controller_event.cpp
80
goto
EXIT
;
in after_work_cb()
86
goto
EXIT
;
in after_work_cb()
95
EXIT
:
in after_work_cb()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_page_transition_ffi.cpp
36
PageTransitionModel::GetInstance()->CreateTransition(PageTransitionType::
EXIT
, option);
in FfiPageTransitionExitCreate()
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H
A
D
window_info.h
502
EXIT
,
member in OHOS::MMI::WindowInputType::WindowArea
/foundation/communication/dsoftbus/core/connection/br/src/
H
A
D
softbus_conn_br_pending_packet.c
129
goto
EXIT
;
in ConnBrGetBrPendingPacket()
149
EXIT
:
in ConnBrGetBrPendingPacket()
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H
A
D
page_transition_info.h
48
} else if (pageTransition->type_ == PageTransitionType::
EXIT
) {
in ProcessPageTransitionType()
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H
A
D
disc_nstackx_adapter.c
69
goto
EXIT
;
in FillRspSettings()
73
goto
EXIT
;
in FillRspSettings()
76
EXIT
:
in FillRspSettings()
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H
A
D
nfc_napi_hce_adapter.cpp
314
goto
EXIT
;
in after_work_cb()
320
goto
EXIT
;
in after_work_cb()
333
EXIT
:
in after_work_cb()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_third_accessibility_hover_ng.cpp
230
if (config.eventType != NG::AccessibilityHoverEventType::
EXIT
) {
in HandleAccessibilityHoverForThird()
269
hoverForThirdState_.idle = config.eventType == NG::AccessibilityHoverEventType::
EXIT
;
in HandleAccessibilityHoverForThird()
Completed in 23 milliseconds
1
2