Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp136 AuthNetLedgertInterfaceMock::isRuned = true; in SendSignal()
205 if (!AuthNetLedgertInterfaceMock::isRuned) { in WaitForSignal()
212 AuthNetLedgertInterfaceMock::isRuned = false; in WaitForSignal()
232 AuthNetLedgertInterfaceMock::isRuned = false; in SetUpTestCase()
240 AuthNetLedgertInterfaceMock::isRuned = false; in TearDownTestCase()
300 EXPECT_TRUE(AuthNetLedgertInterfaceMock::isRuned == true);
H A Dauth_net_ledger_mock.cpp266 isRuned = true; in OnDeviceVerifyPass()
279 isRuned = true; in OnDeviceNotTrusted()
292 isRuned = true; in OnDeviceDisconnect()
H A Dauth_net_ledger_mock.h107 static inline bool isRuned; variable