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:INVALID_HANDLE
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H
A
D
event_fd.h
23
static const int
INVALID_HANDLE
= -1;
variable
29
static const int
INVALID_HANDLE
= -1;
variable
37
EventFd() : fd_(
INVALID_HANDLE
) {}
in EventFd()
43
fd_ =
INVALID_HANDLE
;
in ~EventFd()
65
fd_ =
INVALID_HANDLE
;
in Close()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
inner_navigation_controller.cpp
23
constexpr int32_t
INVALID_HANDLE
= 0;
member
31
return GetTopHandle() !=
INVALID_HANDLE
;
in IsNavDestinationInTopStack()
39
CHECK_NULL_RETURN(navigationPattern,
INVALID_HANDLE
);
in GetTopHandle()
41
CHECK_NULL_RETURN(navigationStack,
INVALID_HANDLE
);
in GetTopHandle()
44
return
INVALID_HANDLE
;
in GetTopHandle()
49
CHECK_NULL_RETURN(navDestinationNode,
INVALID_HANDLE
);
in GetTopHandle()
/foundation/communication/ipc/ipc/native/c/manager/src/
H
A
D
ipc_skeleton.c
26
static const int
INVALID_HANDLE
= 0;
variable
100
if (target.handle <
INVALID_HANDLE
) {
in AddDeathRecipient()
113
if (target.handle <
INVALID_HANDLE
) {
in RemoveDeathRecipient()
151
if (target.handle <=
INVALID_HANDLE
) {
in ReleaseSvc()
/foundation/communication/ipc/ipc/test/unittest/rpc/include/
H
A
D
rpc_test.h
23
constexpr int32_t
INVALID_HANDLE
= -1;
variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_pattern_new_branch_test.cpp
312
TouchHandleType touchHandleType_ =
INVALID_HANDLE
;
371
TouchHandleType touchHandleType_ =
INVALID_HANDLE
;
430
TouchHandleType touchHandleType_ =
INVALID_HANDLE
;
489
TouchHandleType touchHandleType_ =
INVALID_HANDLE
;
548
TouchHandleType touchHandleType_ =
INVALID_HANDLE
;
607
TouchHandleType touchHandleType_ =
INVALID_HANDLE
;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_sco.c
58
#define
INVALID_HANDLE
0xFFFF
macro
93
connection->scoHandle =
INVALID_HANDLE
;
in BtmAllocScoConnection()
819
.connectionHandle = (eventParam->status == HCI_SUCCESS) ? eventParam->connectionHandle :
INVALID_HANDLE
,
in BtmScoOnConnectionComplete()
856
.connectionHandle = (eventParam->status == HCI_SUCCESS) ? eventParam->connectionHandle :
INVALID_HANDLE
,
in BtmScoOnSynchronousConnectionComplete()
/foundation/communication/ipc/ipc/test/unittest/rpc/client/
H
A
D
RpcClientTest.cpp
121
EXPECT_NE(sid.handle,
INVALID_HANDLE
);
in HWTEST_F()
142
sid.handle =
INVALID_HANDLE
;
in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_def.h
301
INVALID_HANDLE
,
enumerator
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
bt_def.h
325
INVALID_HANDLE
,
enumerator
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_server_profile.cpp
2260
case
INVALID_HANDLE
:
in ConvertResponseErrorCode()
H
A
D
gatt_client_profile.cpp
2077
ret =
INVALID_HANDLE
;
in ConvertResponseErrorCode()
Completed in 19 milliseconds