Searched defs:checkOnline (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger_manager.c | 45 static int32_t DlGetDeviceUuid(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetDeviceUuid() 69 static int32_t DlGetDeviceUdid(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetDeviceUdid() 99 static int32_t DlGetDeviceType(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetDeviceType() 127 static int32_t DlGetAuthType(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetAuthType() 136 static int32_t DlGetDeviceName(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetDeviceName() 154 static int32_t DlGetBtMac(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetBtMac() 172 static int32_t DlGetWlanIp(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetWlanIp() 212 static int32_t DlGetRemotePtk(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetRemotePtk() 393 static int32_t DlGetNetCap(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetNetCap() 417 static int32_t DlGetNetType(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetNetType() [all …]
|