Home
last modified time | relevance | path

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 Devent_fd.h23 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 Dinner_navigation_controller.cpp23 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 Dipc_skeleton.c26 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 Drpc_test.h23 constexpr int32_t INVALID_HANDLE = -1; variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_new_branch_test.cpp312 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 Dbtm_sco.c58 #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 DRpcClientTest.cpp121 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 Dbluetooth_def.h301 INVALID_HANDLE, enumerator
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h325 INVALID_HANDLE, enumerator
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp2260 case INVALID_HANDLE: in ConvertResponseErrorCode()
H A Dgatt_client_profile.cpp2077 ret = INVALID_HANDLE; in ConvertResponseErrorCode()

Completed in 19 milliseconds