Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/include/
H A Dlnn_local_net_ledger.h62 int32_t LnnUpdateLocalScreenStatus(bool isScreenOn);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_test.cpp95 EXPECT_EQ(LnnUpdateLocalScreenStatus(true), SOFTBUS_OK); in LocalLedgerKeyTestPackaged()
513 EXPECT_EQ(LnnUpdateLocalScreenStatus(true), SOFTBUS_OK);
514 EXPECT_EQ(LnnUpdateLocalScreenStatus(false), SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_ledger_mock.h113 virtual int32_t LnnUpdateLocalScreenStatus(bool isScreenOn) = 0;
194 MOCK_METHOD1(LnnUpdateLocalScreenStatus, int32_t(bool));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp602 int32_t LnnUpdateLocalScreenStatus(bool isScreenOn) in LnnUpdateLocalScreenStatus() function
604 return GetNetLedgerInterface()->LnnUpdateLocalScreenStatus(isScreenOn); in LnnUpdateLocalScreenStatus()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c597 (void)LnnUpdateLocalScreenStatus(true); in HbScreenStateChangeEventHandler()
604 (void)LnnUpdateLocalScreenStatus(false); in HbScreenStateChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c2326 int32_t LnnUpdateLocalScreenStatus(bool isScreenOn) in LnnUpdateLocalScreenStatus() function