Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c615 bool deviceNameInited = (strlen(g_localNetLedger.localInfo.deviceInfo.deviceName) != 0); in IsLocalLedgerReady() local
618 if (accountIdInited & deviceNameInited & networkIdInited & btMacInited) { in IsLocalLedgerReady()
623 …g_localNetLedger.localInfo.stateVersion, accountIdInited, deviceNameInited, networkIdInited, btMac… in IsLocalLedgerReady()