Home
last modified time | relevance | path

Searched refs:LnnGetRemoteBoolInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_manager.h50 int32_t LnnGetRemoteBoolInfo(const char *networkId, InfoKey key, bool *info);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp815 int32_t ret = LnnGetRemoteBoolInfo(nullptr, key, nullptr);
817 ret = LnnGetRemoteBoolInfo(networkId, key, nullptr);
819 ret = LnnGetRemoteBoolInfo(networkId, key, &info);
822 ret = LnnGetRemoteBoolInfo(networkId, key, &info);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_query.c250 if (LnnGetRemoteBoolInfo(networkId, BOOL_KEY_TLV_NEGOTIATION, &result) != SOFTBUS_OK) { in HmlLinkState()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c301 return LnnGetRemoteBoolInfo(networkId, BOOL_KEY_SCREEN_STATUS, (bool*)info); in LnnGetNodeKeyInfoRemote()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1331 int32_t LnnGetRemoteBoolInfo(const char *networkId, InfoKey key, bool *info) in LnnGetRemoteBoolInfo() function