Home
last modified time | relevance | path

Searched refs:LnnSetLocalNum64Info (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_ohos_account.cpp82 (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 Dlnn_bt_network_impl.c260 LnnSetLocalNum64Info(NUM_KEY_BLE_START_TIME, 0); in BtNetworkInfoUpdate()
263 LnnSetLocalNum64Info(NUM_KEY_BLE_START_TIME, 0); in BtNetworkInfoUpdate()
H A Dlnn_network_manager.c678 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 Dlnn_net_ledger_mock.h82 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 Dbus_center_manager.h63 int32_t LnnSetLocalNum64Info(InfoKey key, int64_t info);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp466 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 Dlnn_network_manager_test.cpp125 EXPECT_CALL(ledgerMock, LnnSetLocalNum64Info).WillOnce(Return(SOFTBUS_ERR)).
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c126 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 Dlnn_local_net_ledger.c2104 int32_t LnnSetLocalNum64Info(InfoKey key, int64_t info) in LnnSetLocalNum64Info() function