Searched refs:IsActiveOsAccountUnlocked (Results 1 – 9 of 9) sorted by relevance
223 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));
28 bool IsActiveOsAccountUnlocked(void);
39 bool IsActiveOsAccountUnlocked(void) in IsActiveOsAccountUnlocked() function
119 bool IsActiveOsAccountUnlocked(void) in IsActiveOsAccountUnlocked() function
97 virtual bool IsActiveOsAccountUnlocked(void) = 0;179 MOCK_METHOD0(IsActiveOsAccountUnlocked, bool (void));
205 if (IsActiveOsAccountUnlocked()) { in BusCenterServerInitFirstStep()
521 bool IsActiveOsAccountUnlocked(void) in IsActiveOsAccountUnlocked() function523 return GetNetLedgerInterface()->IsActiveOsAccountUnlocked(); in IsActiveOsAccountUnlocked()
702 if (IsActiveOsAccountUnlocked()) { in LnnSetUnlockState()739 if (IsActiveOsAccountUnlocked()) { in LnnIsAutoNetWorkingEnabled()
107 …if ((g_hbConditionState.lockState == SOFTBUS_SCREEN_LOCK_UNKNOWN) && IsActiveOsAccountUnlocked()) { in IsHeartbeatEnable()148 if (IsActiveOsAccountUnlocked()) { in HbRefreshConditionState()