Home
last modified time | relevance | path

Searched refs:INVALID_CONNECTION_CODE_VALUE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger.h28 #define INVALID_CONNECTION_CODE_VALUE -1 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_item_info.c180 if (code == INVALID_CONNECTION_CODE_VALUE) { in OnReceiveBrOffline()
H A Dlnn_connection_fsm.c1581 if (code == INVALID_CONNECTION_CODE_VALUE) { in SyncBrOffline()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_item_info_test.cpp202 EXPECT_CALL(LedgerMock, LnnGetCnnCode).WillOnce(Return(INVALID_CONNECTION_CODE_VALUE))
H A Dlnn_connection_fsm_test.cpp879 EXPECT_CALL(ledgerMock, LnnGetCnnCode).WillRepeatedly(Return(INVALID_CONNECTION_CODE_VALUE));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp251 EXPECT_TRUE(ret == INVALID_CONNECTION_CODE_VALUE);
253 EXPECT_TRUE(ret == INVALID_CONNECTION_CODE_VALUE);
255 EXPECT_TRUE(ret == INVALID_CONNECTION_CODE_VALUE);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c609 return INVALID_CONNECTION_CODE_VALUE; in LnnGetCnnCode()
615 return INVALID_CONNECTION_CODE_VALUE; in LnnGetCnnCode()