Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_network_manager.h96 void LnnSetUnlockState(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp110 void LnnSetUnlockState(void) in LnnSetUnlockState() function
112 return GetNetBuilderDepsInterface()->LnnSetUnlockState(); in LnnSetUnlockState()
H A Dlnn_net_builder_mock_test.cpp2138 EXPECT_CALL(NetBuilderMock, LnnSetUnlockState).WillOnce(Return());
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder_deps_mock.h71 virtual void LnnSetUnlockState(void) = 0;
214 MOCK_METHOD0(LnnSetUnlockState, void ());
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c667 LnnSetUnlockState(); in UserSwitchedHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c700 void LnnSetUnlockState(void) in LnnSetUnlockState() function