Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp223 ON_CALL(ledgerMock, IsActiveOsAccountUnlocked).WillByDefault(Return(true));
240 EXPECT_CALL(ledgerMock, IsActiveOsAccountUnlocked).WillRepeatedly(Return(true));
269 EXPECT_CALL(ledgerMock, IsActiveOsAccountUnlocked).WillRepeatedly(Return(true));
295 EXPECT_CALL(ledgerMock, IsActiveOsAccountUnlocked).WillRepeatedly(Return(true));
309 EXPECT_CALL(ledgerMock, IsActiveOsAccountUnlocked).WillRepeatedly(Return(true));
336 EXPECT_CALL(ledgerMock, IsActiveOsAccountUnlocked).WillRepeatedly(Return(true));
376 EXPECT_CALL(ledgerMock, IsActiveOsAccountUnlocked).WillRepeatedly(Return(true));
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/include/
H A Dlnn_ohos_account_adapter.h28 bool IsActiveOsAccountUnlocked(void);
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_ohos_account_adapter_virtual.cpp39 bool IsActiveOsAccountUnlocked(void) in IsActiveOsAccountUnlocked() function
H A Dlnn_ohos_account_adapter.cpp119 bool IsActiveOsAccountUnlocked(void) in IsActiveOsAccountUnlocked() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_ledger_mock.h97 virtual bool IsActiveOsAccountUnlocked(void) = 0;
179 MOCK_METHOD0(IsActiveOsAccountUnlocked, bool (void));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_manager.c205 if (IsActiveOsAccountUnlocked()) { in BusCenterServerInitFirstStep()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp521 bool IsActiveOsAccountUnlocked(void) in IsActiveOsAccountUnlocked() function
523 return GetNetLedgerInterface()->IsActiveOsAccountUnlocked(); in IsActiveOsAccountUnlocked()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c702 if (IsActiveOsAccountUnlocked()) { in LnnSetUnlockState()
739 if (IsActiveOsAccountUnlocked()) { in LnnIsAutoNetWorkingEnabled()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c107 …if ((g_hbConditionState.lockState == SOFTBUS_SCREEN_LOCK_UNKNOWN) && IsActiveOsAccountUnlocked()) { in IsHeartbeatEnable()
148 if (IsActiveOsAccountUnlocked()) { in HbRefreshConditionState()