Searched refs:LnnSetLocalNum64Info (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
H A D | lnn_ohos_account.cpp | 82 (void)LnnSetLocalNum64Info(NUM_KEY_ACCOUNT_LONG, accountId); in LnnInitOhosAccount() 96 (void)LnnSetLocalNum64Info(NUM_KEY_ACCOUNT_LONG, accountId); in LnnUpdateOhosAccount() 135 (void)LnnSetLocalNum64Info(NUM_KEY_ACCOUNT_LONG, 0); in LnnOnOhosAccountLogout()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_bt_network_impl.c | 260 LnnSetLocalNum64Info(NUM_KEY_BLE_START_TIME, 0); in BtNetworkInfoUpdate() 263 LnnSetLocalNum64Info(NUM_KEY_BLE_START_TIME, 0); in BtNetworkInfoUpdate()
|
H A D | lnn_network_manager.c | 678 ret = LnnSetLocalNum64Info(NUM_KEY_TRANS_PROTOCOLS, (int64_t)type); in LnnInitNetworkManager()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_ledger_mock.h | 82 virtual int32_t LnnSetLocalNum64Info(InfoKey key, int64_t info) = 0; 167 MOCK_METHOD2(LnnSetLocalNum64Info, int32_t (InfoKey, int64_t));
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/ |
H A D | bus_center_manager.h | 63 int32_t LnnSetLocalNum64Info(InfoKey key, int64_t info);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_ledger_mock.cpp | 466 int32_t LnnSetLocalNum64Info(InfoKey key, int64_t info) in LnnSetLocalNum64Info() function 468 return GetNetLedgerInterface()->LnnSetLocalNum64Info(key, info); in LnnSetLocalNum64Info()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_network_manager_test.cpp | 125 EXPECT_CALL(ledgerMock, LnnSetLocalNum64Info).WillOnce(Return(SOFTBUS_ERR)).
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 126 if (LnnSetLocalNum64Info(NUM_KEY_FEATURE_CAPA, feature) != SOFTBUS_OK) { in LnnSetLocalFeature()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 2104 int32_t LnnSetLocalNum64Info(InfoKey key, int64_t info) in LnnSetLocalNum64Info() function
|