Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h255 int32_t LnnSetScreenStatus(NodeInfo *info, bool isScreenOn);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c629 int32_t LnnSetScreenStatus(NodeInfo *info, bool isScreenOn) in LnnSetScreenStatus() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c2332 LnnSetScreenStatus(&g_localNetLedger.localInfo, isScreenOn); in LnnUpdateLocalScreenStatus()